Date: Thu, 15 Aug 2019 06:00:56 +0000 (UTC) From: "Simon J. Gerraty" <sjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351067 - head/share/mk Message-ID: <201908150600.x7F60ud8013186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sjg Date: Thu Aug 15 06:00:55 2019 New Revision: 351067 URL: https://svnweb.freebsd.org/changeset/base/351067 Log: Revert prior change till installworld sorted Modified: head/share/mk/bsd.files.mk Modified: head/share/mk/bsd.files.mk ============================================================================== --- head/share/mk/bsd.files.mk Thu Aug 15 04:47:42 2019 (r351066) +++ head/share/mk/bsd.files.mk Thu Aug 15 06:00:55 2019 (r351067) @@ -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}}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908150600.x7F60ud8013186>