Commit Graph

14 Commits

Author SHA1 Message Date
tsutsui
88023fad08 Rename dir ramdisk-kernel/ -> instkernel/ 2002-05-21 16:33:37 +00:00
lukem
2d570bea0e Convert to NDWO build.
(From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
2002-05-20 16:14:20 +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
f845b9752d use RELINSTALL 2002-04-26 15:04:30 +00:00
lukem
1c4e12fe15 deprecate Makefile.inc in favor of including ../../Makefile.inc directly 2002-03-17 21:34:37 +00:00
thorpej
1d1d02da94 Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used. 2002-03-05 21:23:28 +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
tsutsui
f68bcbc806 Use ${PRINTOBJDIR}. 2001-01-07 08:38:01 +00:00
tsutsui
f185c9ff49 Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk).
Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
2000-06-17 18:37:43 +00:00
tsutsui
09e4bbfffd Change directory name (floppies -> floppy) like other ports. 2000-06-14 10:24:24 +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
sjg
1f724b9392 use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels. 2000-05-02 16:06:45 +00:00
tsutsui
a109943094 Initial import of news68k port. 1999-12-09 14:53:00 +00:00