Date: Tue, 13 Mar 2012 00:45:28 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r232908 - head/usr.sbin Message-ID: <201203130045.q2D0jSrK096539@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203130045.q2D0jSrK096539>