svn commit: r284368 - head/share/mk
Simon J. Gerraty
sjg at FreeBSD.org
Sun Jun 14 03:28:49 UTC 2015
Author: sjg
Date: Sun Jun 14 03:28:48 2015
New Revision: 284368
URL: https://svnweb.freebsd.org/changeset/base/284368
Log:
Avoid trailing white-space
Modified:
head/share/mk/local.gendirdeps.mk
Modified: head/share/mk/local.gendirdeps.mk
==============================================================================
--- head/share/mk/local.gendirdeps.mk Sun Jun 14 03:28:25 2015 (r284367)
+++ head/share/mk/local.gendirdeps.mk Sun Jun 14 03:28:48 2015 (r284368)
@@ -1,7 +1,7 @@
# $FreeBSD$
# we need a keyword, this noise is to prevent it being expanded
-GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @} ';
+GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
# supress optional/auto dependecies
# local.dirdeps.mk will put them in if necessary
More information about the svn-src-head
mailing list