svn commit: r232908 - head/usr.sbin

Juli Mallett jmallett at FreeBSD.org
Tue Mar 13 00:45:28 UTC 2012


Author: jmallett
Date: Tue Mar 13 00:45:27 2012
New Revision: 232908
URL: http://svn.freebsd.org/changeset/base/232908

Log:
  sysinstall was removed from usr.sbin/Makefile in r225937.  Because per-arch
  Makefiles were split out in this directory and others in userland, it makes it
  quite easy to miss per-arch conditionals when changing something generally.

Modified:
  head/usr.sbin/Makefile.arm
  head/usr.sbin/Makefile.mips

Modified: head/usr.sbin/Makefile.arm
==============================================================================
--- head/usr.sbin/Makefile.arm	Tue Mar 13 00:38:49 2012	(r232907)
+++ head/usr.sbin/Makefile.arm	Tue Mar 13 00:45:27 2012	(r232908)
@@ -2,4 +2,3 @@
 
 SUBDIR+=	ofwdump
 SUBDIR+=	kgmon
-SUBDIR:=	${SUBDIR:Nsysinstall}

Modified: head/usr.sbin/Makefile.mips
==============================================================================
--- head/usr.sbin/Makefile.mips	Tue Mar 13 00:38:49 2012	(r232907)
+++ head/usr.sbin/Makefile.mips	Tue Mar 13 00:45:27 2012	(r232908)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-SUBDIR:=	${SUBDIR:Nsysinstall}
 # uathload broken for n32 and n64 due to toolchain issues
 .if ${MACHINE_ARCH:Mmipse[lb]} == ""
 SUBDIR:=	${SUBDIR:Nuathload}


More information about the svn-src-head mailing list