mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-11-21 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* po/Make-in (distclean): Move SRC-POTFILES.in and
|
||||||
|
BLD-POTFILES.in to maintainer-clean target.
|
||||||
|
|
||||||
2001-11-21 Alan Modra <amodra@bigpond.net.au>
|
2001-11-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
|
* elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
|
||||||
|
@ -205,12 +205,12 @@ clean: mostlyclean
|
|||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
|
rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
|
||||||
rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in BLD-POTFILES.in
|
rm -f SRC-POTFILES BLD-POTFILES
|
||||||
|
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
rm -f $(GMOFILES)
|
rm -f $(GMOFILES) SRC-POTFILES.in BLD-POTFILES.in
|
||||||
|
|
||||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
||||||
dist distdir: update-po $(DISTFILES)
|
dist distdir: update-po $(DISTFILES)
|
||||||
|
Reference in New Issue
Block a user