Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/common remove unused cruft;



details:   https://anonhg.NetBSD.org/src/rev/f549aa04a3cd
branches:  trunk
changeset: 525444:f549aa04a3cd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 15:36:49 2002 +0000

description:
remove unused cruft;
- Chuck Silvers pointed out that the nocluster goop set a now-unused variable
- we now use distrib/common/Makefile.mdset

diffstat:

 distrib/i386/floppies/common/Makefile.mdset |  30 -----------------------------
 distrib/i386/floppies/common/nocluster.gdb  |   2 -
 2 files changed, 0 insertions(+), 32 deletions(-)

diffs (40 lines):

diff -r 691f087f0507 -r f549aa04a3cd distrib/i386/floppies/common/Makefile.mdset
--- a/distrib/i386/floppies/common/Makefile.mdset       Thu Apr 11 15:34:52 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#      $NetBSD: Makefile.mdset,v 1.2 2002/04/11 12:59:47 lukem Exp $
-
-.include <bsd.own.mk>
-.include "${_SRC_TOP_}/distrib/Makefile.inc"
-
-.include <bsd.kernobj.mk>
-
-.for K R E in ${TARGETS}
-_E:=${E}                       # work around obscure issue in make(1)
-KERNELS+=      netbsd.${K}.gz
-KERNELSYMS+=   netbsd.${K}.symbols
-netbsd.${K}.gz: .NOTMAIN ${KERNOBJDIR}/${K}/netbsd ${R}
-       @echo "Populating ${K} with ${R}"
-       cp ${KERNOBJDIR}/${K}/netbsd netbsd.tmp
-.if ${_E} == "nocluster"
-       gdb --write -batch -x ${.CURDIR}/../common/nocluster.gdb \
-           netbsd.tmp </dev/null
-.endif
-       ${MDSETIMAGE} -v netbsd.tmp ${R}
-       ${NM} netbsd.tmp > netbsd.${K}.symbols
-       ${STRIP} netbsd.tmp
-       gzip -9 netbsd.tmp
-       mv netbsd.tmp.gz ${.TARGET}
-.endfor
-
-CLEANFILES+=   netbsd.tmp netbsd.tmp.gz ${KERNELS} ${KERNELSYMS}
-
-realall: ${KERNELS}
-
-.include <bsd.prog.mk>
diff -r 691f087f0507 -r f549aa04a3cd distrib/i386/floppies/common/nocluster.gdb
--- a/distrib/i386/floppies/common/nocluster.gdb        Thu Apr 11 15:34:52 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-set doclusterwrite=0
-set doclusterread=0



Home | Main Index | Thread Index | Old Index