Page MenuHomeFreeBSD

D43544.diff
No OneTemporary

D43544.diff

diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -75,12 +75,12 @@
NOPORTS= true
.endif
-EXTRA_PACKAGES=
+DISTRIBUTIONS= base.txz kernel.txz
.if !defined(NOPORTS)
-EXTRA_PACKAGES+= ports.txz
+DISTRIBUTIONS+= ports.txz
.endif
.if !defined(NOSRC)
-EXTRA_PACKAGES+= src.txz
+DISTRIBUTIONS+= src.txz
.endif
RELEASE_TARGETS= ftp
@@ -284,7 +284,7 @@
mini-memstick.img: bootonly
cd bootonly && sh ${.CURDIR}/${TARGET}/make-memstick.sh .${NO_ROOT:D/METALOG} ../${.TARGET}
-packagesystem: base.txz kernel.txz ${EXTRA_PACKAGES}
+packagesystem: ${DISTRIBUTIONS}
sh ${.CURDIR}/scripts/make-manifest.sh *.txz > MANIFEST
touch ${.TARGET}

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 24, 1:22 PM (21 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12666209
Default Alt Text
D43544.diff (695 B)

Event Timeline