summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* My previous change could conceivably succeed at removing CHROOTDIR.jdp1998-06-081-2/+2
| | | | Ignore errors from the chflags command that follows it, just in case.
* Speed up the cleaning of CHROOTDIR by almost a factor of two, byjdp1998-06-071-1/+4
| | | | | replacing two monstrous file tree walks with one monstrous tree walk and two miniscule ones.
* -DALLLANG is now obsolete in "src/Makefile"; move to "src/release/Makefile".jkoshy1998-06-061-1/+7
| | | | PR: 6685
* A bit of additional ELF changeover stuff I forgot to conditionalize earlier.jkh1998-05-301-1/+3
| | | | Todo: revisit and make work with either aout or ELF.
* Do the aout libs if they exist in preference to the older ones in /usr/libjkh1998-05-291-1/+8
|
* Don't pack distfiles left over from docs builds into ports.tgz.jkh1998-05-201-1/+2
|
* Go back to 240640 split size. Interesting experiment but somebodyjkh1998-05-121-2/+2
| | | | | still needs to figure out the 1.2MB floppy problem before we touch (or possibly eliminate) this value.
* Try experimenting with the split size a little in an effort tojkh1998-05-081-2/+2
| | | | | | move our installation structure a little further into the 20th century (just before it's over). Instigated by: Dag-Erling Coidan <dag-erli@ifi.uio.no>
* Allow the CVS modules from which the source, doc and ports collections aremsmith1998-04-151-5/+12
| | | | | | | checked out to be overridden. PR: misc/6309 Submitted by: "Greg A. Woods" <woods@zeus.leitch.com>
* Use the correct templates file.jkh1998-03-301-2/+2
| | | | | PR: 6135 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make the vn device that is being used to build the floppies configurable.jhay1998-03-221-4/+7
| | | | | | You can now do something like "make release VNDEVICE=vn1". This makes it possible to do something else with vn0, for instance building another release.
* MF22: don't snip SYSVSHMjkh1998-03-101-3/+2
|
* DOH! Forgot a backslash.jkh1998-03-061-2/+2
|
* Go to reduced device set now that "make-unders" work.jkh1998-03-061-4/+2
|
* ... since config no long have a -n option in -current either, do theeivind1998-02-181-2/+2
| | | | obvious thing. (-n gone).
* MF22: Optimize DOC bootstrap.jkh1998-02-131-2/+3
|
* Remove INTCVSROOT, no longer needed thanks to cvsuppst1998-02-011-9/+1
|
* Collapse 2 settings of PATH into one (didn't notice the 1st one before).jkh1998-01-281-4/+6
|
* Tweak PATH for ports build. I have no idea why this worked on my testjkh1998-01-271-2/+3
| | | | machine but not on the -current build box.
* Temporary work-around for a ports building problem I really don'tjkh1998-01-271-2/+2
| | | | understand just yet.
* Clean up doc bootstrap ports afterwards.jkh1998-01-241-2/+4
| | | | Small stylistic cleanup.
* Bring back handbook and FAQ by adding a mechanism for bootstrap portsjkh1998-01-231-4/+10
| | | | | to the build. This will need more review as we go into it, but it should do the basic job for now.
* Add a missing \ the previous committer omitted from the crunch target.jkh1998-01-191-2/+2
|
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-3/+3
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.joerg1997-10-201-2/+7
|
* Turn NODOC back on - this is going to take a bit more work to get right.jkh1997-10-051-2/+4
|
* Remove NODOC setting - time to figure out how to get this working again.jkh1997-10-051-2/+2
|
* Fix syntax error I introduced earlier. :)jkh1997-10-041-2/+2
|
* Support crypto and kerberos source dists.jkh1997-10-041-4/+3
|
* Install boot.help differently.jkh1997-10-031-2/+2
|
* The eBones src distribution is gone, and crypto is here. So removemarkm1997-10-031-3/+3
| | | | references to sebones.* and bring in scrypto.*.
* kerberos4 -> kerberosIVjkh1997-10-011-3/+3
| | | | Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
* Fix kerberos breakage for release.jkh1997-09-301-5/+5
| | | | Submitted by: markm
* Don't gratuitously drop termcap.db and vgrindefs.db from the installedjoerg1997-09-201-3/+1
| | | | | | set of files. Reviewed by: jkh
* Perform a `make distrib-dirs distribution' inside the chroot treejoerg1997-09-201-1/+2
| | | | | | before trying to `make world', so to become less dependant from the correctness of the environment hosting the `make release'. The recent addition of a group `network' made this problem apparent.
* 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
|
OpenPOWER on IntegriCloud