Track .meta files for .sh but don't preserve timestamp.
See r291320 for more information. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
64923b1128
commit
180a8487ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296119
@ -282,8 +282,8 @@ YFLAGS ?= -d
|
||||
|
||||
# non-Posix rule set
|
||||
|
||||
.sh: .NOMETA
|
||||
cp -fp ${.IMPSRC} ${.TARGET}
|
||||
.sh:
|
||||
cp -f ${.IMPSRC} ${.TARGET}
|
||||
chmod a+x ${.TARGET}
|
||||
|
||||
.c.ln:
|
||||
|
Loading…
Reference in New Issue
Block a user