svn commit: r203228 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sat Jan 30 19:33:45 UTC 2010


Author: antoine
Date: Sat Jan 30 19:33:45 2010
New Revision: 203228
URL: http://svn.freebsd.org/changeset/base/203228

Log:
  Add files to remove when MK_GDB=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan 30 19:32:11 2010	(r203227)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan 30 19:33:45 2010	(r203228)
@@ -763,9 +763,18 @@ OLD_FILES+=usr/bin/gcov
 OLD_FILES+=usr/share/man/man1/gcov.1.gz
 .endif
 
-#.if ${MK_GDB} == no
-# to be filled in
-#.endif
+.if ${MK_GDB} == no
+OLD_FILES+=usr/bin/gdb
+OLD_FILES+=usr/bin/gdbserver
+OLD_FILES+=usr/bin/gdbtui
+OLD_FILES+=usr/bin/kgdb
+OLD_FILES+=usr/share/info/gdb.info.gz
+OLD_FILES+=usr/share/info/gdbint.info.gz
+OLD_FILES+=usr/share/info/stabs.info.gz
+OLD_FILES+=usr/share/man/man1/gdb.1.gz
+OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
+OLD_FILES+=usr/share/man/man1/kgdb.1.gz
+.endif
 
 .if ${MK_GNU_CPIO} == no
 OLD_FILES+=usr/bin/gcpio


More information about the svn-src-head mailing list