Because the target of SYMLINKS is typically a full path, we

"stage" them to the stage tree rather than a location within.
This commit is contained in:
Simon J. Gerraty 2013-01-23 00:46:53 +00:00
parent c8c7a91dff
commit bd64a3c9dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=245829
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ ${group}DIR?= ${BINDIR}
STAGE_SETS+= ${group}
.endif
STAGE_DIR.${group}= ${STAGE_OBJTOP}${${group}DIR}
STAGE_SYMLINKS_DIR.${group}= ${STAGE_OBJTOP}
_${group}FILES=
.for file in ${${group}}

View File

@ -26,6 +26,7 @@ ${group}MODE?= ${NOBINMODE}
${group}DIR?= ${INCLUDEDIR}
STAGE_SETS+= ${group}
STAGE_DIR.${group}= ${STAGE_OBJTOP}${${group}DIR}
STAGE_SYMLINKS_DIR.${group}= ${STAGE_OBJTOP}
_${group}INCS=
.for header in ${${group}}