mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Makefile in po/ knows about "make realclean" now.
Toplevel Makefile removes "./configure" as well.
This commit is contained in:
parent
26ef854b23
commit
07a45ac888
@ -138,6 +138,7 @@ distclean-top: clean-top
|
||||
$(RM) Makefile config.status config.log config.cache stamp-h
|
||||
|
||||
realclean-top: distclean-top
|
||||
$(RM) configure
|
||||
|
||||
clean-recursive distclean-recursive realclean-recursive:
|
||||
for subdir in $(SUBDIRS); do \
|
||||
|
@ -158,10 +158,12 @@ distclean: clean
|
||||
rm -f Makefile Makefile.in POTFILES *.mo *.msg
|
||||
|
||||
maintainer-clean: distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@echo "!! This command is intended for maintainers to use;"
|
||||
@echo "!! it deletes files that may require special tools to rebuild."
|
||||
rm -f $(GMOFILES)
|
||||
|
||||
realclean: maintainer-clean
|
||||
|
||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
dist distdir: update-po $(DISTFILES)
|
||||
dists="$(DISTFILES)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user