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:
bdrewery 2016-02-26 22:13:42 +00:00
parent c336785ed6
commit 57ff5041e8

View File

@ -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: