Module Name: src Committed By: msaitoh Date: Wed Aug 21 08:28:53 UTC 2019
Modified Files: src/usr.sbin/installboot [netbsd-9]: Makefile machines.c Log Message: Pull up following revision(s) (requested by martin in ticket #80): usr.sbin/installboot/Makefile: revision 1.53 usr.sbin/installboot/Makefile: revision 1.54 usr.sbin/installboot/machines.c: revision 1.41 usr.sbin/installboot/machines.c: revision 1.42 Replace black voodo linker magic (sometimes failing) with some makefile + macro magic to trim the list of available machines on size restricted install media. Never trust a compiler that predefines i386 as 1 - do the symbol name concatenation at the make level instead. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.52.2.1 src/usr.sbin/installboot/Makefile cvs rdiff -u -r1.40 -r1.40.2.1 src/usr.sbin/installboot/machines.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.