Revert prior change till installworld sorted

This commit is contained in:
sjg 2019-08-15 06:00:55 +00:00
parent 3d3ceb2be6
commit 399c1cc91c

View File

@ -101,11 +101,11 @@ STAGE_AS_SETS+= ${file}
STAGE_AS_${file}= ${${group}NAME_${file}}
# XXX {group}OWN,GRP,MODE
STAGE_DIR.${file}= ${STAGE_OBJTOP}${${_${group}DIR_${file}}}
stage_as.${file:T}: ${file}
stage_as.${file}: ${file}
installfiles-${group}: _${group}INS1_${file}
_${group}INS1_${file:T}: installdirs-${_${group}DIR_${file}} _${group}INS_${file}
_${group}INS_${file:T}: ${file}
_${group}INS1_${file}: installdirs-${_${group}DIR_${file}} _${group}INS_${file}
_${group}INS_${file}: ${file}
${INSTALL} ${${group}TAG_ARGS} -o ${${group}OWN_${file}} \
-g ${${group}GRP_${file}} -m ${${group}MODE_${file}} \
${.ALLSRC} ${${group}PREFIX_${file}}/${${group}NAME_${file}}