Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 19:52:36 +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: r284349 - head/share/mk
Message-ID:  <201506131952.t5DJqa30052972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Sat Jun 13 19:52:35 2015
New Revision: 284349
URL: https://svnweb.freebsd.org/changeset/base/284349

Log:
  We no longer need CSU_DIR.i386
  and until there is an alternative we need MK_INSTALL_AS_USER=yes

Modified:
  head/share/mk/local.meta.sys.mk

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk	Sat Jun 13 19:39:21 2015	(r284348)
+++ head/share/mk/local.meta.sys.mk	Sat Jun 13 19:52:35 2015	(r284349)
@@ -4,6 +4,9 @@
 # XXX some of this should be in meta.sys.mk
 # we assume that MK_META_MODE=yes
 
+# we need this until there is an alternative
+MK_INSTALL_AS_USER= yes
+
 .if empty(OBJROOT) || ${.MAKE.LEVEL} == 0
 .if !empty(SB)
 SB_OBJROOT ?= ${SB}/obj/
@@ -30,7 +33,6 @@ TARGET_ARCHES_powerpc?= powerpc powerpc6
 TARGET_ARCHES_pc98?=    i386
 
 # some corner cases
-CSU_DIR.i386 = csu/i386-elf
 BOOT_MACHINE_DIR.amd64 = boot/i386
 MACHINE_ARCH.host = ${_HOST_ARCH}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131952.t5DJqa30052972>