Date: Sun, 24 Jan 2010 14:04:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202923 - head/tools/build/mk Message-ID: <201001241404.o0OE4cxR049175@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 24 14:04:38 2010 New Revision: 202923 URL: http://svn.freebsd.org/changeset/base/202923 Log: Add files to remove when MK_CPP=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sun Jan 24 12:37:30 2010 (r202922) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sun Jan 24 14:04:38 2010 (r202923) @@ -624,9 +624,10 @@ OLD_FILES+=usr/share/man/man8/zfs.8.gz OLD_FILES+=usr/share/man/man8/zpool.8.gz .endif -#.if ${MK_CPP} == no -# to be filled in -#.endif +.if ${MK_CPP} == no +OLD_FILES+=usr/bin/cpp +OLD_FILES+=usr/share/man/man1/cpp.1.gz +.endif #.if ${MK_CRYPT} == no # to be filled in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001241404.o0OE4cxR049175>