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:
@@ -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}}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user