Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/prep/floppies/ramdisk/Makefile
RevisionDateAuthorComments
 1.24  15-Sep-2020  mrg bump bebox and prep image sizes for GCC 9.
 1.23  29-Dec-2019  christos 1. Remove all the special handling of variables (-d -p -P -s -S) that
were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
and LDSTATIC used to be passed before) instead of appending them
to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)
 1.22  24-Jan-2017  christos branches: 1.22.12;
+= for MAKEFS_FLAGS
 1.21  08-Aug-2014  joerg branches: 1.21.6; 1.21.10;
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.20  11-Feb-2010  roy branches: 1.20.12; 1.20.24;
Remove terminfo.db as it's now embedded in libterminfo.
 1.19  05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.18  24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.17  20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.16  01-May-2008  garbled Use the generated protocols file. Save another 20k or so.
 1.15  10-May-2007  dogcow branches: 1.15.12; 1.15.14;
Since /etc/services has gotten rather large, use a minimal one for install
kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
with the lack of an /etc/services file, it appears.)
 1.14  20-Jun-2006  garbled Add support for the SMALL install image on prep
 1.13  01-Jun-2006  garbled Make the ramdisk a little bigger
 1.12  11-May-2006  garbled I changed the ramdisk size in the kernel, but failed to change the size
of the ramdisk image. Thanks to he for catching this one.
 1.11  18-Apr-2004  dsl Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst
expect those where at least one of the language variants isn't built,
and those that are known not to have enough space (i386 ramdisk-tiny).
Files added to list.sysinst, list.sysinst.en is used when these files
cannot be added.
This might hit a size limit on another build - but I have no (sane) way of
testing it.
 1.10  02-May-2002  lukem branches: 1.10.4;
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}
 1.9  26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.8  12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.7  06-Apr-2002  tsutsui Use crunchgen -d flag to set DBG in the generated makefile.
 1.6  28-Mar-2002  lukem - 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
 1.5  25-Mar-2002  lukem 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.
 1.4  24-Oct-2001  nonaka Fix cross-compile failure.
 1.3  13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.2  10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.1  16-Jan-2001  nonaka Add prep installer
 1.10.4.1  21-Apr-2004  jmc Pullup rev 1.11 (requested by dsl in ticket #168)

Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst
except those where at least one of the language variants isn't built,
and those that are known not to have enough space (i386 ramdisk-tiny).
Files added to list.sysinst, list.sysinst.en is used when these files
cannot be added.
 1.15.14.1  18-May-2008  yamt sync with head.
 1.15.12.2  05-Oct-2008  mjf Sync with HEAD.
 1.15.12.1  02-Jun-2008  mjf Sync with HEAD.
 1.20.24.1  10-Aug-2014  tls Rebase.
 1.20.12.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.21.10.1  21-Apr-2017  bouyer Sync with HEAD
 1.21.6.1  20-Mar-2017  pgoyette Sync with HEAD
 1.22.12.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed