aboutsummaryrefslogtreecommitdiff
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* Install nextboot in /rescue as /rescue/nextboot rather thanJohn Baldwin2005-12-151-1/+1
| | | | | | | | | | /rescue/nextboot.sh to match the name in /sbin (/sbin/nextboot). Reviewed by: gtetlow MFC after: 1 week Notes: svn path=/head/; revision=153455
* Respect the YES_HESIOD build variable.Poul-Henning Kamp2005-08-061-0/+2
| | | | Notes: svn path=/head/; revision=148796
* Fix path to dhclient-script and reconnect to build.Brooks Davis2005-06-071-7/+7
| | | | Notes: svn path=/head/; revision=147090
* Temporarily disconnect dhclient from the build while I import theBrooks Davis2005-06-071-7/+7
| | | | | | | OpenBSD version. Notes: svn path=/head/; revision=147070
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupDarren Reed2005-04-281-1/+2
| | | | | | | build problems with rescue. Notes: svn path=/head/; revision=145630
* Run "make obj" before "make build-tools" in the directories used forColin Percival2005-03-181-0/+1
| | | | | | | | | | | building the rescue binary. This fixes a problem with NO_TCSH, where the "make obj" stage of buildworld doesn't recurse into bin/csh, resulting in csh build-tools being put into /usr/src/bin/csh. Pointed out by: dougb (on hackers@) Notes: svn path=/head/; revision=143803
* Wrap BSD r* commands in NO_RCMDS.Tom Rhodes2005-03-021-1/+1
| | | | | | | | | Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk. Discussed with: ru, nectar Notes: svn path=/head/; revision=143026
* Add chroot. It can be a real lifesaver, and adds less than 2 kB.Dag-Erling Smørgrav2005-02-071-0/+7
| | | | Notes: svn path=/head/; revision=141478
* Ignoring MAKEFLAGS in rev. 1.15 was a very bad idea. This causesRuslan Ermilov2005-01-201-2/+3
| | | | | | | | | | | | | | | | | | wrong share/mk files to be used, which can be fatal with upgrades or downgrades, e.g., when building RELENG_5 on HEAD. Reported by: glebius For now, just exclude -P from MAKEFLAGS when running crunchgen(1). (Note that it will still break when run with certain -d options.) The real solution is to fix make(1) to not print stuff on stdout when it's not supposed to, e.g., through the -P and -dX options, and to fix crunchgen(1) to not redirect stderr to stdout when running make(1). Once this is implemented, this hack can go. Notes: svn path=/head/; revision=140508
* Don't call "objs" target in rescue.mk twice.Ruslan Ermilov2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=139234
* Make "===> " prefixes look sane.Ruslan Ermilov2004-12-231-6/+13
| | | | Notes: svn path=/head/; revision=139233
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139105
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Add missing dependencies of $(OUTPUTS) on source makefiles.Ruslan Ermilov2004-12-181-1/+6
| | | | | | | Caught by: make -DNOCLEAN buildworld Notes: svn path=/head/; revision=139020
* Replace GNU tar with BSD tar.David E. O'Brien2004-12-041-1/+3
| | | | Notes: svn path=/head/; revision=138366
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-1/+4
| | | | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=137675
* Remove references to NO_VINUMPoul-Henning Kamp2004-11-041-4/+0
| | | | Notes: svn path=/head/; revision=137201
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* As with the non-rescue version don't build fore_dnld when NOATM is defined.Marius Strobl2004-08-161-2/+2
| | | | Notes: svn path=/head/; revision=133799
* Remove dangling raidctl referencePoul-Henning Kamp2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=127075
* Add id(1) (aka groups(1) aka whoami(1)) since it is used by install.sh.Dag-Erling Smørgrav2004-03-121-0/+3
| | | | Notes: svn path=/head/; revision=126874
* Revision 1.7 of this file added informationTim Kientzle2004-01-181-3/+2
| | | | | | | | | | | | | about the location of each program's source. This update optimizes the build a bit by giving that information to crunchgen rather than asking crunchgen to do a directory search to locate sources. Approved by: gordon (Mentor) Notes: svn path=/head/; revision=124695
* Properly spell make binary as ${MAKE}.Ruslan Ermilov2003-12-241-8/+8
| | | | | | | | | This fixes buildworld for systems with old make(1) binaries. Reported by: Benjamin Close Notes: svn path=/head/; revision=123802
* Remove cxconfig and add sconfigWarner Losh2003-12-031-1/+1
| | | | | | | | | | # maybe we can remove sconfig later from rescue? Submitted by: Roman Kurakin <rik@cronyx.com> Approved by: re@ <scottl> Notes: svn path=/head/; revision=123131
* Reconnect ipfstat, ipnat, and ipftest to the build now that if_xnameBrooks Davis2003-12-021-1/+1
| | | | | | | | | support is enabled. Approved by: re (scottl) Notes: svn path=/head/; revision=123114
* Alternate version of rev 1.20.David E. O'Brien2003-11-091-1/+1
| | | | | | | | | | Comment out rather than totally remove the ipfilter pieces that we need reconnected some day. This is now only ipnat as it is for configuring NAT. ipfstat is meant for reporting statistics/filter lists. For /rescue it is enough to configure lists but not view the installed ones. Notes: svn path=/head/; revision=122341
* Temporarily disable ipfstat and ipnat in /rescue to fix world.Brooks Davis2003-10-311-1/+1
| | | | Notes: svn path=/head/; revision=121818
* No need to check for the directory, fols are assumed to have all theMark Murray2003-09-271-1/+1
| | | | | | | correct sources. Only check the crypto macros. Notes: svn path=/head/; revision=120519
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
| | | | | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=120492
* Teach rescue about NOATM, NO_VINUM and NOINET6Poul-Henning Kamp2003-09-021-5/+18
| | | | Notes: svn path=/head/; revision=119664
* Build the atmconfig utility into rescue.Hartmut Brandt2003-08-121-2/+3
| | | | Notes: svn path=/head/; revision=118826
* When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -PGordon Tetlow2003-08-011-2/+2
| | | | | | | | | | | from passing the -P flag to crunchgen which seems to confuse crunchgen horribly. This is the preferable solution to modifing crunchgen to unset the MAKEFLAGS environment variable. Submitted by: gad@ Notes: svn path=/head/; revision=118299
* Fix rescue build using -j. The problem appears to be make not being ableGordon Tetlow2003-07-241-2/+3
| | | | | | | | | | | | | | | to find the source when the object was specified as <directory>/foo.o. The fix makes the build go through a make objs before compiling the rest of the crunchgen. This ensures that the dhclient bits are built in the correct place where they are picked up for the final compile of rescue. I'd like to thank dwhite@ and gad@ for helping me track down the problem. Fast testing box provided by: phk@ (thanks) Notes: svn path=/head/; revision=117956
* Missed one, remove one more.David E. O'Brien2003-07-211-1/+1
| | | | Notes: svn path=/head/; revision=117816
* Trim /rescue.David E. O'Brien2003-07-191-12/+10
| | | | | | | Discussed on: freebsd-arch@ Notes: svn path=/head/; revision=117791
* Obey NOCRYPTDavid E. O'Brien2003-07-181-1/+4
| | | | | | | Submitted by: Skip Ford <skip.ford@verizon.net> Notes: svn path=/head/; revision=117711
* NO_TCSH would be set in /etc/make.conf, not here. Also obey NO_IPFILTER.David E. O'Brien2003-07-171-5/+6
| | | | Notes: svn path=/head/; revision=117693
* consistify the style someDavid E. O'Brien2003-07-171-41/+42
| | | | Notes: svn path=/head/; revision=117692
* Remove the commented out 'rmail' before someone gets a really bad idea.David E. O'Brien2003-07-171-3/+0
| | | | Notes: svn path=/head/; revision=117682
* *major* style problems.David E. O'Brien2003-07-171-12/+15
| | | | Notes: svn path=/head/; revision=117680
* We don't need so many -I's.David E. O'Brien2003-07-171-2/+0
| | | | Notes: svn path=/head/; revision=117679
* Don't directly use GCC warnings.David E. O'Brien2003-07-151-1/+0
| | | | Notes: svn path=/head/; revision=117646
* Depessimize rescue build by only clean'ing and obj'ing the directories weGordon Tetlow2003-07-151-27/+47
| | | | | | | | | | care about, not a full usr.bin tree. This should reduce buildworld times pretty drastically. Requested by: lots of people Notes: svn path=/head/; revision=117601
* Turn rescue back on, conditional to NORESCUE. We seem to be split onGordon Tetlow2003-07-111-2/+10
| | | | | | | | | | | | | | using underscores or not, so I just randomly picked a style. I think I have the logic correct, but if someone wants to give it a once over that would be good. Tim submitted a patch to fix the cross-building issues which I tested with a tinderbox run for sparc64. Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117449
* Remove mount_portalfs, it's just wrong in this context.Gordon Tetlow2003-06-301-1/+1
| | | | Notes: svn path=/head/; revision=117086
* Don't build mount_nwfs or mount_smbfs in rescue.Gordon Tetlow2003-06-301-8/+6
| | | | | | | | | | | | Build fdisk_pc98 on pc98 arch, not fdisk. Don't alias disklabel on pc98, ia64. Don't build fdisk on sparc64, alpha. Pointed out by: tmm@ Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117079
* Fix fdisk naming issues on pc98 and other platforms.Gordon Tetlow2003-06-301-5/+17
| | | | | | | | | | Fix disklabel, bsdlabel, and sunlabel on various platforms. Noticed by: tmm@ Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117057
* Fix typo sparc -> sparc64Gordon Tetlow2003-06-291-1/+1
| | | | | | | Submitted by: tmm@ Notes: svn path=/head/; revision=117043