]> sjero.net Git - wget/commitdiff
Removal of "realclean" target (Automake provisions seem quite sufficient).
authorMicah Cowan <micah@cowan.name>
Sat, 6 Oct 2007 00:36:47 +0000 (17:36 -0700)
committerMicah Cowan <micah@cowan.name>
Sat, 6 Oct 2007 00:36:47 +0000 (17:36 -0700)
Makefile.am
doc/Makefile.am

index b759dd47bac01456a72a5064e62dacdff60dbf86..5eb2522ba61990014b6fb9e9604e8ce075fbc1c4 100644 (file)
 # Search for macros in the m4 subdirectory:
 ACLOCAL_AMFLAGS = -I m4
 
-# These are used for maintenance only, so they are safe without
-# special autoconf cruft.
-RM = rm -f
-
 # subdirectories in the distribution
 SUBDIRS = src doc po tests util windows
 
@@ -45,21 +41,4 @@ test: all
 EXTRA_DIST = autogen.sh ChangeLog.README configure.bat MAILING-LIST PATCHES \
             README.checkout
 
-#
-# Cleanup dependencies
-#
-
-realclean:     realclean-recursive     realclean-top
-
 CLEANFILES = *~ *.bak $(DISTNAME).tar.gz
-distclean-local:
-       $(RM) -r autom4te.cache
-
-realclean-top: distclean-am
-       $(RM) configure
-
-realclean-recursive:
-       for subdir in $(SUBDIRS); do \
-          target=`echo $@ | sed s/-recursive//`; \
-          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) || exit 1; \
-       done
index 9a1d514e9d5a4047e64468c1e3dfce72874fe6a7..4168a8541876e5583074f1b7830ca3db443d0c05 100644 (file)
@@ -114,7 +114,3 @@ uninstall.man:
 
 CLEANFILES = *~ *.bak *.cat *.pod
 DISTCLEANFILES = $(MAN)
-
-realclean: distclean
-       $(RM) wget.info*
-       $(RM) $(SAMPLERCTEXI)