summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do a make install in sysinstall so that its man page gets added to thejkh1997-09-081-2/+3
| | | | manpages dist.
* Yikes! Whomever put the non-overridable setting of BUILDNAME injkh1997-09-041-2/+2
| | | | here, don't do that!
* Copy the boot.help file also into the MFS image so that the installerjkh1997-09-041-1/+2
| | | | can find it later and copy it over.
* Skip contrib-cryptojkh1997-09-031-2/+2
|
* Make README.TXT for floppies reference work.jkh1997-07-311-2/+2
|
* Touch a default kernel.config file to shut the boot blocks up about itjkh1997-07-311-1/+2
| | | | when not present.
* Turn off doc.1 distribution until we figure out what we're going to do withjkh1997-07-231-1/+3
| | | | it.
* OK, *this* is how the ports stuff should have been built to beginjkh1997-07-131-17/+7
| | | | with. ;-)
* Move ports distribution copying for ftp dist into the correct place.jkh1997-07-091-4/+5
|
* Split section 6 catpages/manpages out into games dist.jkh1997-07-021-2/+2
|
* Protect against CVSROOT not being set.jkh1997-06-291-3/+3
| | | | Submitted by: fenner
* endif -> .endif (from BOOT_CONFIG changes).jkh1997-06-281-2/+2
|
* Reorder things and import NOSHARED.pst1997-06-281-4/+7
|
* YAMF22jkh1997-06-241-3/+13
| | | | Submitted by: pst
* Do ports.1 earlier.jkh1997-06-231-2/+3
|
* Argh - 3rd time's a charm. Move doc even further in the distribution chain.jkh1997-06-221-2/+2
|
* The doc dist was being made too early - move it.jkh1997-06-221-11/+19
|
* Bag previous behavior of making all BIN_DISTS get a set of /etc files.jkh1997-06-221-4/+2
| | | | | If a bindist clone wants etc files, it can clone them from bin. If it doesn't, now it won't. :)
* Reshuffle some of the distribution names to make themjkh1997-06-221-7/+6
| | | | easier to remember & allow overrides.
* Make docs go to the right place finally.jkh1997-06-211-2/+2
|
* Whoops, get the proper rev of this.jkh1997-06-211-3/+3
|
* Change the way distributions are built such that they can be builtjkh1997-06-211-75/+33
| | | | | either in the Makefile or by an external script. Move some of the existing stuff into scripts.
* Whoops - add boot.foo files to the outside of the MFS, not the inside. :)jkh1997-06-121-3/+3
| | | | Brain engaged now.
* Copy boot.help file onto boot.flp and write zero-length boot.configjkh1997-06-121-1/+3
| | | | there to shut the boot blocks' whining little face up.
* Make readmes in ports.jkh1997-06-111-2/+2
| | | | Submitted by: asami
* Make install in include before making world.brian1997-06-061-1/+2
| | | | | | | | | | Without this, if you try to build a 2.2 release on -current, it falls on its face here because /usr/include contains your "make install"d headers where the /usr/include/* symlinks point to the RELENG_2_2 headers. Reviewed by: jkh
* Create the release name of SNAPs automagically.joerg1997-06-011-2/+10
|
* Add rules for building doc back into releases, conditionalized on NODOC.jkh1997-05-241-12/+19
| | | | | Also clean up some of the comments at the top. It's 12 o'clock, and that is all.
* Spelling/typo fix.danny1997-05-031-3/+3
|
* Eliminate a small redundancy with ALL_DISTSjkh1997-04-251-2/+2
| | | | Submitted by: John-Mark Gurney <jmg@hydrogen.nike.efn.org>
* ``Ooops'' :-)joerg1997-04-131-2/+2
|
* Add more bootstrapping bandaids: copy over some of the host systemjoerg1997-04-131-5/+24
| | | | | | | | | | | | | dependent utilities to /bootstrap inside the chroot tree, so the hosting and targeted environment are not required the same. By now, mount/umount (due to the Lite2 changes) and cpio (due to lchown) make it there. This should allow building a 3.0-current release from inside a 2.2 vintage system, and visa verse. Isn't lchown also a reason for a shared lib version number bump? PR: Reviewed by: jkh
* Sync this up with RELENG_2_2. Du-oh, i've totally spammed rev 1.278,joerg1997-04-121-16/+27
| | | | and quite a number of smaller fixes from 2.2 were missing as well.
* Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatoryjoerg1997-03-151-1/+4
| | | | at all (so protect it with .if defined).
* Properly export RELEASETAG and NO_PORTS (if set) into the chrootedjoerg1997-03-151-1/+5
| | | | | | | make process via /mk. 2.2 candidate but i'll defer this for an hour until my test buld proved that it works. This should just fit Jordan's deadline. ;-)
* Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)joerg1997-03-141-5/+3
|
* Do not spam our distributions accidentally with BOOTMFS files.joerg1997-03-121-2/+2
|
* NO_PORTS changes...jkh1997-03-121-1/+7
|
* Bring in split-CDROM changes from 2.2jkh1997-03-121-16/+18
|
* Drop a copy of cdrom.inf in the ftp area as well, so people who wannajoerg1997-03-111-1/+2
| | | | | | cut the FTP distribution onto their own CD-R won't bite the bullet. Jordan, it seems -current misses the disc1/disc2 split still.
* YAMF22 (rev 1.246.2.29: bootstrapping aid)joerg1997-03-111-1/+10
|
* Add support for ports collection distribution.jkh1997-03-111-4/+28
|
* Reincarnate one occurance of RELEASEDIR, since the build depends onjoerg1997-03-061-1/+3
| | | | | | | | it inside some Makefiles. (Duh-oh, i've once included these references there myself! :) Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by my yesterday's build.
* . Remove the ${RELEASEDIR} variable, it turned out to be a constantjoerg1997-03-021-43/+14
| | | | | | | | | | anyway. . Add /usr/share/misc/scsi_modes to the fixit floppy, and set the appropriate env variable. . Cleanup the (commented out) tags in the entry section a little, to be more up-to-date.
* Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too.joerg1997-02-231-1/+2
| | | | | Othrwise, our chroot tree ends up with the /etc from the bootstrapping environment, as opposed to the target environment.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* 1. Sync ABOUT.TXT changes.jkh1997-02-051-12/+11
| | | | | 2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things.
* Copy ABOUT.TXT properly to the CD also.jkh1997-01-141-0/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* DTRT for the 2nd CDROM and cdrom.inf automatically.jkh1997-01-061-1/+2
|
OpenPOWER on IntegriCloud