Commit Graph

76 Commits

Author SHA1 Message Date
tsutsui
501d06334d Add -mstring to DBG to save some more bytes. 2002-04-09 15:28:50 +00:00
tsutsui
9cec21bf50 Make sure to build netbsd.GENERIC_MD.gz by default. 2002-04-09 15:23:22 +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
b3c812e3fd Set DBG="-Os -mmultiple" and also pass it to crunchgen via CRUNCHGEN_FLAGS. 2002-04-06 18:18:57 +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
a8e27b7391 sprinkle .WAIT 2002-03-31 06:45:08 +00:00
tsutsui
dd4c2f54f1 Include distrib/Makefile.inc directly. 2002-03-31 02:15:42 +00:00
tsutsui
d701cc2fc9 Remove obsolete files in NDWO. 2002-03-30 07:47:11 +00:00
tsutsui
27c4adf514 Switch to ustarfs-based boot floppy.
Mostly from distrib/i386/floppies/common/Makefile.bootfloppy.

XXX Makefile for multi-volume fdset is not yet. (see Makefile.fdset for i386)
2002-03-30 07:45:33 +00:00
tsutsui
8d4ad53154 Include distrib/Makefile.inc directly. 2002-03-30 07:36:54 +00:00
tsutsui
15691979de Switch to New Distrib World Order. 2002-03-30 07:30:37 +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
tsutsui
bfb4c00da9 NOLIBHACKOPENDIR is gone. 2002-02-04 11:13:33 +00:00
jmc
bbce64239a Convert to minimal /dev with the rest generated at bootup on an mfs mounted dir 2001-12-10 06:18:26 +00:00
jmc
440c9209e1 Remove ed. It's not needed for install and consumes way too much space to fit.
Also convert umount to using the x_ version
2001-12-10 06:17:24 +00:00
jmc
44bdb9b1a4 Use x_ed so the floppy once again fits 2001-11-20 05:45:57 +00:00
jmc
f8565571ef Make sure clean rule cleans out all of the ramdisk stuff. Also include
bsd.prog.mk so libhack builds.
2001-11-20 05:45:26 +00:00
jmc
424f64c3fb Change rule to realall as dependall is defined in the .mk files 2001-11-20 05:44:47 +00:00
tv
5489b30b60 ${MAKE} print-objdir -> ${PRINTOBJDIR} 2001-11-14 00:58:48 +00:00
jmc
26b0861d8f Make everything fit once again.
Remove restore from the ramdisk as this is building a bootfloppy for
installing and this simply won't fit anymore. If repair images are desired
this should go the x86 route and build separate floppies for different
purposes.

Change sh to use the x_sh from distrib/utils and move some items around
in the list so they happen earlier (making the pw file).
2001-11-11 07:46:46 +00:00
jmc
4d6ad24166 Convert to using ${MDSETIMAGE}.
Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
it overriden as needed for cross/-current builds.
2001-10-21 23:23:19 +00:00
jmc
5273cb3864 Change ${SIZE} to ${DISKSIZE} to avoid conflicts with vars used with new
toolchain builds.
2001-10-21 23:18:14 +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
jmc
8a11e4797f Include bsd.sys.mk so proper DESTDIR processing gets done for libhack.o builds. 2001-09-25 06:00:34 +00:00
tsubai
5b827e1fa6 Use all of libhack (but opendir.c) to fit 1.4M floppy. 2001-07-27 11:37:58 +00:00
tsubai
e199a20610 Use md-kernel/netbsd.INSTALL.gz. 2001-04-09 20:22:58 +00:00
tsubai
b574138b13 Make netbsd.{INSTALL,GENERIC_MD}.gz here. 2001-04-09 20:19:55 +00:00
tsubai
cc76c375a2 Use x_mount. 2001-03-25 13:08:47 +00:00
jmc
0b45809568 Change inode allocation numbers to get everything to fit. 2001-01-24 06:11:40 +00:00
tsubai
ceb1024f49 Use libhack again. 2000-11-27 15:11:36 +00:00
tsubai
6d7e27b148 Remove slattach, since the INSTALL kernel no longer supprot slip. 2000-11-27 15:08:42 +00:00
garbled
83f61a5891 Change all ocurrences of "crunchgen" to ${CRUNCHGEN} 2000-11-01 07:57:55 +00:00
matt
9b40acae9e Add dependall target
Use the c device for installboot so it will not conflict with the mount a
parition.
2000-09-13 15:53:29 +00:00
jhawk
a022cf9d37 Use
${MAKE}
instead of
  make
2000-08-30 23:51:46 +00:00
tsubai
ad07de7aae Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
2000-07-24 09:27:40 +00:00
tsubai
274dca4f93 Use KERNSRCDIR instead of BSDSRCDIR/sys. 2000-07-24 09:16:27 +00:00
tsubai
4c37b0db76 Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
2000-07-24 09:15:21 +00:00
matt
e8065169a7 lie about the geometry and get an extra 16 blocks back. 2000-06-22 17:32:22 +00:00
matt
182fce9675 Switch to x_ftp 2000-06-22 17:07:40 +00:00
matt
43c75b3d03 Add dmesg to prog. 2000-06-22 16:00:45 +00:00
matt
6f65b2f744 Nuke mount_kernfs and add the new small dmesg. 2000-06-20 04:30:16 +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
matt
a83202e259 Add netconfig 2000-06-07 20:08:12 +00:00
matt
d5ae57122b need bsd.own.mk 2000-06-01 06:56:55 +00:00
matt
b0eda434e1 need bsd.own.mk for BSD*DIR 2000-06-01 06:56:12 +00:00
sjg
1f724b9392 use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels. 2000-05-02 16:06:45 +00:00
tsubai
0a3c98dd5d Delete unnecessary entries. 2000-02-08 12:17:43 +00:00
tsubai
9b4a65a211 Strip kernel to fit floppy. 2000-02-08 12:04:27 +00:00