summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the last-minute bug I made in previous commit.ru2003-07-041-1/+1
|
* Fixed style bugs related to parentheses in Makefile.inc1.ru2003-07-041-5/+7
| | | | | | | Submitted by: bde Fixed nearby bug: propagate the root Makefile's idea of the appropriate "make" binary down to release/Makefile.
* MFRELENG_5_1: Default the release makefile to 5.1.ru2003-06-261-2/+2
|
* Be laconic.ru2003-06-261-3/+1
|
* Add amd64 supportpeter2003-06-261-0/+10
|
* TARGET_ARCH == amd64 also has /boot/mbr.peter2003-06-041-1/+1
|
* Have the port readmes follow the same logic as buildworld. We skipmarcel2003-06-041-5/+5
| | | | | | | | doing make readmes if /tmp/.skip_ports exists. This file is created after a complete run, which avoids that we do the lengthy operation again for a rerelease. When NOPORTS or NOPORTREADMES are defined, we create the file prior to starting the release.
* Add some missing items to the make clean target.jhb2003-06-021-1/+2
|
* Remove alpha-specific floppy build target for now.obrien2003-05-211-112/+1
| | | | Approved by: re(jhb)
* Move the isp driver back to the alpha BOOTMFS kernel, and trim the sizescottl2003-05-201-1/+1
| | | | | | | of inodes for the alpha driver floppy. With this patch, alpha actually built a full release! Submitted by: ru
* For EXT*DIR, use -H in addition to -R, so that a symlink may bejmallett2003-05-181-3/+3
| | | | | | | | | | | used in the EXTSRCDIR case, for example, if one finds it useful to symlink /usr/src to an actual source tree, and use /usr/src as the EXTSRCDIR. This has no effects on release builds not using external directories. Reviewed by: ru Approved by: scottl (re)
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-05-171-0/+4
| | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
* release.9 has become the biggest festering pile of spaghetti s(*^% code.obrien2003-05-081-1/+118
| | | | | | Duplicate the target for Alpha so I can start hacking and slashing bits out. Approved by: re(blanket to make Alpha build)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-14/+2
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* Move the setting of the BOOTABLE flag outside of .if MAKE_ISOS so thatmurray2003-05-051-1/+1
| | | | | | | | | bootable CDs can still be created if the iso.1 target is called directly. PR: misc/47191 Submitted by: Joost Bekkers <joost@bps.jodocus.org> MFC after: 1 week
* KerberosIV removal. Also crunch down the "krb5" distribution intomarkm2003-04-301-9/+2
| | | | "secure".
* Removing comment in some text files for fixit floppy overflow.kuriyama2003-04-251-3/+5
| | | | Approved by: re (murray)
* Presumably fix sparc64 "make release". (The breakage was due toru2003-04-231-5/+7
| | | | | | sunlabel(8) no longer being linked to disklabel(8).) Reviewed by: phk
* continuation not neededjwd2003-04-181-1/+1
|
* Don't play with MAKEFLAGS in one other place too; it's dangerous.ru2003-04-151-3/+2
|
* Makefile.inc1 rev. 1.341 broke release.5 -- the fuss with MAKEFLAGSru2003-04-151-3/+2
| | | | | | | | | here interferenced with one in Makefile.inc1. Since we can't avoid the jugglery in Makefile.inc1 (we want -m /usr/src/tools/build/mk to come first, before any other -m specified on the command line), avoid it here. Reported by: imp
* Revert revision 1.639 -- the "nodev" mount(8) option restrictionru2003-03-311-4/+0
| | | | does not apply to ${CHROOTDIR} file system since revision 1.712.
* Strip the .comment section out from the BOOTMFS kernel.ru2003-03-311-1/+1
|
* s/loaded as a module/available as a module/gobrien2003-03-231-1/+1
| | | | Submitted by: ru
* Use the target arhitecture's disktab(5) file.ru2003-03-211-0/+1
|
* Pass the target machine architecture down to disklabel(8).ru2003-03-201-3/+5
| | | | | | | | Do it so that systems without the -m option in disklabel(8), e.g. 5.0-RELEASE, can still build current snapshots. While here, drop the -s option from doFS.sh; we have not been using the .size files for a long time.
* In rev 1.603 I should have changed it to mdconfig rather than remove it.obrien2003-03-171-0/+2
| | | | | | | I don't recall now, but for some reason I didn't think it was needed. Also place the mdconfig right before the chroot call, to make it stand out this needs to be done in the standard environment, as we've tried doing it in the chroot environment before.
* Unbreak iso.1.ru2003-03-171-3/+3
|
* Use positive logic rather than harder-to-read negative logic.obrien2003-03-171-21/+21
|
* Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don'tobrien2003-03-161-7/+10
| | | | like this. Also make it easier to issue the distfile fetching on command.
* Add PORTREADMES_FLAGS which can really speed up the build on SMP machinesobrien2003-03-161-1/+3
| | | | when set to -j<3*#CPU's>
* KerberosIV de-orbit burn continues. Disconnect from "make release".markm2003-03-081-19/+2
|
* o Run make readmes (ports) from within CHROOTDIR to avoid pollutionmarcel2003-03-081-12/+13
| | | | | | | | | | and/or breakages due to /etc/make.conf on the host. Move it after make world and put it in an if-block so that we can include the commands in the script even if we're not going to make the readmes. o When building docproj, make sure we propagate the setting of the FTP_PASSIVE_MODE environment variable. Not propagating the envvar may cause fetch failures. This increases the number of cases for which one does not have to prefetch the packages.
* If we are told to update the sources in "make rerelease", we alsoru2003-02-261-3/+7
| | | | | | | | | | probably want to re-buildworld. If we are not going to rebuild (make rerelease -DRELEASENOUPDATE and the file ${CHROOTDIR}/tmp/.world_done exists), do not touch ${CHROOTDIR}/usr/src/sys/conf/newvers.sh, as the only effect that is has is upsetting release.2. Hey, have you ever seen this "touch: not found" during rerelease? :-)
* At least we don't need the whole <bsd.prog.mk> glue.ru2003-02-231-1/+1
| | | | | (I did test build the original change, but apparently forgot to include it to LOCAL_PATCHES. It happens.)
* mk file needed for 'make obj' done by $CHROOTDIR/mkjwd2003-02-231-0/+2
|
* Fixed synopsis.ru2003-02-211-7/+5
| | | | | Mention that md(4) should be active (from release(7)). Yet, this has nothing to do with bsd.prog.mk.
* Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.matusita2003-02-161-0/+3
| | | | | | | | These variables will be used by pkg_add, which installs mkisofs package while MAKE_ISOS=YES. See src/release/${arch}/mkisoimages.sh if you doubt. No objection heard from: current@FreeBSD.org Suggested by: des, nectar (about *_PROXY variables)
* Run kgzip(8) in a right environment and pass it the correct loader object.ru2003-02-041-1/+2
|
* Part 2/3 of unbreaking cross releases:ru2003-01-291-1/+1
| | | | Use the right strip(1) binary.
* Use checksum-recursive rather than fetch-recursive-list in PREFETCHDISTFILESobrien2003-01-191-1/+1
| | | | | | | | so as to catch errors ASAP rather than later between the ports cvs checkout and docs cvs checkout. If a distfile doesn't checksum OK, it is very hard to restart the release with "make rerelease" as that target assumes all the cvs checkout's happened OK, and if that is not the case the cvs update that is attempted fails..
* Fix 'make release' from erroring out if this is an arch without driverscottl2003-01-161-2/+3
| | | | | | | floppies. Submitted by: nyan Reviewed by: jhb
* If there is a driver floppy for this arch, then add a line to the loader.rcjhb2003-01-151-0/+2
| | | | | | | | | | on the boot floppies to set the 'driver_floppy' variable in the loader so that it ends up in the kernel environment and sysinstall will prompt for the diskette. Booting from CD-ROM does not use this loader.rc file, so folks booting from CD to do an install will not be prompted. X-MFC after: as soon as I finish committing to current Approved by: re (blanket)
* Make iso.1 more readable.obrien2003-01-111-4/+8
|
* Backout phk's backout of obrien's change.imp2003-01-021-1/+1
| | | | Hat: core
* Reduce size of individual bits of the dists to 240640 bytes againphk2002-12-311-1/+1
| | | | | | | so snapshots can be installed. I have no idea what breaks, but at least the passive FTP install goes haywire.
* Setup a symlink to the distribution name in the root of the first CD imagephk2002-12-311-0/+1
| | | | so that it can be used as a anon-ftp area.
* Change 'mfsroot' filename in mfsroot-small floppies from 'mfsroot-small'nyan2002-12-281-3/+3
| | | | | | | | to 'mfsroot'. This is MFC candidate. Noticed by: Toru Morimoto <too@os.gulf.or.jp>
* MFS: Split export list.ru2002-12-261-6/+27
|
* Split files into 1.44MB chunks rather than a tiny, high-ftp overhead size.obrien2002-12-171-1/+1
| | | | Approved by: rwatson
OpenPOWER on IntegriCloud