FreeBSD Bugzilla – Attachment 7896 Details for
Bug 16843
Knob for release/Makefile to prevent deleting docproj distfiles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 829 bytes, created by
jack
on 2000-02-20 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jack
Created:
2000-02-20 21:10:01 UTC
Size:
829 bytes
patch
obsolete
>--- Makefile.orig Fri Jan 28 20:15:52 2000 >+++ Makefile Sun Feb 20 15:59:13 2000 >@@ -47,6 +47,9 @@ > DOCPORTS= textproc/docproj > # Set this to wherever the distfiles required by ${DOCPORTS} live. > DISTFILES?= ${.CURDIR}/../../ports/distfiles >+# Uncomment this to prevent deleting distfiles in >+# ${CHROOTDIR}/usr/ports/distfiles >+#NODISTCLEAN= yes > > DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ > RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT INSTALL.TXT >@@ -578,7 +581,9 @@ > @ln -f ${CD_DISC1}/kernel ${CD_DISC2}/kernel > .endif > .if !defined(NOPORTS) >+.if !defined(NODISTCLEAN) > @-rm -rf /usr/ports/distfiles/* >+.endif > @mkdir -p ${CD_DISC1}/ports && \ > tar --exclude CVS -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \ > cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh \
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 16843
: 7896