DragonFly bugs List (threaded) for 2004-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[PATCH] nrelease's realclean target should respect KERNCONF
Hi !
`make realclean' in /usr/src/nrelease unconditionally
removes ${OBJSYS}/GENERIC.
This trivial modification lets it respect KERNCONF.
Cheers
Peter
--
<peter.kadau@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>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]