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
c336785ed6
commit
57ff5041e8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user