Improve latest revision detection based on mat's work. This clarifies
the code, reduces dependencies, and removes a lot of quotes by using --stringparam. Differential Revision: https://reviews.freebsd.org/D6902
This commit is contained in:
parent
0cbb4c2e32
commit
bc9859bd07
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49051
2 changed files with 28 additions and 17 deletions
|
@ -32,11 +32,17 @@ SED?= /usr/bin/sed
|
|||
SETENV?= /usr/bin/env
|
||||
SH?= /bin/sh
|
||||
SORT?= /usr/bin/sort
|
||||
STAT?= /usr/bin/stat
|
||||
TAIL?= /usr/bin/tail
|
||||
TOUCH?= /usr/bin/touch
|
||||
TRUE?= /usr/bin/true
|
||||
XARGS?= /usr/bin/xargs
|
||||
|
||||
#
|
||||
# Version control
|
||||
#
|
||||
GIT?= /usr/local/bin/git
|
||||
|
||||
#
|
||||
# Compession and decompression
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue