svn commit: r246867 - projects/bmake/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Sat Feb 16 01:20:56 UTC 2013


Author: sjg
Date: Sat Feb 16 01:20:56 2013
New Revision: 246867
URL: http://svnweb.freebsd.org/changeset/base/246867

Log:
  We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.

Modified:
  projects/bmake/share/mk/bsd.incs.mk

Modified: projects/bmake/share/mk/bsd.incs.mk
==============================================================================
--- projects/bmake/share/mk/bsd.incs.mk	Sat Feb 16 01:19:18 2013	(r246866)
+++ projects/bmake/share/mk/bsd.incs.mk	Sat Feb 16 01:20:56 2013	(r246867)
@@ -97,10 +97,10 @@ buildincludes: stage_files
 .if !empty(STAGE_AS_SETS)
 buildincludes: stage_as
 .endif
+.endif
 .if !empty(INCSLINKS)
 stage_files: stage_symlinks
-STAGE_SYMLINKS.INCS= ${INCSLINKS:S,${INCSDIR}/,,}
-.endif
+STAGE_SYMLINKS.INCS= ${INCSLINKS}
 .endif
 .endif
 .endif


More information about the svn-src-projects mailing list