HomeSort by: relevance | last modified time | path
    Searched refs:git (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/
Makefile 111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
112 @git diff | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; patch -s -p1 -b -z .gitdiff )
119 git tag $(VERSION) refs/heads/master
124 @git archive --format=tar $(VERSION) | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
  /src/
README.md 47 To work in the Git mirror, which is updated every few hours from CVS:
49 git clone https://github.com/NetBSD/src.git
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 30 # warning Alternatively, use the "stable" branch in the git repository.
  /src/lib/libc/time/
Makefile 627 # This list is not the same as the output of 'git ls-files', since
674 # Calculate version number from git, if available.
679 { (type git) >/dev/null 2>&1 && \
680 V=$$(git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \
741 # Awk script to extract a Git-style author from leap-seconds.list comments.
760 git commit --author="$$author" --date="$$date" -m'make $@' \
1094 # Set the timestamps to those of the git repository, if available,
1098 # If git or GNU is absent, don't bother to sync with git timestamps.
1103 if (type git) >/dev/null 2>&1 &&
    [all...]
  /src/lib/librumpuser/build-aux/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1425 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1427 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1436 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1438 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
  /src/sys/arch/sparc64/sparc64/
locore.s 1904 btst SUN4U_TTE_ACCESS, %g4 ! Need to update access git?
2682 btst SUN4U_TTE_ACCESS, %g4 ! Need to update access git?

Completed in 22 milliseconds