dsl
f9535a65ed
Delete the:
...
SPECIAL dmesg srcdir distrib/utils/x_dmesg
line from all the ramdisk 'list' files. dmesg/Makefile will add -DSMALL
if SMALLPROG is defined (which it is by Makefile.crunch).
2005-09-10 13:09:01 +00:00
tsutsui
f9be6e290b
Now smaller ditrib/utils/x_gzip has -l support so use it again.
2004-03-28 11:44:20 +00:00
tsutsui
fdc35420fb
Use usr.bin/gzip instead of distrib/utils/x_gzip for -l option used by sysinst.
...
(Hmm, SMALL should disable bzip2 support or not?)
2004-03-26 15:23:35 +00:00
salo
8d1781e39d
netbsd.org->NetBSD.org
2003-07-26 17:06:22 +00:00
tsutsui
a6223afc8f
Remove "srcdir distrib/utils/x_mount" from ramdisk lists
...
since src/sbin/mount/Makefile no longer links fs specific routines.
2003-01-19 12:26:47 +00:00
lukem
ea0637c5af
Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6,
...
we don't need distrib/utils/x_ftp anymore...
2002-10-17 06:38:15 +00:00
lukem
28afa1a617
Convert from usr/mdec/installboot to usr/sbin/installboot.
...
(From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
2002-05-20 16:13:39 +00:00
jdolecek
41fef67887
need to include Makefile.distrib here now
2002-05-05 15:41:00 +00:00
lukem
ed8e534c7e
yet another distrib overhaul:
...
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
2002-05-02 18:02:14 +00:00
lukem
9e5598221a
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
2002-04-26 15:50:21 +00:00
lukem
8f603e224b
consistency cleanup
2002-04-13 13:42:57 +00:00
tsutsui
6371ef23e9
Set srcdir for sys/arch/${MACHINE}/stand/installboot
...
till these ports will switch MI use.sbin/installboot.
2002-04-07 03:46:44 +00:00
tsutsui
ebf5fffe65
Set DBG=-Os for libhack.
2002-04-06 18:16:09 +00:00
lukem
e0f433e649
ensure all sysinst-using makefs generated images have at least 15 inodes free,
...
and be consistent how MAKEFS_FLAGS is defined.
2002-04-01 12:16:11 +00:00
lukem
484f8db2eb
- Be consistent how libhack is used: If extra HACKOBJS (e.g., gethost.o) are
...
required, define them before pulling in libhack/Makefile.inc so that the
dependencies work correctly.
- Other minor cleanups
2002-03-28 04:33:21 +00:00
lukem
6a88d3dfb1
minor tweak to IMAGEDEPENDS
2002-03-28 03:12:03 +00:00
lukem
25c4cc30b2
Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default,
...
as they only support reading /etc/hosts, and its the "least useful" of
the libhack routines. Add gethost.o back to Really Small media which
appears to need the space savings.
2002-03-25 07:43:39 +00:00
lukem
328c43b040
don't need x_dd, init_s, x_sh in NDWO
2002-03-24 23:20:05 +00:00
tsutsui
ac992d6bf7
Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media.
...
Pointed out by lukem.
2002-03-18 15:30:55 +00:00
tsutsui
70f4b738b4
Remove test(1), which is sh(1) builtin.
2002-03-17 01:56:06 +00:00
tsutsui
9948034261
Use distrib/utils/x_ed, and remove -lcrypt from libs.
2002-03-16 09:35:55 +00:00
tsutsui
79d84eddd3
Switch to the new common ramdisk build infrastructure.
2002-03-16 07:27:09 +00:00
tsutsui
f8f85f68d9
Sync with newsmips:
...
> use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync
> with HACKSRC/Makefile.inc
2002-02-04 11:03:08 +00:00
tsutsui
f0150052a5
On clean target, try to make -f ramdiskbin.mk clean first if it exists.
2002-01-23 12:59:25 +00:00
tsutsui
36a633380b
${SIZE} -> ${RAMDISKSIZE} to avoid conflict with toolchain.
2002-01-17 13:36:00 +00:00
tsutsui
14f6bfa64d
Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it
...
is more portable and works with the latest "vnconfig".
XXX news68k (and alpha) use /dev/vnd0c to installboot vnd images..
2001-11-09 20:52:18 +00:00
jmc
a37907dc27
Add MTREE?= to add Makefiles and use when running mtree
2001-10-13 06:15:15 +00:00
enami
652855a0c7
Use symbol MTREECONF instead of MTREE to refer configuration file
...
to avoid conflicts. Pointed out by chs@netbsd.org .
2001-10-10 05:13:51 +00:00
tsutsui
8f1c399fa9
Remove etc/pwd.db and etc/spwd.db from ramdisk.fs
...
since libhack/getpwent.c does not require them.
2001-06-15 19:26:42 +00:00
tsutsui
f38c67afc0
Pull more functions (but except gethost.c) into libhack.o.
...
Saves ~2.3kbytes.
2001-03-19 22:27:59 +00:00
tsutsui
dd34b2b9b3
Use distrib/utils/x_mount.
2001-02-18 06:20:17 +00:00
tsutsui
6cbf8eaac7
Remove "COPTS= -Os". It is now specified in util/libhack/Makefile.inc.
2001-01-31 20:58:31 +00:00
garbled
83f61a5891
Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
2000-11-01 07:57:55 +00:00
tsutsui
c9a96015d1
Remove mount -t kernfs.
2000-09-13 13:50:16 +00:00
tsutsui
6c73b7cec0
/kern is no longer needed.
2000-09-13 13:49:30 +00:00
tsutsui
ddae6ab8a8
Remove mount_kernfs and add dmesg.
2000-09-13 13:48:25 +00:00
jhawk
a022cf9d37
Use
...
${MAKE}
instead of
make
2000-08-30 23:51:46 +00:00
cgd
c85d2eb42b
sweep of my licenses for consistency. (no functional changes) These
...
files have copyright held by people in addition to myself. (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.) Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd
d220ca5ba3
fix up NetBSD RCS Ids to match the standard, and the leading comment as
...
to match as well. No functional changes.
2000-06-14 06:48:47 +00:00
tsutsui
f3534d3bec
- Build an INSTALL kernel on the separate directory.
...
- Install an INSTALL kernel and boot.fs image to RELEASEDIR.
2000-06-11 11:35:18 +00:00
tsutsui
7d1f42b466
Remove include bsd.own.mk. It is included by bsd.subdir.mk.
2000-06-10 02:50:34 +00:00
tsutsui
75c6529048
Remove unused ${GEOM}.
2000-06-09 16:45:31 +00:00
tsutsui
a3a4a93eab
Pass ${DESTDIR} to runlist.sh.
2000-06-09 15:18:55 +00:00
tsutsui
b8883b183d
Use also x_ftp and x_sh.
2000-06-08 23:39:43 +00:00
tsutsui
b0d54f368a
Add "COPTS= -Os" for building libhack.o.
2000-06-08 23:39:07 +00:00
thorpej
ceff2dc6bc
Need /etc/netconfig.
2000-06-07 20:32:06 +00:00
sjg
1f724b9392
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
2000-05-02 16:06:45 +00:00
tsutsui
d8a503fec5
Try to make the install floppy work on 4MB machines:
...
- reduce memory disk size
- use x_dd, x_ifconfig and x_route
- use libhack.o (sync with i386)
- don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
2000-03-13 13:16:54 +00:00
tsutsui
742f365d33
Remove unnecessary entries. (from macppc)
2000-02-26 05:46:22 +00:00
tsutsui
fea38fee6b
Remove update.
2000-02-22 15:00:43 +00:00