mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Removal of "realclean" target (Automake provisions seem quite sufficient).
This commit is contained in:
parent
e7d78dd2a7
commit
a2c55d24b9
21
Makefile.am
21
Makefile.am
@ -32,10 +32,6 @@
|
||||
# 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
|
||||
|
@ -114,7 +114,3 @@ uninstall.man:
|
||||
|
||||
CLEANFILES = *~ *.bak *.cat *.pod
|
||||
DISTCLEANFILES = $(MAN)
|
||||
|
||||
realclean: distclean
|
||||
$(RM) wget.info*
|
||||
$(RM) $(SAMPLERCTEXI)
|
||||
|
Loading…
Reference in New Issue
Block a user