]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
META MODE: Don't create .meta files when symlinking sources into the obj directory.
authorbdrewery <bdrewery@FreeBSD.org>
Wed, 25 Nov 2015 19:44:43 +0000 (19:44 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Wed, 25 Nov 2015 19:44:43 +0000 (19:44 +0000)
commit52255645fb90fea4463237052ca49411638d381a
treee3f49e2ae9774752cf0d572a4d4dd49a8bf8f14c
parentb93094a6f0d2c9cf9f249b0cfa7df61a46c1da00
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
29 files changed:
bin/rmail/Makefile
gnu/lib/libreadline/readline/Makefile
gnu/lib/libstdc++/Makefile
gnu/lib/libsupc++/Makefile
gnu/usr.bin/binutils/ld/Makefile
gnu/usr.bin/cc/cc_tools/Makefile
lib/libc++/Makefile
lib/libc/gdtoa/Makefile.inc
lib/libc/gen/Makefile.inc
lib/libc/stdlib/jemalloc/Makefile.inc
lib/libdwarf/Makefile
lib/libelf/Makefile
lib/libmilter/Makefile
lib/libpcap/Makefile
lib/libsm/Makefile
lib/libsmdb/Makefile
lib/libsmutil/Makefile
libexec/mail.local/Makefile
libexec/smrsh/Makefile
share/mk/sys.mk
sys/boot/i386/boot2/Makefile
usr.bin/awk/Makefile
usr.bin/vacation/Makefile
usr.sbin/acpi/iasl/Makefile
usr.sbin/editmap/Makefile
usr.sbin/mailstats/Makefile
usr.sbin/makemap/Makefile
usr.sbin/praliases/Makefile
usr.sbin/sendmail/Makefile