Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2004 21:02:28 -0700 (PDT)
From:      Jon Passki <cykyc@yahoo.com>
To:        freebsd-current@freebsd.org
Subject:   [PATCH] src/release/Makefile cleanup
Message-ID:  <20040907040228.22915.qmail@web50302.mail.yahoo.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hey all,

While Having Fun With Releases (TM), I removed one entry in
src/release/Makefile (BOOT_CONFIG) and documented four others
(CD_EXTRA_BITS, EXTRA_SRC, HTTP_PROXY and FTP_PROXY).  BOOT_CONFIG
looks like it went away in r1.481 (May 1999 :-) These changes could
be MT5.

HTH,

Jon Passki


		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 
[-- Attachment #2 --]
Index: src/release/Makefile
===================================================================
RCS file: /usr/home/cvs/cvspub/freebsd/src/release/Makefile,v
retrieving revision 1.857
diff -u -r1.857 Makefile
--- src/release/Makefile	29 Aug 2004 18:26:59 -0000	1.857
+++ src/release/Makefile	7 Sep 2004 03:49:32 -0000
@@ -101,6 +101,20 @@
 #NODOC=  YES
 #NOPORTS=  YES
 
+# When retrieving ports using the pkg_add -r method, set your proxies to these
+# src/release/${arch}/mkisoimages.sh can use these
+#HTTP_PROXY?=	www.example.com
+#FTP_PROXY?=	ftp.example.com
+
+# When creating ISO images, point ${CD_EXTRA_BITS} to a directory containing
+# extra packages or other files.  It will be appended to the disk 1 ISO
+#CD_EXTRA_BITS=/path/to/pkg
+
+# Extra source tarballs; each argument is a pair of source dir and
+# distribution name. The dist name should not exceed 7 characters
+#(another "s" for "source" will be prepended).
+#EXTRA_SRC+=	games/fortune fortune
+
 # Modify this definition if you want the release notes 
 # and other release documentation in a language other than English.
 RELNOTES_LANG?=	en_US.ISO8859-1
@@ -426,7 +440,6 @@
 	echo "_RELTARGET=\$${1:-doRELEASE}"	>> ${_MK}
 .for var in \
 	AUTO_KEYBOARD_DETECT \
-	BOOT_CONFIG \
 	BUILDNAME \
 	CD_EXTRA_BITS \
 	DISC1_LABEL \
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040907040228.22915.qmail>