mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* Makefile.in (distclean): Remove config.h, stamp-h, and
config.log.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com>
|
Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (distclean): Remove config.h, stamp-h, and
|
||||||
|
config.log.
|
||||||
|
|
||||||
* nm.c (value_format): Initialize based on BFD64 and
|
* nm.c (value_format): Initialize based on BFD64 and
|
||||||
BFD_HOST_64BIT_LONG.
|
BFD_HOST_64BIT_LONG.
|
||||||
(print_radix): New static variable.
|
(print_radix): New static variable.
|
||||||
|
@ -554,7 +554,7 @@ clean: mostlyclean
|
|||||||
distclean:
|
distclean:
|
||||||
-rm -f Makefile config.status *.o *~ \#* core y.* \
|
-rm -f Makefile config.status *.o *~ \#* core y.* \
|
||||||
binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
|
binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
|
||||||
-rm -f $(PROGS) underscore.c config.cache
|
-rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log
|
||||||
realclean: clean distclean
|
realclean: clean distclean
|
||||||
-rm -f $(DISTSTUFF) *.info TAGS
|
-rm -f $(DISTSTUFF) *.info TAGS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user