[PATCH] nrelease's realclean target should respect KERNCONF
Peter Kadau
peter.kadau at tuebingen.mpg.de
Mon Feb 2 09:17:41 PST 2004
Hi !
`make realclean' in /usr/src/nrelease unconditionally
removes ${OBJSYS}/GENERIC.
This trivial modification lets it respect KERNCONF.
Cheers
Peter
--
<peter.kadau at xxxxxxxxxxxxxxxx>
Campus der Max-Planck-Institute Tübingen
Netzwerk- und Systemadministration
Tel: +49 7071 601 598
Fax: +49 7071 601 616
Index: nrelease/Makefile
===================================================================
RCS file: /local/dragonfly/src/nrelease/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- nrelease/Makefile 1 Dec 2003 20:12:39 -0000 1.5
+++ nrelease/Makefile 2 Feb 2004 17:04:15 -0000
@@ -56,6 +56,6 @@
if [ -d ${ISOROOT} ]; then rm -rf ${ISOROOT}; fi
realclean: clean
- rm -rf ${OBJSYS}/GENERIC
+ rm -rf ${OBJSYS}/${KERNCONF}
.include <bsd.prog.mk>
More information about the Bugs
mailing list