summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Just fetch distfiles from a single location. The change to textproc/docprojjkh1998-12-211-5/+4
| | | | broke my fetch heuristic anyway.
* Now that textproc/docproj works properly, use it instead of the longjkh1998-12-181-4/+3
| | | | list of ports.
* Don't create unpacked ports on disc2 anymore.jkh1998-12-091-6/+4
|
* DOH! Name the mfsroot contents properly.jkh1998-12-081-4/+4
| | | | Noticed by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Put mfsroot.gz on yet another filesystem so that the boot blocksjkh1998-12-061-6/+10
| | | | | can really read it. Hmm. I have no idea *how* this worked in our earlier tests on the x86. :)
* Now that John has kindly repo-moved these files, nuke the originaljkh1998-12-061-7/+7
| | | | copies and update the Makefile.
* Finally eliminate evil version.h smashing in sysinstall. sysinstalljkh1998-11-241-6/+2
| | | | gets the initial release information from sysctl.
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-121-2/+2
|
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-111-18/+2
| | | | | | a bit less legacy hardware support, that all still remaining a supported option with kern.flp (and a two-floppy install). This will be documented in the release notes, I promise.
* Whoops, properly compress doc files again.jkh1998-11-081-2/+2
|
* TEST -> testjkh1998-11-061-2/+2
|
* Alpha loader lives in /boot now; no need for a special hack.jkh1998-11-061-5/+1
|
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-031-2/+2
|
* Copy appropriate docs into help/ directory of boot floppy.jkh1998-11-031-2/+4
|
* Use the new doc locations.jkh1998-11-031-22/+7
|
* s/boot2/loader/ on the alphagpalmer1998-10-221-2/+2
|
* Use the same boot.conf file for alpha, now that it works.jkh1998-10-161-2/+2
|
* More attempts to DTRT for the alpha, based on what I now know about boot2.jkh1998-10-151-5/+5
|
* Use more rational inode sizes.jkh1998-10-141-4/+4
|
* Fix more bogons revealed by building alpha boot floppies.jkh1998-10-141-1/+6
|
* whoops, correct patch-o in last commit.jkh1998-10-131-2/+1
|
* More alpha patches.jkh1998-10-131-3/+8
|
* Properly conditionalize more stuff for the ALPHA.jkh1998-10-131-5/+11
|
* Update comment. The release tree needs about 1000 MB of free spacejdp1998-10-131-2/+2
| | | | now.
* Adjust for new MFS root code.jkh1998-10-101-3/+1
|
* Small refinements to boot script.jkh1998-10-091-6/+7
|
* Initialize boot configuration files on floppy correctly. We nowjkh1998-10-091-3/+10
| | | | support 3 kinds of floppies: boot+mfs (standard), boot, mfs.
* Finally settle on a name for the mfsroot image.jkh1998-10-081-2/+2
|
* Only install boot blocks if !MFSKERN. Too big otherwise!jkh1998-10-081-2/+2
|
* Add boot bits to boot floppy.jkh1998-10-081-1/+5
|
* Final cleanup pass over boot floppy changes.jkh1998-10-081-8/+5
|
* Remove a gratuitous copy.jkh1998-10-081-3/+1
|
* Unreverse a conditional and gzip the mfs image by default.jkh1998-10-071-3/+3
|
* Support 3 floppy images as standard now: boot kernel, mfs image andjkh1998-10-071-6/+11
| | | | kernel+mfs image.
* Fix typo.jkh1998-10-071-2/+2
|
* Add MFSKERN flag to enable the combining of kernel and MFS fs.jkh1998-10-071-7/+8
| | | | | | At some point, it will always be off from the user's POV and used only internally to build (optionall) both mfskern floppies and ones where mfs root and kernel go in separate places.
* Remove hard-coded constants being passed to doFS.sh and add in a 386/alphajkh1998-10-071-15/+31
| | | | configuration section.
* Turn ALLLANG back on.jkh1998-10-071-2/+2
|
* Add a symbol to aid in release debugging.jkh1998-10-041-2/+3
|
* Collapse doRELEASE target back to being the same for alpha/i386 nowjkh1998-10-041-8/+1
| | | | that unzip is fixed and we should hopefully be able to build the docs.
* Commit some more updates for the alpha release build. This may bejkh1998-10-041-7/+8
| | | | a bit ambitious for the moment, but the only way out is through! :)
* Don't write the fsimage in the kernel on alpha - the combinedjkh1998-10-041-1/+5
| | | | | kernel + fsimage is far too large to fit on a single floppy. Copy it out for the later creation of a root floppy image instead.
* Urk!! At some point, CFLAGS got set to -O2 rather than -O (whichjkh1998-10-011-2/+2
| | | | | | has always been our "recommended optimization flag") and this causes problems on the Alpha in addition to being generally wrong. Noticed by: dfr
* Finally conditionalize the SCSI frobbing code properly. Thisjkh1998-09-301-1/+2
| | | | | should return kernel config saving (under the current a.out system) to its former functionality.
* Nuke ft0 device on boot floppy also since we don't need it now.jkh1998-09-281-1/+2
|
* Put MSDOSFS back - I'm going to try and find space another way.jkh1998-09-241-2/+1
|
* Trim more stuff off the boot floppy - we're overflowing again! :(jkh1998-09-241-1/+4
| | | | Partially suggested by: abial
* Build the GENERIC kernel on the alpha too. And don't expect a MFS kernelgpalmer1998-09-231-3/+6
| | | | | | yet, nor will fbsdboot.exe be too useful :) Reviewed by: jkh
* Turn NODOC off again; now that releases are releasing again, it's time tojkh1998-09-201-2/+2
| | | | try and unbreak docs.
* Turn off ALLLANG; the docs are currently in spanish and none of the docsjkh1998-09-191-2/+2
| | | | | folks seem to have worked out why yet, so I'm switching back to english and only english by default for now. :)
OpenPOWER on IntegriCloud