Err... this is late, unfortunately, but here's the patch. I'm going to
apply it before rc2 and I'll deal with the aftermath fallout of my doing
so without votes, but hey... when you're a package manager you gotta be
willing to take flak. If that's not a documented rule, it should be ;-)
Note: We should consider doing a switch from rm -f in the uninstall
headers to libtool's uninstall as well (we have a definition in
Makefile.top, we just don't use it in the rule).
Index: Makefile.rules
===================================================================
--- Makefile.rules (revision 16596)
+++ Makefile.rules (working copy)
@@ -327,8 +327,7 @@
# cleaning targets
#
clean: cleansubdirs $(OTHERCLEANTODOS)
- rm -f core ${OBJS} ${LOBJS} $(STANDARDCLEANTARGETS) $(OTHERCLEANTARGETS)
- rm -rf .libs
+ $(LIBTOOLCLEAN) ${OBJS} ${LOBJS} core $(STANDARDCLEANTARGETS)
$(OTHERCLEANTARGETS)
cleansubdirs:
@if test "$(SUBDIRS)" != ""; then \
Index: Makefile.top
===================================================================
--- Makefile.top (revision 16596)
+++ Makefile.top (working copy)
@@ -34,6 +34,7 @@
#
INSTALL = $(LIBTOOL) --mode=install @INSTALL@
UNINSTALL = $(LIBTOOL) --mode=uninstall rm -f
+LIBTOOLCLEAN = $(LIBTOOL) --mode=clean rm -f
INSTALL_DATA = @INSTALL_DATA@
SED = @SED@
LN_S = @LN_S@
--
Wes Hardaker
Sparta, Inc.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders