Commit Graph

80 Commits

Author SHA1 Message Date
lukem 368cef3ad7 cosmetic tweak 2005-01-13 03:50:08 +00:00
lukem 366ee6e76e improve MAKEVERBOSE support 2005-01-13 03:25:31 +00:00
lukem 83846d378c Restore the "liboverride" functionality because it's needed to correctly
implement rmcd(3) in the rescue tools.
2005-01-13 03:08:07 +00:00
lukem 734b40f62e Special-case the srcdirs for scp & ssh. 2005-01-10 13:04:04 +00:00
lukem 242baa62bd Add to /rescue: scp ssh slogin
(all without Kerberos support at this time)
2005-01-10 10:47:36 +00:00
lukem 44173303af MAKEVERBOSE support 2005-01-10 10:05:44 +00:00
lukem e1375832e2 Provide /rescue/cgdconfig if ${MKCRYPTO} != "no" 2005-01-10 10:04:31 +00:00
lukem c0cb06d9b5 Add: less (more), vi, chroot
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
lukem 497e76847f Repeat after me: "test both cases before commit" 2005-01-10 04:00:50 +00:00
lukem 7157011597 Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2005-01-10 02:58:58 +00:00
tron 06838f8d94 Complete removal of "liboverride" to fix build problems. 2004-08-20 11:01:03 +00:00
christos 5c08ec31c6 Remove special handling for rcmd.o; not needed. 2004-08-19 23:12:15 +00:00
mrg 8ee13c5e05 no need to list gnu/usr.bin any more. 2004-04-01 14:41:09 +00:00
jdolecek ca851523f4 add mount_smbfs 2004-03-21 15:11:21 +00:00
simonb 2ac2b77477 systrace needs libevent now. 2003-11-29 05:47:51 +00:00
lukem 31903eec7b Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
tron af78980474 Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
lukem adb7a5bf1c * Add ftp to /rescue.
* Implement liboverride.o to provide overrides of various libc functions.
  For now, compile a special version of rcmd(3) (et al) which uses
  /rescue/rcmd and /rescue/sh instead of the /bin variants.
  Other overrides may appear in the future.

Should fix [bin/21670] from Geoff Wing.
2003-05-26 09:46:47 +00:00
enami 98ebf57f57 Build mount_* individually, since mount and most of mount_* no longer
shares binary image.  Fixes PR#20553.
2003-03-03 02:09:18 +00:00
simonb 7176940e72 Enable MIPS now that crunchgen works again for this arch. 2003-01-29 11:32:45 +00:00
lukem 0ec638c2e6 set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
thorpej 7d588a758e * Move the rescue bits into their own file.
* In makeflist, skip rescue bits in arch's that don't yet support it
  (MIPS, currently, due to an objcopy-crunch bug).
2002-10-06 17:28:46 +00:00
thorpej 6f086f7ea1 Compare MACHINE_CPU and "mips" rather than MACHINE_ARCH and "mipseb" or
"mipsel".
2002-10-06 17:19:12 +00:00
lukem e6a1674482 Don't build this on mipseb or mipsel, as crunchgen(1) doesn't work correctly
on those, no fix has been forthcoming, and users are getting antsy.

This allows "make build" to complete; "make release" will still fail in the
sets generation.  Maybe *that* will inspire a MIPS/toolchain guru to fix
crunchgen(1)...
2002-10-03 01:11:37 +00:00
lukem 2edd859626 Add chown and chgrp. Suggested by Geoff Wing in [bin/18393] 2002-09-24 06:37:55 +00:00
lukem 844f13b164 oops; typo. (thanks enami!) 2002-08-26 09:02:45 +00:00
lukem cd906151fd don't install -sh as a link to sh. use ARGVLN to support -sh, -csh, and -ksh 2002-08-26 08:57:29 +00:00
lukem fe84c3ffb2 support -sh as a synonym for sh 2002-08-24 00:51:12 +00:00
lukem 59cfca9978 set CRUNCHENV= RESCUE=/rescue (still don't want SMALLPROG) 2002-08-23 03:25:21 +00:00
lukem 8290f52368 Migrate rescue tools from distrib/rescue -> rescue. Purpose of tools:
Infrastructure to build a set of "rescue" tools; a crunched-up
	version of all the statically linked binaries in /bin, /sbin
	and the few in /usr/bin.
2002-08-22 01:23:46 +00:00