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
2 changed files with 2 additions and 0 deletions
+1
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}}
+1
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}}