aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/awk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
commitb791fbe6302023b0cf00807865059c8f016fe5dc (patch)
treee3f49e2ae9774752cf0d572a4d4dd49a8bf8f14c /usr.bin/awk
parenta2d333f3403f0a4cb754d38e9caf395ab3d319a6 (diff)
downloadsrc-b791fbe6302023b0cf00807865059c8f016fe5dc.tar.gz
src-b791fbe6302023b0cf00807865059c8f016fe5dc.zip
META MODE: Don't create .meta files when symlinking sources into the obj directory.
Tracking these leads to situations where meta mode will consider the file to be out of date if /bin/sh or /bin/ln are newer than the source file. There's no reason for meta mode to do this as make is already handling the rebuild dependency fine. Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291320
Diffstat (limited to 'usr.bin/awk')
-rw-r--r--usr.bin/awk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index a8bcb5c8b5e7..80ca5dbdb9cd 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -17,7 +17,7 @@ MLINKS= awk.1 nawk.1
CLEANFILES= maketab proctab.c ytab.h
-ytab.h: awkgram.h
+ytab.h: awkgram.h .NOMETA
ln -sf ${.ALLSRC} ${.TARGET}
proctab.c: maketab