summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Strip out any .comment ELF sections from crunchgen'ed binaries.obrien2002-12-171-0/+1
|
* Move the creation of the DRIVERS.TXT file to a more appropriate areamurray2002-12-131-4/+2
| | | | | | | of this file, so it will be created for other platforms that use a third floppy disk, not just i386. Approved by: re
* Add ${BUILDNAME} and ${TARGET} to the filenames of ISO imagesbmah2002-12-101-3/+3
| | | | | | | | | | | | generated during release builds. For the most part, re@ was doing this manually before putting ISO images on ftp-master, but not always. This should make naming more consistent and descriptive. Requested by: jason andrade <jason@dstc.edu.au>, hubs@ Approved by: re (rwatson) MFC after: 1 month
* Only create the DRIVERS.TXT file on i386 for now.murray2002-12-091-0/+2
| | | | Approved by: re
* Create DRIVERS.TXT file to describe the contents of drivers.flp.murray2002-12-091-0/+2
| | | | Approved by: re
* Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the cryptodes2002-12-031-1/+2
| | | | | | libraries for SSL support. Approved by: re (rwatson)
* Export NO_CPU_CFLAGS and NO_CPU_COPTFLAGS to chroot.nyan2002-11-181-1/+1
|
* Copy from ${EXTLOCALDIR} to ${CHROOTDIR}/usr/local if EXTLOCALDIR is defined.nyan2002-11-171-0/+4
|
* Rework the checking out of the doc, src, and ports trees a bit to make itjhb2002-11-151-19/+31
| | | | | | | | | | | | | | | | | | | | | | more manageable. - Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when using CVS to checkout files. We stick release tags in these helper variables if they are defined and then use only one cvs command instead of two cvs commands with an .ifdef to choose between them. - rm the old src/doc/ports directories as separate commands from the CVS comands so that the rm commands don't need to be duplicated. - Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs command in an .ifdef. - Add support for grabbing src/ and doc/ from external directories specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a bit tricky. The rerelease target scripts have not been changed to use the helper variables yet, so there is still some room for improvement. Submitted by: kuriyama (4)
* Allow a person to specify NOCDROM to skip the cdrom.1 target during ajhb2002-11-151-2/+5
| | | | | | | release build. PR: 45300 Submitted by: David Yeske <dyeske@yahoo.com>
* release.9 for ia64 cannot be currently cross-built -- gpt(8)ru2002-11-121-0/+2
| | | | is built on ia64 only.
* Don't ever disable ACPI on ia64. We cannot life without it.marcel2002-11-061-0/+2
|
* o Introduce variable DOFS_SH to hold the path of the doFS.sh.marcel2002-11-051-12/+19
| | | | | | | | o ia64: Set DOFS_SH to point to an alternate version. o ia64: Lower BIGBOOTSIZE from 120M (LS-120) to ~5M. o ia64: Set BIGBOOTLABEL to efi so that we can check for it in the alternate doFS.sh script. If the label is not efi, we can invoke the generic doFS.sh.
* Fixes to unbreak Alpha releases:ru2002-11-051-10/+2
| | | | | | | | | | | | | | | | | | | | Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose. Removed the now no-op commands to copy ${RD}/trees/base/dev bits to ${RD}/mfsfd/dev, now that DEVFS is the default. Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS kernel. Moved miibus network module to the drivers floppy. isp(4) and mpt(4) now have corresponding modules, move them to the third floppy as well. Caution! With these changes, mfsroot.flp has only 11K left, and kern.flp has even less -- 5K.
* Make a small (1.2M) fixit floppy image for pc98.nyan2002-11-051-2/+15
|
* Use ${TARGET_ARCH} for ia64 tests.ru2002-11-051-2/+2
|
* Move the modules in the mfsroot to /modules instead of /stand/modules sojhb2002-11-041-7/+7
| | | | | | | that they aren't copied over into /stand of new installations. Submitted by: matusita Tested on: i386
* Use ${RD}/trees/base/boot/loader for kern.flp instead of /boot/loader.nyan2002-11-041-3/+3
|
OpenPOWER on IntegriCloud