mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 22:04:12 +08:00
* Makefile.in (DO_X): Split rule to decrease command line length
for systems with small ARG_MAX values. From phdm@info.ucl.ac.be (Philippe De Muyter).
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (DO_X): Split rule to decrease command line length
|
||||||
|
for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
|
||||||
|
(Philippe De Muyter).
|
||||||
|
|
||||||
Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (all-patch): depend on all-libiberty.
|
* Makefile.in (all-patch): depend on all-libiberty.
|
||||||
|
@ -659,7 +659,10 @@ $(DO_X):
|
|||||||
$${target}); \
|
$${target}); \
|
||||||
then true; else exit 1; fi; \
|
then true; else exit 1; fi; \
|
||||||
else true; fi; \
|
else true; fi; \
|
||||||
done;\
|
done
|
||||||
|
@target=`echo $@ | sed -e 's/^do-//'`; \
|
||||||
|
r=`pwd`; export r; \
|
||||||
|
srcroot=`cd $(srcdir); pwd`; export srcroot; \
|
||||||
for i in $(TARGET_CONFIGDIRS) -dummy-; do \
|
for i in $(TARGET_CONFIGDIRS) -dummy-; do \
|
||||||
if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
|
if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
|
||||||
for flag in $(EXTRA_TARGET_FLAGS); do \
|
for flag in $(EXTRA_TARGET_FLAGS); do \
|
||||||
|
Reference in New Issue
Block a user