mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* Makefile.in (mostlyclean): Remove tmpdir.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (mostlyclean): Remove tmpdir.
|
||||||
|
|
||||||
* objcopy.c (struct section_list): Add fields used, adjust, val.
|
* objcopy.c (struct section_list): Add fields used, adjust, val.
|
||||||
(adjust_start, set_start_set, set_start): New static variables.
|
(adjust_start, set_start_set, set_start): New static variables.
|
||||||
(adjust_section_vma, adjust_sections): New static variables.
|
(adjust_section_vma, adjust_sections): New static variables.
|
||||||
|
@ -70,7 +70,7 @@ LEX_OPTIONS = -I -Cem
|
|||||||
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
|
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
|
||||||
|
|
||||||
# Distribution version
|
# Distribution version
|
||||||
VERSION=cygnus-2.4.1
|
VERSION=cygnus-2.5
|
||||||
# Distribution name
|
# Distribution name
|
||||||
DIST_NAME=binutils-${VERSION}
|
DIST_NAME=binutils-${VERSION}
|
||||||
|
|
||||||
@ -515,6 +515,7 @@ binutils.me: $(srcdir)/binutils.texi
|
|||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
-rm -f *.o *~ \#* core binutils.?? binutils.???
|
-rm -f *.o *~ \#* core binutils.?? binutils.???
|
||||||
|
-rm -rf tmpdir
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
-rm -f $(PROGS) underscore.c
|
-rm -f $(PROGS) underscore.c
|
||||||
distclean:
|
distclean:
|
||||||
|
Reference in New Issue
Block a user