mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* Makefile.in (clean mostlyclean distclean realclean): Recurse
into subdirectories as well as doing this directory. Add clean-dvi target.
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
Sun Jan 16 12:33:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Sun Jan 16 12:33:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (clean mostlyclean distclean realclean): Recurse
|
* Makefile.in (clean mostlyclean distclean realclean): Recurse
|
||||||
into subdirectories as well as doing this directory.
|
into subdirectories as well as doing this directory. Add clean-dvi
|
||||||
|
target.
|
||||||
|
|
||||||
Sat Jan 15 19:36:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
Sat Jan 15 19:36:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ all: libreadline.a
|
|||||||
check:
|
check:
|
||||||
installcheck:
|
installcheck:
|
||||||
|
|
||||||
info dvi install-info clean-info: force
|
info dvi install-info clean-info clean-dvi: force
|
||||||
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||||
|
|
||||||
subdir_do: force
|
subdir_do: force
|
||||||
@ -203,7 +203,7 @@ clean: local-clean
|
|||||||
distclean: local-distclean
|
distclean: local-distclean
|
||||||
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||||
|
|
||||||
realclean: local-realclean
|
realclean: local-distclean
|
||||||
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||||
|
|
||||||
$(DESTDIR)/libreadline.a: libreadline.a
|
$(DESTDIR)/libreadline.a: libreadline.a
|
||||||
|
Reference in New Issue
Block a user