svn commit: r221726 - head/share/mk

Ruslan Ermilov ru at FreeBSD.org
Tue May 10 10:48:44 UTC 2011


Author: ru
Date: Tue May 10 10:48:43 2011
New Revision: 221726
URL: http://svn.freebsd.org/changeset/base/221726

Log:
  Another fallout from r220359: MK_GNU_CPIO was mistakenly re-added
  after being removed in r205702.  Remove it again.

Modified:
  head/share/mk/bsd.own.mk

Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk	Tue May 10 07:12:11 2011	(r221725)
+++ head/share/mk/bsd.own.mk	Tue May 10 10:48:43 2011	(r221726)
@@ -394,7 +394,6 @@ __DEFAULT_NO_OPTIONS = \
     BIND_LIBS \
     BIND_SIGCHASE \
     BIND_XML \
-    GNU_CPIO \
     HESIOD \
     ICONV \
     IDEA \
@@ -405,7 +404,7 @@ __DEFAULT_NO_OPTIONS = \
 # this means that we have to test TARGET_ARCH (the buildworld case) as well
 # as MACHINE_ARCH (the non-buildworld case).  Normally TARGET_ARCH is not
 # used at all in bsd.*.mk, but we have to make an exception here if we want
-# to allow defaults for some things like clang and ftd to vary by target
+# to allow defaults for some things like clang and fdt to vary by target
 # architecture.
 #
 .if defined(TARGET_ARCH)


More information about the svn-src-head mailing list