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 # non-Posix rule set
.sh: .NOMETA .sh:
cp -fp ${.IMPSRC} ${.TARGET} cp -f ${.IMPSRC} ${.TARGET}
chmod a+x ${.TARGET} chmod a+x ${.TARGET}
.c.ln: .c.ln: