| Summary: | [patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_IPX and WITHOUT_GCOV are defined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | KAMIYA Satosi <mimoriso> | ||||
| Component: | bin | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->antoine Take. antoine 2008-02-29 18:59:28 UTC
FreeBSD src repository
Modified files:
tools/build/mk OptionalObsoleteFiles.inc
Log:
Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined.
Note: it may be a good idea to deduce obsolete usr/lib32/ files from
obsolete lib/ and usr/lib/ files.
PR: 120492
PR: 121118
PR: 121121
Submitted by: KAMIYA Satosi, Richard Tector
Approved by: rwatson (mentor)
MFC after: 1 month
Revision Changes Path
1.13 +57 -9 src/tools/build/mk/OptionalObsoleteFiles.inc
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched patched in HEAD. antoine 2008-03-30 13:56:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
tools/build/mk OptionalObsoleteFiles.inc
Log:
MFC to RELENG_7:
Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined.
PR: 120492
PR: 121118
PR: 121121
Submitted by: KAMIYA Satosi, Richard Tector
Approved by: rwatson (mentor)
MFC after: 1 month
Revision Changes Path
1.11.2.2 +61 -9 src/tools/build/mk/OptionalObsoleteFiles.inc
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Close: merged to RELENG_7. Thanks! |
'cd /usr/src; make delete-old' should delete files specified files when WITHOUT_IPX and WITHOUT_GCOV are defined Fix: % diff -u /usr/src/tools/build/mk/OptionalObsoleteFiles.inc{.orig,} How-To-Repeat: write 2 lines in /etc/src.conf: WITHOUT_IPX= WITHOUT_GCOV= then, do 'cd /usr/src; make delete-old'