mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 09:39:30 +08:00
(diststuff): Build make-gas.com.
(clean, mostlyclean): Delete make-gas.com. (realclean): Separate target, depend on clean and distclean.
This commit is contained in:
@ -434,17 +434,20 @@ doc: $(srcdir)/as.info
|
|||||||
$(srcdir)/as.info: $(srcdir)/doc/as.texinfo
|
$(srcdir)/as.info: $(srcdir)/doc/as.texinfo
|
||||||
@(cd doc; $(MAKE) $(FLAGS_TO_PASS) as.info; mv as.info $srcdir)
|
@(cd doc; $(MAKE) $(FLAGS_TO_PASS) as.info; mv as.info $srcdir)
|
||||||
|
|
||||||
|
diststuff: make-gas.com
|
||||||
|
|
||||||
clean-here:
|
clean-here:
|
||||||
-rm -f $(STAGESTUFF) core
|
-rm -f $(STAGESTUFF) core
|
||||||
|
|
||||||
clean mostlyclean: clean-here
|
clean mostlyclean: clean-here
|
||||||
|
-rm -f make-gas.com
|
||||||
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
|
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
|
||||||
@if [ -d testsuite ] ; then \
|
@if [ -d testsuite ] ; then \
|
||||||
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \
|
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \
|
||||||
else true; fi
|
else true; fi
|
||||||
|
|
||||||
# Like clean but also delete the links made to configure gas.
|
# Like clean but also delete the links made to configure gas.
|
||||||
distclean realclean: clean-here
|
distclean: clean-here
|
||||||
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
|
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
|
||||||
@if [ -d testsuite ] ; then \
|
@if [ -d testsuite ] ; then \
|
||||||
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \
|
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \
|
||||||
@ -452,6 +455,7 @@ distclean realclean: clean-here
|
|||||||
-rm -f config.status Makefile targ-env.h targ-cpu.h \
|
-rm -f config.status Makefile targ-env.h targ-cpu.h \
|
||||||
targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \
|
targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \
|
||||||
config-stamp config.h conf config.log config.cache
|
config-stamp config.h conf config.log config.cache
|
||||||
|
realclean: clean distclean
|
||||||
|
|
||||||
# Entry points `install', `includes' and `uninstall'.
|
# Entry points `install', `includes' and `uninstall'.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user