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:
Bryan Drewery 2016-02-26 22:13:42 +00:00
parent 64923b1128
commit 180a8487ee

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: