Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for rm (0.2 sec)

  1. src/bootstrap.bash

    	# useful if you've bootstrapped yourself but want to
    	# prepare a clean toolchain for others.
    	true
    else
    	rm -f bin/go_${goos}_${goarch}_exec
    	mv bin/*_*/* bin
    	rmdir bin/*_*
    	rm -rf "pkg/${gohostos}_${gohostarch}" "pkg/tool/${gohostos}_${gohostarch}"
    fi
    
    rm -rf pkg/bootstrap pkg/obj .git
    
    echo ----
    echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
    echo Building tbz.
    cd ..
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Jan 20 17:52:26 GMT 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD.BCST 2032(DX), Y0, Y0 // 62f1fd385882f0070000
    	// Test new Z-cases one-by-one.
    	//
    	// Zevex_i_r_k_rm.
    	VCVTPS2PH $1, Z2, K5, Y21 // 62b37d4d1dd501
    	VCVTPS2PH $2, Z21, K4, Y2 // 62e37d4c1dea02
    	// Zevex_i_r_rm.
    	VCVTPS2PH $1, Z2, Y21 // 62b37d481dd501
    	VCVTPS2PH $2, Z21, Y2 // 62e37d481dea02
    	// Zevex_i_rm_k_r.
    	VFPCLASSPDX $1, X2, K5, K3   // 62f3fd0d66da01
    	VFPCLASSPDX $2, X21, K4, K1  // 62b3fd0c66cd02
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  3. lib/time/update.bash

    #	./update.bash
    #
    # If it prints "No updates needed.", then the generated files
    # in the CL match the update.bash in the CL.
    
    # Versions to use.
    CODE=2024a
    DATA=2024a
    
    set -e
    
    cd $(dirname $0)
    rm -rf work
    mkdir work
    go build -o work/mkzip mkzip.go # build now for correct paths in build errors
    cd work
    mkdir zoneinfo
    curl -sS -L -O https://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  4. doc/README.md

    ## For the release team
    
    At the start of a release development cycle, the contents of `next` should be deleted
    and replaced with those of `initial`. From the repo root:
    
        > cd doc
        > rm -r next/*
        > cp -r initial/* next
    
    Then edit `next/1-intro.md` to refer to the next version.
    
    To prepare the release notes for a release, run `golang.org/x/build/cmd/relnote generate`.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/parse.go

    	}
    
    	isIndex := false
    	num := int16(0)
    	isAmount := true // Amount is zero by default
    	ext := ""
    	if p.peek() == lex.LSH {
    		// (Rn)(Rm<<2), the shifted offset register.
    		ext = "LSL"
    	} else {
    		// (Rn)(Rm.UXTW<1), the extended offset register.
    		// Rm.UXTW<<3, the extended register.
    		p.get('.')
    		tok := p.next()
    		ext = tok.String()
    	}
    	if p.peek() == lex.LSH {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  6. misc/go_android_exec/main.go

    	binName := filepath.Base(os.Args[1])
    	deviceGotmp := fmt.Sprintf(deviceRoot+"/%s-%d", binName, os.Getpid())
    	deviceGopath := deviceGotmp + "/gopath"
    	defer adb("exec-out", "rm", "-rf", deviceGotmp) // Clean up.
    
    	// Determine the package by examining the current working
    	// directory, which will look something like
    	// "$GOROOT/src/mime/multipart" or "$GOPATH/src/golang.org/x/mobile".
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMP	$0x22220000, RSP                 // CMP $572653568, RSP   // 5b44a4d2ff633beb
    	CMPW	$0x22220000, RSP                 // CMPW $572653568, RSP  // 5b44a452ff433b6b
    	CCMN	MI, ZR, R1, $4	                 // e44341ba
    	// MADD Rn,Rm,Ra,Rd
    	MADD	R1, R2, R3, R4                   // 6408019b
    	// CLS
    	CLSW	R1, R2
    	CLS	R1, R2
    	SBC	$0, R1                           // 21001fda
    	SBCW	$0, R1                           // 21001f5a
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH ideal-int
    pkg syscall (linux-386), const SYS_INOTIFY_INIT ideal-int
    pkg syscall (linux-386), const SYS_INOTIFY_INIT1 ideal-int
    pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH ideal-int
    pkg syscall (linux-386), const SYS_IOCTL ideal-int
    pkg syscall (linux-386), const SYS_IOPERM ideal-int
    pkg syscall (linux-386), const SYS_IOPL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. api/go1.1.txt

    pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292
    pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291
    pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332
    pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293
    pkg syscall (linux-386), const SYS_IOCTL = 54
    pkg syscall (linux-386), const SYS_IOPERM = 101
    pkg syscall (linux-386), const SYS_IOPL = 110
    pkg syscall (linux-386), const SYS_IOPRIO_GET = 290
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 ideal-int
    pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IOCTL ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top