| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the bootable UFS image, miniroot.ufs, fully identical to the
contents of the "bootonly" CD-ROM. The image is made available
on FTP as miniroot/miniroot.ufs.gz, for resemblance with NetBSD.
This replaces the boot.flp image for sparc64, making the latter
as coming with NO_FLOPPIES.
Reviewed by: jhb
Tested by: hrs
|
|
|
|
|
|
|
| |
- Normalize doRELEASE to avoid seeing "`ftp.1' is up to date." warning
when doing "make rerelease", and ftp.1 was already built.
Reviewed by: jhb
|
|
|
|
|
|
|
|
|
| |
no longer existing "fixit" crunched binary).
- Simplify the CRUNCH_TARGETS variable's initialization.
- Simplify the release.5 logic a bit by accounting for the fact
that release/*_crunch.conf files were removed two years ago.
|
|
|
|
|
|
| |
environment always.
Pointed by: ru
|
|
|
|
| |
Pointed by: ru
|
|
|
|
| |
Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale
|
|
|
|
|
|
|
| |
- Fixed the bootable CD-ROM support for IA64.
Reviewed by: marcel
Tested by: marcel
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: jhb, ru
- Moved the creation of the ports distribution to release.7.
- Call MFS root floppy mfsroot.flp even on a small PC98 disk.
Submitted by: jhb
Reviewed by: ru, jhb
|
|
|
|
|
|
| |
Approved by: consensus on freebsd-alpha
A replacement (miniboot.iso) is currently under development.
|
|
|
|
| |
OK'ed by: scottl
|
|
|
|
|
|
|
| |
to survive.
Discussed with: bde
Tested on: i386 and pc98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the != operator) only when needed.
This change allows me to check out the current version of release/
makefiles only (co -l) to /tmp/release, and use that directory to
build a release (supplying the correct WORLDDIR).
Without this, attempt to "make release" caused an endless fork bomb
while trying to evaluate FIXCRYPTO, and the only way I could get
away from this on a remote box was to "kill -INT 1", thanks to
tcsh(1) and its internal "kill" command.
|
|
|
|
|
|
|
|
| |
release/Makefile.
Reviewed by: marcel
The original patch also removed ia64/dokern.sh, but this was OBE.
|
|
|
|
| |
doMFSKERN (where it logically belongs).
|
|
|
|
| |
Reviewed by: marcel
|
|
|
|
|
|
| |
the use of '-j8'.
Apologies to: ru
|
| |
|
|
|
|
|
| |
Spotted by: nyan
Reviewed by: nyan
|
|
|
|
| |
OK'ed by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option. The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.
Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.
Discussed with: jhb
|
|
|
|
| |
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
|
|
|
|
| |
${.TARGET}, to ease maintenance.
|
|
|
|
|
|
|
|
|
| |
that causes the bootable ISO images to be created using the floppy
emulation (the old method) as opposed to the new "cdboot" method.
Only copy boot.flp to the 2nd CD-ROM if this variable is defined.
Reviewed by: murray
|
|
|
|
|
| |
points to a directory where "make buildworld" was run. Useful
for building 5.x snapshots on 4.x.
|
|
|
|
|
|
|
| |
creating the "floppies" directory on FTP and CD-ROMs. Enforce
NO_FLOPPIES on amd64.
Tested for: amd64, i386 with -DNO_FLOPPIES
|
|
|
|
|
|
|
| |
the boot.flp image on the second CD-ROM.
Explained by: jhb
Desired by: vendors
|
|
|
|
|
|
|
| |
no useful purpose other than wasting CPU time in "make release"
creating useless boot.flp.
Desired by: peter
|
|
|
|
| |
Forgotten by: jhb
|
| |
|
|
|
|
|
|
|
| |
Submitted by: bde
Fixed nearby bug: propagate the root Makefile's idea of
the appropriate "make" binary down to release/Makefile.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
doing make readmes if /tmp/.skip_ports exists. This file is created
after a complete run, which avoids that we do the lengthy operation
again for a rerelease.
When NOPORTS or NOPORTREADMES are defined, we create the file prior
to starting the release.
|
| |
|
|
|
|
| |
Approved by: re(jhb)
|
|
|
|
|
|
|
| |
of inodes for the alpha driver floppy. With this patch, alpha actually
built a full release!
Submitted by: ru
|
|
|
|
|
|
|
|
|
|
|
| |
used in the EXTSRCDIR case, for example, if one finds it useful
to symlink /usr/src to an actual source tree, and use /usr/src
as the EXTSRCDIR.
This has no effects on release builds not using external directories.
Reviewed by: ru
Approved by: scottl (re)
|
|
|
|
|
|
|
|
| |
Also make sure bsdlabel(8) (along with the disklabel(8) compat
link) still appear on the fixit floppies of platforms that use
it natively (alpha, i386, and pc98).
Approved by: re (scottl)
|
|
|
|
|
|
| |
Duplicate the target for Alpha so I can start hacking and slashing bits out.
Approved by: re(blanket to make Alpha build)
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
|
|
|
|
|
|
|
|
|
| |
bootable CDs can still be created if the iso.1 target is called
directly.
PR: misc/47191
Submitted by: Joost Bekkers <joost@bps.jodocus.org>
MFC after: 1 week
|
|
|
|
| |
"secure".
|
|
|
|
| |
Approved by: re (murray)
|
|
|
|
|
|
| |
sunlabel(8) no longer being linked to disklabel(8).)
Reviewed by: phk
|
| |
|
| |
|