summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert "RELENG_ver_RELEASE" to "RELEASE_ver" and use it to check outasami2000-04-061-0/+19
| | | | | | | | | | | | | the ports and doc trees. There is no change if we are not building a release (i.e., we are not using a tag of the form RELENG_ver_RELEASE --e.g., a RELENG_ver tag used to build a snapshot). This should allow the ports and doc freezes during the release cycles to be somewhat shorter, as commits to those (non-branched) trees can resume as soon as the tags are laid down. Reviewed by: nik Approved by: jkh
* Add USA_RESIDENT to release make variables; can't hurt.jkh2000-03-121-0/+3
| | | | Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
* Fix a copy and paste error. Make release should be operational again.jhay2000-03-031-1/+1
| | | | Reviewed by: markm
* release glue to support s/des/crypto/jkh2000-02-291-7/+24
| | | | Submitted by: markm
* Forgot to setup disc2 (the livefs) for booting also.obrien2000-01-291-2/+3
|
* Setup cdrom/disc1/ for booting in the Alpha case.obrien2000-01-291-0/+6
|
* Remove historical vestage from the days when there was 1 boot floppy forobrien2000-01-251-1/+1
| | | | | | i386 and 2 for the Alpha. Ok'ed by: JKH
* In the "cdrom" target it is best to write to the CDROM stage area, *NOT*obrien2000-01-241-1/+1
| | | | the FTP stage area.
* missing ] in if at cdrom.1 targetwilko2000-01-231-1/+1
|
* Check if the various .TXT files exist before trying to copy them.wilko2000-01-221-2/+6
| | | | | Oh why did I select a first project that needed to touch release/Makefile.. The fact that my release-building Alpha panics on me does not help either :(
* Allow automatic 'pulling in' of machdep *.TXT files from ./texts/[alpha,i386]wilko2000-01-191-6/+6
| | | | | | | | and concat these to the corresponding generic *.TXT living in ./texts This is currently aimed at HARDWARE.TXT but works for things like RELNOTES.TXT too. Reviewed by: jkh
* Fix !crypto releases once more.phk2000-01-161-4/+2
|
* Eliminate PC-card installation floppy and add PC-card support forhosokawa2000-01-141-28/+1
| | | | generic installation floppy.
* Use GENERIC for both pccard and non-pccard disks now that GENERIC isimp2000-01-101-2/+2
| | | | (or should be) everything that PCCARD is.
* - Revert --strip-all of /kernel on a new installed system (it would workpeter2000-01-101-1/+2
| | | | | | | | | | | with kld etc just fine, but tracebacks would have less information and nm /kernel wouldn't be so good). - Just strip the kernel on the boot disk. This does not affect kld or module loading, there are two symbol tables in a kernel. There is the dynamic linking one (.dynsym+.strtab) with just global symbols and a user symbol table (.symtab+.strtab) with all symbols. BTW; objdump lies and hides the second one. There's a good half a meg or so that can be saved from an average kernel by stripping it.
* Strip even more unneeded symbols.jkh2000-01-091-1/+1
| | | | Suggested by: peter
* nuke debugging symbols from kern.flp kernels.jkh2000-01-031-0/+1
|
* Don't barf on the releasename symlink in the ftp area on make rerelease.phk1999-12-221-1/+1
|
* Copy the loader.help file to the boot floppy.jkh1999-12-161-0/+1
|
* Step #2 of fixing the fixit floppy.joerg1999-12-141-4/+4
| | | | | | | | | | | | | | | | | | | | | Kill duplicates for programs that have been in the boot crunched image as well as on the fixit floppy (pwd, newfs, hostname, test). Our space is really too valuable to have them around there twice. I doubt pwd needs to be there at all since it's a builtin into sh(1) anyway (oh, and the same applies to test(1) IIRC), but heck, leave them by now. Use the new `fixit' target in MAKEDEV to create the /dev nodes on the floppy, instead of including the kitchensink... Finally, tune the values used for creating the floppy. I currently end up with Filesystem 1K-blocks Used Avail Capacity iused ifree %iused /dev/vnn0c 1363 1301 -47 104% 368 14 96% ...which is not quite ideal yet, but at least a working configuration again.
* Create a symbolic link in the ftp directory, so that the user canphk1999-11-271-1/+2
| | | | | | | enter the URL directly to the FTP directory without worrying about the BUILD_NAME. Remove some extra quoting in a kernel config file.
* Reverse order of krb4 and des build so that SRA telnet does notnsayer1999-10-071-1/+1
| | | | overwrite Kerberos Telnet.
* Fix building non-crypto releases.phk1999-10-031-1/+3
|
* Guard against an rm returning non-zero status.jkh1999-09-231-1/+1
| | | | Noticed by: Makoto MATSUSHITA
* Prepare for K5.markm1999-09-191-2/+2
|
* Make trash removals less chatty.jkh1999-09-191-1/+2
|
* MF3: various small tweaks.jkh1999-09-171-3/+1
|
* Some minor cosmetics: make mkdir less chatty in the output and stop making /Rjkh1999-09-161-9/+10
| | | | magic.
* Make the fixit floppy 2.88MB as a temporary "solution" to get the nightlypeter1999-09-131-2/+2
| | | | snaps re-running. This is not a fix. (The alpha already does this)
* Allow flags to be passed to patch when using LOCAL_PATCHESjkh1999-09-071-1/+1
|
* Fix an old reference to the old docs directories. Looks likejkh1999-09-061-2/+7
| | | | | | this one went completely uncaught for months! Caught by: jack <jack@germanium.xtalwind.net>
* MFS: I found a few bogons here which were fixed in -stable (!) but notjkh1999-09-041-3/+3
| | | | -current.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Handle the new Makefile infrastructure in the doc/ repository.nik1999-08-261-3/+3
| | | | | | | | | | | | | Set ALLLANG to install all the languages, otherwise set DOC_LANG to just the languages (and encodings) you want to install. Default to building the html-split (lots of small HTML files, with links to go between them), html (one big honking HTML file), and plain text versions of the documentation. Does not compress any of the docs prior to doing the installation. Testing and feedback: Jack O'Neill <jack@germanium.xtalwind.net>, Cockups and typos: nik
* I was clearly smoking crack when I committed the change to allow forjkh1999-08-051-3/+15
| | | | | | | architecture-specific docs on the boot floppy and CDROM. Do it right this time. Noticed by: jhay
* Turn docs back on - ache was very quick.jkh1999-08-051-2/+2
|
* Turn docs off by default again - somebody has broken the docproj port.jkh1999-08-041-2/+2
|
* Add INSTALL.TXT back.jkh1999-07-311-2/+2
|
* Get bpf0 onto the MFS image.jkh1999-07-201-2/+2
|
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-2/+2
| | | | | | | | in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
* Miscellaneous fixes for dhcp client support.jkh1999-07-181-1/+3
|
* Added a short README to PC-card boot.flp directory.hosokawa1999-07-061-1/+2
| | | | (please check English grammer...:-) )
* Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-061-1/+1
| | | | Now we don't have to make clean before make boot.flp's.
* Exclude CHECKSUM.MD5 itself from CHECKSUM.MD5 in PC-card floppy directory.hosokawa1999-07-061-2/+2
|
* My last modification for PC-card boot.flp was incomplete, and one more patchhosokawa1999-07-051-1/+6
| | | | | | is needed. This seems a sort of quick-hack, but it's hard to fix it in proper way. I'll do it later.
* make release (actually, make floppies) makes PC-card boot.flp automatically.hosokawa1999-07-041-3/+14
|
* Add bits of PAO that are non-controversial.markm1999-06-171-8/+36
| | | | Submitted by: Tatsumi HOSOKAWA
* Don't put CVS files in ports. It's kinda useful for cvs updatingjkh1999-05-291-3/+3
| | | | | | | a ports tree which was installed initially with the system later, but this is probably not the general case (user CVSups the repository rather than the checked-out bits) and it's penalizing everyone else with excessive inode consumption.
* Use RELENG_3 as an example, not RELENG_2_2.brian1999-05-231-3/+3
|
* More crypto bogosity.phk1999-05-161-1/+3
| | | | (I just built a current snap-shot)
OpenPOWER on IntegriCloud