FreeBSD Bugzilla – Attachment 84487 Details for
Bug 120492
[patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_IPX and WITHOUT_GCOV are defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 745 bytes, created by
KAMIYA Satosi
on 2008-02-10 08:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KAMIYA Satosi
Created:
2008-02-10 08:10:02 UTC
Size:
745 bytes
patch
obsolete
>--- /usr/src/tools/build/mk/OptionalObsoleteFiles.inc.orig 2008-02-10 16:53:30.000000000 +0900 >+++ /usr/src/tools/build/mk/OptionalObsoleteFiles.inc 2008-02-10 16:55:03.000000000 +0900 >@@ -385,9 +385,9 @@ > # to be filled in > #.endif > >-#.if ${MK_GCOV} == no >-# to be filled in >-#.endif >+.if ${MK_GCOV} == no >+OLD_FILES+=usr/bin/gcov >+.endif > > #.if ${MK_GDB} == no > # to be filled in >@@ -578,9 +578,13 @@ > OLD_FILES+=usr/share/man/man8/ippool.8.gz > .endif > >-#.if ${MK_IPX} == no >-# to be filled in >-#.endif >+.if ${MK_IPX} == no >+OLD_FILES+=usr/bin/ncplist >+OLD_FILES+=usr/bin/ncplogin >+OLD_FILES+=usr/bin/ncplogout >+OLD_FILES+=usr/sbin/mount_nwfs >+OLD_FILES+=usr/sbin/IPXrouted >+.endif > > .if ${MK_KERBEROS} == no > OLD_FILES+=usr/bin/ksu
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 120492
: 84487