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
8987947e49
convert to building with NDWO Makefile.tarfloppy.
...
alpha is now fully NDWO (well, at least, the stuff that's enabled in
distrib/alpha/Makefile)
2002-05-02 13:04:48 +00:00
lukem
3d5435227d
convert instkernel/fdset into using NDWO Makefile.tarfloppy, which
...
allows UNPRIVED cross building of aforementioned directory
2002-04-30 15:08:44 +00:00
matt
f9f502221e
Use the correct name of the INSTALL kernel.
2002-04-26 17:30:00 +00:00
lukem
9e5598221a
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
2002-04-26 15:50:21 +00:00
matt
570b8f5fd5
Use the right name for the install kernel.
2002-04-26 01:26:49 +00:00
lukem
2b8264a087
use ${PAX} instead of tar
2002-04-14 08:30:41 +00:00
lukem
3b19bdd9fe
link mount_mfs to newfs
2002-04-13 13:37:48 +00:00
lukem
2468ea8bfa
use gzip -9f
2002-04-13 13:26:45 +00:00
lukem
0dfdd76021
Makefile.mdset:
...
replace
TARGETS = KERNEL IMAGE [...]
with
MDTARGETS = KERNEL IMAGE FILENAME [...]
If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename
The rest:
Update for new MDTARGETS syntax. In some cases, the kernel
name from the "old" method will be used to override the default.
2002-04-12 13:39:43 +00:00
lukem
627174f862
- don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead
...
- renamed optional post-strip action variable from ${KERNEL}.post to
netbsd.${KERNEL}.post
2002-04-12 05:33:58 +00:00
lukem
7573349ed7
use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
2002-04-12 02:07:15 +00:00
lukem
fe5992eead
convert to using distrib/common/Makefile.mdset
2002-04-11 15:34:52 +00:00
lukem
2eb6ca7c0e
use RELINSTALL from ../Makefile.inc
2002-04-11 06:40:48 +00:00
lukem
2637121712
tweak how distrib/Makefile.inc is pulled in
2002-04-10 15:34:59 +00:00
lukem
fc30d3eb37
whitespace tweak
2002-04-10 15:28:22 +00:00
lukem
e5ef62ef2b
- add specific special entry for sys/arch/${MACHINE}/stand/installboot
...
for ports that don't yet use the MI usr.sbin/installboot
- remove now-unnecessary srcdir for sys/arch/${MACHINE}/stand
2002-04-09 00:31:38 +00:00
lukem
0b8463079e
rejig a bit
2002-04-07 04:29:15 +00:00
lukem
deffb66504
parselist.awk
...
- improve comments
- provide a general purpose variable replacement; replace contents of ${FOO}
with ENVIRON["FOO"].
- deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE}
and ${MACHINE_ARCH} instead
- add errx() function; like err(), but doesn't print the line number
- invoke this script with various variables defined via PARSELISTENV
*/Makefile*
- use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR
- other minor tweaks
*/list*
- replace @MACHINE@ with ${MACHINE}
2002-03-14 22:26:08 +00:00
lukem
62aa4e74be
don't need this any more
2002-03-07 23:53:44 +00:00
lukem
dee3f84c6f
remove now-unnecessary cruft
2002-03-07 23:52:48 +00:00
lukem
ccfd870e0f
convert to using the New Distrib World Order.
...
this directory can now be built UNPRIVED.
2002-03-07 23:51:48 +00:00
lukem
21e9386c5c
remove some unnnecessary variable assignments, and use ${NM} instead of nm
2002-03-07 01:58:30 +00:00
lukem
8a4df7f4da
use check_RELEASEDIR, and minor whitespace cleanup
2002-03-06 13:31:04 +00:00
thorpej
1d1d02da94
Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
2002-03-05 21:23:28 +00:00
thorpej
f44b824188
Use ${PRINTOBJDIR}.
2002-03-05 19:53:19 +00:00
thorpej
318f0d0f20
Add barriers after ramdisk and instkernel, but allow fd-set and
...
cd-hd-tape to be built in parallel.
2002-02-11 07:32:54 +00:00
lukem
811d644d8f
don't set the owner or group when installing into $RELEASEDIR
2002-02-09 13:56:48 +00:00
ross
d750bb9154
TARGETS is defined by bsd.own.mk, so use LOCALTARGETS instead
2002-02-06 23:29:42 +00:00
ross
0a4e099c15
stop specifying cylinders per group
2002-02-04 01:11:09 +00:00
ross
0537ea5213
simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required
...
by recent libutil changes; it's nicer this way in any case
2001-12-09 00:37:38 +00:00
ross
0293291e61
+ get mtree definition from bsd.sys.mk, for subtree make runs
...
+ change all disklabel and vnconfig instances to track libutil opendisk(3) mods
2001-12-09 00:32:51 +00:00
tv
8bef0452bd
${MAKE} print-objdir -> ${PRINTOBJDIR}
2001-11-14 00:41:52 +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
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
ross
e7a8e6a36b
g/c stuff left over from the last ice age
2001-04-05 20:37:28 +00:00
matt
ef9c98579e
Need ${.CURDIR} for README.files (required when using MAKEOBJDIRPREFIX).
2000-11-07 17:41:51 +00:00
garbled
83f61a5891
Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
2000-11-01 07:57:55 +00:00
garbled
1f3a06f4fd
Find a bunch of places where we call "make" and replace it with ${MAKE}
2000-10-26 04:53:56 +00:00
matt
72b37119a0
${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.
2000-09-12 17:21:44 +00:00
jhawk
fa355af084
Remove the kernel symbol files during a `make clean'.
2000-09-10 21:59:00 +00:00
jhawk
00058e57d8
For stripped kernels, run nm and save the output as
...
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
2000-09-09 19:10:10 +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
db755e7c76
sweep of my licenses (userland files w/o only my copyright) for
...
consistency. (no functional changes)
2000-06-14 17:24:02 +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
thorpej
464b4e3de0
Need /etc/netconfig.
2000-06-07 19:54:50 +00:00
mycroft
0033b70c27
Put the ramdisk kernel in the release area.
2000-05-07 18:21:17 +00:00
sjg
1f724b9392
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
2000-05-02 16:06:45 +00:00