Commit ade82b16 by Alexandre Oliva

configure.in (host_configargs): Replace reference to no-longer-defined buildopts…

configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}.

* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.

From-SVN: r60606
parent f2551f35
...@@ -1084,7 +1084,7 @@ local-clean: ...@@ -1084,7 +1084,7 @@ local-clean:
local-distclean: local-distclean:
-rm -f Makefile config.status config.cache mh-frag mt-frag -rm -f Makefile config.status config.cache mh-frag mt-frag
-rm -f multilib.out multilib.ts multilib.tmp maybedep.tmp serdep.tmp -rm -f multilib.out multilib.tmp maybedep.tmp serdep.tmp
-if [ "$(TARGET_SUBDIR)" != "." ]; then \ -if [ "$(TARGET_SUBDIR)" != "." ]; then \
rm -rf $(TARGET_SUBDIR); \ rm -rf $(TARGET_SUBDIR); \
else true; fi else true; fi
...@@ -1232,9 +1232,10 @@ TAGS: do-TAGS ...@@ -1232,9 +1232,10 @@ TAGS: do-TAGS
.PHONY: configure-build-libiberty maybe-configure-build-libiberty .PHONY: configure-build-libiberty maybe-configure-build-libiberty
maybe-configure-build-libiberty: maybe-configure-build-libiberty:
configure-build-libiberty: $(BUILD_SUBDIR)/libiberty/Makefile configure-build-libiberty:
$(BUILD_SUBDIR)/libiberty/Makefile: config.status @test ! -f $(BUILD_SUBDIR)/libiberty/Makefile || exit 0; \
@[ -d $(BUILD_SUBDIR)/libiberty ] || mkdir $(BUILD_SUBDIR)/libiberty;\ [ -d $(BUILD_SUBDIR)/libiberty ] || \
mkdir $(BUILD_SUBDIR)/libiberty;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
AR="$(AR_FOR_BUILD)"; export AR; \ AR="$(AR_FOR_BUILD)"; export AR; \
...@@ -1305,10 +1306,9 @@ all-build-libiberty: configure-build-libiberty ...@@ -1305,10 +1306,9 @@ all-build-libiberty: configure-build-libiberty
.PHONY: configure-ash maybe-configure-ash .PHONY: configure-ash maybe-configure-ash
maybe-configure-ash: maybe-configure-ash:
configure-ash: ash/Makefile configure-ash:
@test ! -f ash/Makefile || exit 0; \
ash/Makefile: config.status [ -d ash ] || mkdir ash; \
@[ -d ash ] || mkdir ash; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1373,10 +1373,9 @@ install-ash: installdirs ...@@ -1373,10 +1373,9 @@ install-ash: installdirs
.PHONY: configure-autoconf maybe-configure-autoconf .PHONY: configure-autoconf maybe-configure-autoconf
maybe-configure-autoconf: maybe-configure-autoconf:
configure-autoconf: autoconf/Makefile configure-autoconf:
@test ! -f autoconf/Makefile || exit 0; \
autoconf/Makefile: config.status [ -d autoconf ] || mkdir autoconf; \
@[ -d autoconf ] || mkdir autoconf; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1441,10 +1440,9 @@ install-autoconf: installdirs ...@@ -1441,10 +1440,9 @@ install-autoconf: installdirs
.PHONY: configure-automake maybe-configure-automake .PHONY: configure-automake maybe-configure-automake
maybe-configure-automake: maybe-configure-automake:
configure-automake: automake/Makefile configure-automake:
@test ! -f automake/Makefile || exit 0; \
automake/Makefile: config.status [ -d automake ] || mkdir automake; \
@[ -d automake ] || mkdir automake; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1509,10 +1507,9 @@ install-automake: installdirs ...@@ -1509,10 +1507,9 @@ install-automake: installdirs
.PHONY: configure-bash maybe-configure-bash .PHONY: configure-bash maybe-configure-bash
maybe-configure-bash: maybe-configure-bash:
configure-bash: bash/Makefile configure-bash:
@test ! -f bash/Makefile || exit 0; \
bash/Makefile: config.status [ -d bash ] || mkdir bash; \
@[ -d bash ] || mkdir bash; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1577,10 +1574,9 @@ install-bash: installdirs ...@@ -1577,10 +1574,9 @@ install-bash: installdirs
.PHONY: configure-bfd maybe-configure-bfd .PHONY: configure-bfd maybe-configure-bfd
maybe-configure-bfd: maybe-configure-bfd:
configure-bfd: bfd/Makefile configure-bfd:
@test ! -f bfd/Makefile || exit 0; \
bfd/Makefile: config.status [ -d bfd ] || mkdir bfd; \
@[ -d bfd ] || mkdir bfd; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1645,10 +1641,9 @@ install-bfd: installdirs ...@@ -1645,10 +1641,9 @@ install-bfd: installdirs
.PHONY: configure-opcodes maybe-configure-opcodes .PHONY: configure-opcodes maybe-configure-opcodes
maybe-configure-opcodes: maybe-configure-opcodes:
configure-opcodes: opcodes/Makefile configure-opcodes:
@test ! -f opcodes/Makefile || exit 0; \
opcodes/Makefile: config.status [ -d opcodes ] || mkdir opcodes; \
@[ -d opcodes ] || mkdir opcodes; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1713,10 +1708,9 @@ install-opcodes: installdirs ...@@ -1713,10 +1708,9 @@ install-opcodes: installdirs
.PHONY: configure-binutils maybe-configure-binutils .PHONY: configure-binutils maybe-configure-binutils
maybe-configure-binutils: maybe-configure-binutils:
configure-binutils: binutils/Makefile configure-binutils:
@test ! -f binutils/Makefile || exit 0; \
binutils/Makefile: config.status [ -d binutils ] || mkdir binutils; \
@[ -d binutils ] || mkdir binutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1781,10 +1775,9 @@ install-binutils: installdirs ...@@ -1781,10 +1775,9 @@ install-binutils: installdirs
.PHONY: configure-bison maybe-configure-bison .PHONY: configure-bison maybe-configure-bison
maybe-configure-bison: maybe-configure-bison:
configure-bison: bison/Makefile configure-bison:
@test ! -f bison/Makefile || exit 0; \
bison/Makefile: config.status [ -d bison ] || mkdir bison; \
@[ -d bison ] || mkdir bison; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1852,10 +1845,9 @@ install-bison: installdirs ...@@ -1852,10 +1845,9 @@ install-bison: installdirs
.PHONY: configure-byacc maybe-configure-byacc .PHONY: configure-byacc maybe-configure-byacc
maybe-configure-byacc: maybe-configure-byacc:
configure-byacc: byacc/Makefile configure-byacc:
@test ! -f byacc/Makefile || exit 0; \
byacc/Makefile: config.status [ -d byacc ] || mkdir byacc; \
@[ -d byacc ] || mkdir byacc; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1923,10 +1915,9 @@ install-byacc: installdirs ...@@ -1923,10 +1915,9 @@ install-byacc: installdirs
.PHONY: configure-bzip2 maybe-configure-bzip2 .PHONY: configure-bzip2 maybe-configure-bzip2
maybe-configure-bzip2: maybe-configure-bzip2:
configure-bzip2: bzip2/Makefile configure-bzip2:
@test ! -f bzip2/Makefile || exit 0; \
bzip2/Makefile: config.status [ -d bzip2 ] || mkdir bzip2; \
@[ -d bzip2 ] || mkdir bzip2; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1991,10 +1982,9 @@ install-bzip2: installdirs ...@@ -1991,10 +1982,9 @@ install-bzip2: installdirs
.PHONY: configure-db maybe-configure-db .PHONY: configure-db maybe-configure-db
maybe-configure-db: maybe-configure-db:
configure-db: db/Makefile configure-db:
@test ! -f db/Makefile || exit 0; \
db/Makefile: config.status [ -d db ] || mkdir db; \
@[ -d db ] || mkdir db; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2059,10 +2049,9 @@ install-db: installdirs ...@@ -2059,10 +2049,9 @@ install-db: installdirs
.PHONY: configure-dejagnu maybe-configure-dejagnu .PHONY: configure-dejagnu maybe-configure-dejagnu
maybe-configure-dejagnu: maybe-configure-dejagnu:
configure-dejagnu: dejagnu/Makefile configure-dejagnu:
@test ! -f dejagnu/Makefile || exit 0; \
dejagnu/Makefile: config.status [ -d dejagnu ] || mkdir dejagnu; \
@[ -d dejagnu ] || mkdir dejagnu; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2127,10 +2116,9 @@ install-dejagnu: installdirs ...@@ -2127,10 +2116,9 @@ install-dejagnu: installdirs
.PHONY: configure-diff maybe-configure-diff .PHONY: configure-diff maybe-configure-diff
maybe-configure-diff: maybe-configure-diff:
configure-diff: diff/Makefile configure-diff:
@test ! -f diff/Makefile || exit 0; \
diff/Makefile: config.status [ -d diff ] || mkdir diff; \
@[ -d diff ] || mkdir diff; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2195,10 +2183,9 @@ install-diff: installdirs ...@@ -2195,10 +2183,9 @@ install-diff: installdirs
.PHONY: configure-dosutils maybe-configure-dosutils .PHONY: configure-dosutils maybe-configure-dosutils
maybe-configure-dosutils: maybe-configure-dosutils:
configure-dosutils: dosutils/Makefile configure-dosutils:
@test ! -f dosutils/Makefile || exit 0; \
dosutils/Makefile: config.status [ -d dosutils ] || mkdir dosutils; \
@[ -d dosutils ] || mkdir dosutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2259,10 +2246,9 @@ install-dosutils: installdirs ...@@ -2259,10 +2246,9 @@ install-dosutils: installdirs
.PHONY: configure-etc maybe-configure-etc .PHONY: configure-etc maybe-configure-etc
maybe-configure-etc: maybe-configure-etc:
configure-etc: etc/Makefile configure-etc:
@test ! -f etc/Makefile || exit 0; \
etc/Makefile: config.status [ -d etc ] || mkdir etc; \
@[ -d etc ] || mkdir etc; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2327,10 +2313,9 @@ install-etc: installdirs ...@@ -2327,10 +2313,9 @@ install-etc: installdirs
.PHONY: configure-fastjar maybe-configure-fastjar .PHONY: configure-fastjar maybe-configure-fastjar
maybe-configure-fastjar: maybe-configure-fastjar:
configure-fastjar: fastjar/Makefile configure-fastjar:
@test ! -f fastjar/Makefile || exit 0; \
fastjar/Makefile: config.status [ -d fastjar ] || mkdir fastjar; \
@[ -d fastjar ] || mkdir fastjar; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2398,10 +2383,9 @@ install-fastjar: installdirs ...@@ -2398,10 +2383,9 @@ install-fastjar: installdirs
.PHONY: configure-fileutils maybe-configure-fileutils .PHONY: configure-fileutils maybe-configure-fileutils
maybe-configure-fileutils: maybe-configure-fileutils:
configure-fileutils: fileutils/Makefile configure-fileutils:
@test ! -f fileutils/Makefile || exit 0; \
fileutils/Makefile: config.status [ -d fileutils ] || mkdir fileutils; \
@[ -d fileutils ] || mkdir fileutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2466,10 +2450,9 @@ install-fileutils: installdirs ...@@ -2466,10 +2450,9 @@ install-fileutils: installdirs
.PHONY: configure-findutils maybe-configure-findutils .PHONY: configure-findutils maybe-configure-findutils
maybe-configure-findutils: maybe-configure-findutils:
configure-findutils: findutils/Makefile configure-findutils:
@test ! -f findutils/Makefile || exit 0; \
findutils/Makefile: config.status [ -d findutils ] || mkdir findutils; \
@[ -d findutils ] || mkdir findutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2534,10 +2517,9 @@ install-findutils: installdirs ...@@ -2534,10 +2517,9 @@ install-findutils: installdirs
.PHONY: configure-find maybe-configure-find .PHONY: configure-find maybe-configure-find
maybe-configure-find: maybe-configure-find:
configure-find: find/Makefile configure-find:
@test ! -f find/Makefile || exit 0; \
find/Makefile: config.status [ -d find ] || mkdir find; \
@[ -d find ] || mkdir find; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2602,10 +2584,9 @@ install-find: installdirs ...@@ -2602,10 +2584,9 @@ install-find: installdirs
.PHONY: configure-flex maybe-configure-flex .PHONY: configure-flex maybe-configure-flex
maybe-configure-flex: maybe-configure-flex:
configure-flex: flex/Makefile configure-flex:
@test ! -f flex/Makefile || exit 0; \
flex/Makefile: config.status [ -d flex ] || mkdir flex; \
@[ -d flex ] || mkdir flex; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2673,10 +2654,9 @@ install-flex: installdirs ...@@ -2673,10 +2654,9 @@ install-flex: installdirs
.PHONY: configure-gas maybe-configure-gas .PHONY: configure-gas maybe-configure-gas
maybe-configure-gas: maybe-configure-gas:
configure-gas: gas/Makefile configure-gas:
@test ! -f gas/Makefile || exit 0; \
gas/Makefile: config.status [ -d gas ] || mkdir gas; \
@[ -d gas ] || mkdir gas; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2741,10 +2721,9 @@ install-gas: installdirs ...@@ -2741,10 +2721,9 @@ install-gas: installdirs
.PHONY: configure-gawk maybe-configure-gawk .PHONY: configure-gawk maybe-configure-gawk
maybe-configure-gawk: maybe-configure-gawk:
configure-gawk: gawk/Makefile configure-gawk:
@test ! -f gawk/Makefile || exit 0; \
gawk/Makefile: config.status [ -d gawk ] || mkdir gawk; \
@[ -d gawk ] || mkdir gawk; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2809,10 +2788,9 @@ install-gawk: installdirs ...@@ -2809,10 +2788,9 @@ install-gawk: installdirs
.PHONY: configure-gettext maybe-configure-gettext .PHONY: configure-gettext maybe-configure-gettext
maybe-configure-gettext: maybe-configure-gettext:
configure-gettext: gettext/Makefile configure-gettext:
@test ! -f gettext/Makefile || exit 0; \
gettext/Makefile: config.status [ -d gettext ] || mkdir gettext; \
@[ -d gettext ] || mkdir gettext; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2877,10 +2855,9 @@ install-gettext: installdirs ...@@ -2877,10 +2855,9 @@ install-gettext: installdirs
.PHONY: configure-gnuserv maybe-configure-gnuserv .PHONY: configure-gnuserv maybe-configure-gnuserv
maybe-configure-gnuserv: maybe-configure-gnuserv:
configure-gnuserv: gnuserv/Makefile configure-gnuserv:
@test ! -f gnuserv/Makefile || exit 0; \
gnuserv/Makefile: config.status [ -d gnuserv ] || mkdir gnuserv; \
@[ -d gnuserv ] || mkdir gnuserv; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -2945,10 +2922,9 @@ install-gnuserv: installdirs ...@@ -2945,10 +2922,9 @@ install-gnuserv: installdirs
.PHONY: configure-gprof maybe-configure-gprof .PHONY: configure-gprof maybe-configure-gprof
maybe-configure-gprof: maybe-configure-gprof:
configure-gprof: gprof/Makefile configure-gprof:
@test ! -f gprof/Makefile || exit 0; \
gprof/Makefile: config.status [ -d gprof ] || mkdir gprof; \
@[ -d gprof ] || mkdir gprof; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3013,10 +2989,9 @@ install-gprof: installdirs ...@@ -3013,10 +2989,9 @@ install-gprof: installdirs
.PHONY: configure-grep maybe-configure-grep .PHONY: configure-grep maybe-configure-grep
maybe-configure-grep: maybe-configure-grep:
configure-grep: grep/Makefile configure-grep:
@test ! -f grep/Makefile || exit 0; \
grep/Makefile: config.status [ -d grep ] || mkdir grep; \
@[ -d grep ] || mkdir grep; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3081,10 +3056,9 @@ install-grep: installdirs ...@@ -3081,10 +3056,9 @@ install-grep: installdirs
.PHONY: configure-gzip maybe-configure-gzip .PHONY: configure-gzip maybe-configure-gzip
maybe-configure-gzip: maybe-configure-gzip:
configure-gzip: gzip/Makefile configure-gzip:
@test ! -f gzip/Makefile || exit 0; \
gzip/Makefile: config.status [ -d gzip ] || mkdir gzip; \
@[ -d gzip ] || mkdir gzip; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3149,10 +3123,9 @@ install-gzip: installdirs ...@@ -3149,10 +3123,9 @@ install-gzip: installdirs
.PHONY: configure-hello maybe-configure-hello .PHONY: configure-hello maybe-configure-hello
maybe-configure-hello: maybe-configure-hello:
configure-hello: hello/Makefile configure-hello:
@test ! -f hello/Makefile || exit 0; \
hello/Makefile: config.status [ -d hello ] || mkdir hello; \
@[ -d hello ] || mkdir hello; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3217,10 +3190,9 @@ install-hello: installdirs ...@@ -3217,10 +3190,9 @@ install-hello: installdirs
.PHONY: configure-indent maybe-configure-indent .PHONY: configure-indent maybe-configure-indent
maybe-configure-indent: maybe-configure-indent:
configure-indent: indent/Makefile configure-indent:
@test ! -f indent/Makefile || exit 0; \
indent/Makefile: config.status [ -d indent ] || mkdir indent; \
@[ -d indent ] || mkdir indent; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3285,10 +3257,9 @@ install-indent: installdirs ...@@ -3285,10 +3257,9 @@ install-indent: installdirs
.PHONY: configure-intl maybe-configure-intl .PHONY: configure-intl maybe-configure-intl
maybe-configure-intl: maybe-configure-intl:
configure-intl: intl/Makefile configure-intl:
@test ! -f intl/Makefile || exit 0; \
intl/Makefile: config.status [ -d intl ] || mkdir intl; \
@[ -d intl ] || mkdir intl; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3353,10 +3324,9 @@ install-intl: installdirs ...@@ -3353,10 +3324,9 @@ install-intl: installdirs
.PHONY: configure-tcl maybe-configure-tcl .PHONY: configure-tcl maybe-configure-tcl
maybe-configure-tcl: maybe-configure-tcl:
configure-tcl: tcl/Makefile configure-tcl:
@test ! -f tcl/Makefile || exit 0; \
tcl/Makefile: config.status [ -d tcl ] || mkdir tcl; \
@[ -d tcl ] || mkdir tcl; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3421,10 +3391,9 @@ install-tcl: installdirs ...@@ -3421,10 +3391,9 @@ install-tcl: installdirs
.PHONY: configure-itcl maybe-configure-itcl .PHONY: configure-itcl maybe-configure-itcl
maybe-configure-itcl: maybe-configure-itcl:
configure-itcl: itcl/Makefile configure-itcl:
@test ! -f itcl/Makefile || exit 0; \
itcl/Makefile: config.status [ -d itcl ] || mkdir itcl; \
@[ -d itcl ] || mkdir itcl; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3489,10 +3458,9 @@ install-itcl: installdirs ...@@ -3489,10 +3458,9 @@ install-itcl: installdirs
.PHONY: configure-ld maybe-configure-ld .PHONY: configure-ld maybe-configure-ld
maybe-configure-ld: maybe-configure-ld:
configure-ld: ld/Makefile configure-ld:
@test ! -f ld/Makefile || exit 0; \
ld/Makefile: config.status [ -d ld ] || mkdir ld; \
@[ -d ld ] || mkdir ld; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3557,10 +3525,9 @@ install-ld: installdirs ...@@ -3557,10 +3525,9 @@ install-ld: installdirs
.PHONY: configure-libgui maybe-configure-libgui .PHONY: configure-libgui maybe-configure-libgui
maybe-configure-libgui: maybe-configure-libgui:
configure-libgui: libgui/Makefile configure-libgui:
@test ! -f libgui/Makefile || exit 0; \
libgui/Makefile: config.status [ -d libgui ] || mkdir libgui; \
@[ -d libgui ] || mkdir libgui; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3625,10 +3592,9 @@ install-libgui: installdirs ...@@ -3625,10 +3592,9 @@ install-libgui: installdirs
.PHONY: configure-libiberty maybe-configure-libiberty .PHONY: configure-libiberty maybe-configure-libiberty
maybe-configure-libiberty: maybe-configure-libiberty:
configure-libiberty: libiberty/Makefile configure-libiberty:
@test ! -f libiberty/Makefile || exit 0; \
libiberty/Makefile: config.status [ -d libiberty ] || mkdir libiberty; \
@[ -d libiberty ] || mkdir libiberty; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3693,10 +3659,9 @@ install-libiberty: installdirs ...@@ -3693,10 +3659,9 @@ install-libiberty: installdirs
.PHONY: configure-libtool maybe-configure-libtool .PHONY: configure-libtool maybe-configure-libtool
maybe-configure-libtool: maybe-configure-libtool:
configure-libtool: libtool/Makefile configure-libtool:
@test ! -f libtool/Makefile || exit 0; \
libtool/Makefile: config.status [ -d libtool ] || mkdir libtool; \
@[ -d libtool ] || mkdir libtool; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3761,10 +3726,9 @@ install-libtool: installdirs ...@@ -3761,10 +3726,9 @@ install-libtool: installdirs
.PHONY: configure-m4 maybe-configure-m4 .PHONY: configure-m4 maybe-configure-m4
maybe-configure-m4: maybe-configure-m4:
configure-m4: m4/Makefile configure-m4:
@test ! -f m4/Makefile || exit 0; \
m4/Makefile: config.status [ -d m4 ] || mkdir m4; \
@[ -d m4 ] || mkdir m4; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3829,10 +3793,9 @@ install-m4: installdirs ...@@ -3829,10 +3793,9 @@ install-m4: installdirs
.PHONY: configure-make maybe-configure-make .PHONY: configure-make maybe-configure-make
maybe-configure-make: maybe-configure-make:
configure-make: make/Makefile configure-make:
@test ! -f make/Makefile || exit 0; \
make/Makefile: config.status [ -d make ] || mkdir make; \
@[ -d make ] || mkdir make; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3897,10 +3860,9 @@ install-make: installdirs ...@@ -3897,10 +3860,9 @@ install-make: installdirs
.PHONY: configure-mmalloc maybe-configure-mmalloc .PHONY: configure-mmalloc maybe-configure-mmalloc
maybe-configure-mmalloc: maybe-configure-mmalloc:
configure-mmalloc: mmalloc/Makefile configure-mmalloc:
@test ! -f mmalloc/Makefile || exit 0; \
mmalloc/Makefile: config.status [ -d mmalloc ] || mkdir mmalloc; \
@[ -d mmalloc ] || mkdir mmalloc; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -3961,10 +3923,9 @@ install-mmalloc: installdirs ...@@ -3961,10 +3923,9 @@ install-mmalloc: installdirs
.PHONY: configure-patch maybe-configure-patch .PHONY: configure-patch maybe-configure-patch
maybe-configure-patch: maybe-configure-patch:
configure-patch: patch/Makefile configure-patch:
@test ! -f patch/Makefile || exit 0; \
patch/Makefile: config.status [ -d patch ] || mkdir patch; \
@[ -d patch ] || mkdir patch; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4029,10 +3990,9 @@ install-patch: installdirs ...@@ -4029,10 +3990,9 @@ install-patch: installdirs
.PHONY: configure-perl maybe-configure-perl .PHONY: configure-perl maybe-configure-perl
maybe-configure-perl: maybe-configure-perl:
configure-perl: perl/Makefile configure-perl:
@test ! -f perl/Makefile || exit 0; \
perl/Makefile: config.status [ -d perl ] || mkdir perl; \
@[ -d perl ] || mkdir perl; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4097,10 +4057,9 @@ install-perl: installdirs ...@@ -4097,10 +4057,9 @@ install-perl: installdirs
.PHONY: configure-prms maybe-configure-prms .PHONY: configure-prms maybe-configure-prms
maybe-configure-prms: maybe-configure-prms:
configure-prms: prms/Makefile configure-prms:
@test ! -f prms/Makefile || exit 0; \
prms/Makefile: config.status [ -d prms ] || mkdir prms; \
@[ -d prms ] || mkdir prms; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4165,10 +4124,9 @@ install-prms: installdirs ...@@ -4165,10 +4124,9 @@ install-prms: installdirs
.PHONY: configure-rcs maybe-configure-rcs .PHONY: configure-rcs maybe-configure-rcs
maybe-configure-rcs: maybe-configure-rcs:
configure-rcs: rcs/Makefile configure-rcs:
@test ! -f rcs/Makefile || exit 0; \
rcs/Makefile: config.status [ -d rcs ] || mkdir rcs; \
@[ -d rcs ] || mkdir rcs; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4233,10 +4191,9 @@ install-rcs: installdirs ...@@ -4233,10 +4191,9 @@ install-rcs: installdirs
.PHONY: configure-readline maybe-configure-readline .PHONY: configure-readline maybe-configure-readline
maybe-configure-readline: maybe-configure-readline:
configure-readline: readline/Makefile configure-readline:
@test ! -f readline/Makefile || exit 0; \
readline/Makefile: config.status [ -d readline ] || mkdir readline; \
@[ -d readline ] || mkdir readline; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4301,10 +4258,9 @@ install-readline: installdirs ...@@ -4301,10 +4258,9 @@ install-readline: installdirs
.PHONY: configure-release maybe-configure-release .PHONY: configure-release maybe-configure-release
maybe-configure-release: maybe-configure-release:
configure-release: release/Makefile configure-release:
@test ! -f release/Makefile || exit 0; \
release/Makefile: config.status [ -d release ] || mkdir release; \
@[ -d release ] || mkdir release; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4361,10 +4317,9 @@ install-release: ...@@ -4361,10 +4317,9 @@ install-release:
.PHONY: configure-recode maybe-configure-recode .PHONY: configure-recode maybe-configure-recode
maybe-configure-recode: maybe-configure-recode:
configure-recode: recode/Makefile configure-recode:
@test ! -f recode/Makefile || exit 0; \
recode/Makefile: config.status [ -d recode ] || mkdir recode; \
@[ -d recode ] || mkdir recode; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4429,10 +4384,9 @@ install-recode: installdirs ...@@ -4429,10 +4384,9 @@ install-recode: installdirs
.PHONY: configure-sed maybe-configure-sed .PHONY: configure-sed maybe-configure-sed
maybe-configure-sed: maybe-configure-sed:
configure-sed: sed/Makefile configure-sed:
@test ! -f sed/Makefile || exit 0; \
sed/Makefile: config.status [ -d sed ] || mkdir sed; \
@[ -d sed ] || mkdir sed; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4497,10 +4451,9 @@ install-sed: installdirs ...@@ -4497,10 +4451,9 @@ install-sed: installdirs
.PHONY: configure-send-pr maybe-configure-send-pr .PHONY: configure-send-pr maybe-configure-send-pr
maybe-configure-send-pr: maybe-configure-send-pr:
configure-send-pr: send-pr/Makefile configure-send-pr:
@test ! -f send-pr/Makefile || exit 0; \
send-pr/Makefile: config.status [ -d send-pr ] || mkdir send-pr; \
@[ -d send-pr ] || mkdir send-pr; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4565,10 +4518,9 @@ install-send-pr: installdirs ...@@ -4565,10 +4518,9 @@ install-send-pr: installdirs
.PHONY: configure-shellutils maybe-configure-shellutils .PHONY: configure-shellutils maybe-configure-shellutils
maybe-configure-shellutils: maybe-configure-shellutils:
configure-shellutils: shellutils/Makefile configure-shellutils:
@test ! -f shellutils/Makefile || exit 0; \
shellutils/Makefile: config.status [ -d shellutils ] || mkdir shellutils; \
@[ -d shellutils ] || mkdir shellutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4633,10 +4585,9 @@ install-shellutils: installdirs ...@@ -4633,10 +4585,9 @@ install-shellutils: installdirs
.PHONY: configure-sid maybe-configure-sid .PHONY: configure-sid maybe-configure-sid
maybe-configure-sid: maybe-configure-sid:
configure-sid: sid/Makefile configure-sid:
@test ! -f sid/Makefile || exit 0; \
sid/Makefile: config.status [ -d sid ] || mkdir sid; \
@[ -d sid ] || mkdir sid; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4701,10 +4652,9 @@ install-sid: installdirs ...@@ -4701,10 +4652,9 @@ install-sid: installdirs
.PHONY: configure-sim maybe-configure-sim .PHONY: configure-sim maybe-configure-sim
maybe-configure-sim: maybe-configure-sim:
configure-sim: sim/Makefile configure-sim:
@test ! -f sim/Makefile || exit 0; \
sim/Makefile: config.status [ -d sim ] || mkdir sim; \
@[ -d sim ] || mkdir sim; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4769,10 +4719,9 @@ install-sim: installdirs ...@@ -4769,10 +4719,9 @@ install-sim: installdirs
.PHONY: configure-snavigator maybe-configure-snavigator .PHONY: configure-snavigator maybe-configure-snavigator
maybe-configure-snavigator: maybe-configure-snavigator:
configure-snavigator: snavigator/Makefile configure-snavigator:
@test ! -f snavigator/Makefile || exit 0; \
snavigator/Makefile: config.status [ -d snavigator ] || mkdir snavigator; \
@[ -d snavigator ] || mkdir snavigator; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4837,10 +4786,9 @@ install-snavigator: installdirs ...@@ -4837,10 +4786,9 @@ install-snavigator: installdirs
.PHONY: configure-tar maybe-configure-tar .PHONY: configure-tar maybe-configure-tar
maybe-configure-tar: maybe-configure-tar:
configure-tar: tar/Makefile configure-tar:
@test ! -f tar/Makefile || exit 0; \
tar/Makefile: config.status [ -d tar ] || mkdir tar; \
@[ -d tar ] || mkdir tar; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4905,10 +4853,9 @@ install-tar: installdirs ...@@ -4905,10 +4853,9 @@ install-tar: installdirs
.PHONY: configure-texinfo maybe-configure-texinfo .PHONY: configure-texinfo maybe-configure-texinfo
maybe-configure-texinfo: maybe-configure-texinfo:
configure-texinfo: texinfo/Makefile configure-texinfo:
@test ! -f texinfo/Makefile || exit 0; \
texinfo/Makefile: config.status [ -d texinfo ] || mkdir texinfo; \
@[ -d texinfo ] || mkdir texinfo; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -4969,10 +4916,9 @@ install-texinfo: ...@@ -4969,10 +4916,9 @@ install-texinfo:
.PHONY: configure-textutils maybe-configure-textutils .PHONY: configure-textutils maybe-configure-textutils
maybe-configure-textutils: maybe-configure-textutils:
configure-textutils: textutils/Makefile configure-textutils:
@test ! -f textutils/Makefile || exit 0; \
textutils/Makefile: config.status [ -d textutils ] || mkdir textutils; \
@[ -d textutils ] || mkdir textutils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5037,10 +4983,9 @@ install-textutils: installdirs ...@@ -5037,10 +4983,9 @@ install-textutils: installdirs
.PHONY: configure-time maybe-configure-time .PHONY: configure-time maybe-configure-time
maybe-configure-time: maybe-configure-time:
configure-time: time/Makefile configure-time:
@test ! -f time/Makefile || exit 0; \
time/Makefile: config.status [ -d time ] || mkdir time; \
@[ -d time ] || mkdir time; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5105,10 +5050,9 @@ install-time: installdirs ...@@ -5105,10 +5050,9 @@ install-time: installdirs
.PHONY: configure-uudecode maybe-configure-uudecode .PHONY: configure-uudecode maybe-configure-uudecode
maybe-configure-uudecode: maybe-configure-uudecode:
configure-uudecode: uudecode/Makefile configure-uudecode:
@test ! -f uudecode/Makefile || exit 0; \
uudecode/Makefile: config.status [ -d uudecode ] || mkdir uudecode; \
@[ -d uudecode ] || mkdir uudecode; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5173,10 +5117,9 @@ install-uudecode: installdirs ...@@ -5173,10 +5117,9 @@ install-uudecode: installdirs
.PHONY: configure-wdiff maybe-configure-wdiff .PHONY: configure-wdiff maybe-configure-wdiff
maybe-configure-wdiff: maybe-configure-wdiff:
configure-wdiff: wdiff/Makefile configure-wdiff:
@test ! -f wdiff/Makefile || exit 0; \
wdiff/Makefile: config.status [ -d wdiff ] || mkdir wdiff; \
@[ -d wdiff ] || mkdir wdiff; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5241,10 +5184,9 @@ install-wdiff: installdirs ...@@ -5241,10 +5184,9 @@ install-wdiff: installdirs
.PHONY: configure-zip maybe-configure-zip .PHONY: configure-zip maybe-configure-zip
maybe-configure-zip: maybe-configure-zip:
configure-zip: zip/Makefile configure-zip:
@test ! -f zip/Makefile || exit 0; \
zip/Makefile: config.status [ -d zip ] || mkdir zip; \
@[ -d zip ] || mkdir zip; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5312,10 +5254,9 @@ install-zip: installdirs ...@@ -5312,10 +5254,9 @@ install-zip: installdirs
.PHONY: configure-zlib maybe-configure-zlib .PHONY: configure-zlib maybe-configure-zlib
maybe-configure-zlib: maybe-configure-zlib:
configure-zlib: zlib/Makefile configure-zlib:
@test ! -f zlib/Makefile || exit 0; \
zlib/Makefile: config.status [ -d zlib ] || mkdir zlib; \
@[ -d zlib ] || mkdir zlib; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5372,10 +5313,9 @@ install-zlib: ...@@ -5372,10 +5313,9 @@ install-zlib:
.PHONY: configure-gdb maybe-configure-gdb .PHONY: configure-gdb maybe-configure-gdb
maybe-configure-gdb: maybe-configure-gdb:
configure-gdb: gdb/Makefile configure-gdb:
@test ! -f gdb/Makefile || exit 0; \
gdb/Makefile: config.status [ -d gdb ] || mkdir gdb; \
@[ -d gdb ] || mkdir gdb; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5440,10 +5380,9 @@ install-gdb: installdirs ...@@ -5440,10 +5380,9 @@ install-gdb: installdirs
.PHONY: configure-expect maybe-configure-expect .PHONY: configure-expect maybe-configure-expect
maybe-configure-expect: maybe-configure-expect:
configure-expect: expect/Makefile configure-expect:
@test ! -f expect/Makefile || exit 0; \
expect/Makefile: config.status [ -d expect ] || mkdir expect; \
@[ -d expect ] || mkdir expect; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5508,10 +5447,9 @@ install-expect: installdirs ...@@ -5508,10 +5447,9 @@ install-expect: installdirs
.PHONY: configure-guile maybe-configure-guile .PHONY: configure-guile maybe-configure-guile
maybe-configure-guile: maybe-configure-guile:
configure-guile: guile/Makefile configure-guile:
@test ! -f guile/Makefile || exit 0; \
guile/Makefile: config.status [ -d guile ] || mkdir guile; \
@[ -d guile ] || mkdir guile; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5576,10 +5514,9 @@ install-guile: installdirs ...@@ -5576,10 +5514,9 @@ install-guile: installdirs
.PHONY: configure-tk maybe-configure-tk .PHONY: configure-tk maybe-configure-tk
maybe-configure-tk: maybe-configure-tk:
configure-tk: tk/Makefile configure-tk:
@test ! -f tk/Makefile || exit 0; \
tk/Makefile: config.status [ -d tk ] || mkdir tk; \
@[ -d tk ] || mkdir tk; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5644,10 +5581,9 @@ install-tk: installdirs ...@@ -5644,10 +5581,9 @@ install-tk: installdirs
.PHONY: configure-tix maybe-configure-tix .PHONY: configure-tix maybe-configure-tix
maybe-configure-tix: maybe-configure-tix:
configure-tix: tix/Makefile configure-tix:
@test ! -f tix/Makefile || exit 0; \
tix/Makefile: config.status [ -d tix ] || mkdir tix; \
@[ -d tix ] || mkdir tix; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5712,10 +5648,9 @@ install-tix: installdirs ...@@ -5712,10 +5648,9 @@ install-tix: installdirs
.PHONY: configure-libtermcap maybe-configure-libtermcap .PHONY: configure-libtermcap maybe-configure-libtermcap
maybe-configure-libtermcap: maybe-configure-libtermcap:
configure-libtermcap: libtermcap/Makefile configure-libtermcap:
@test ! -f libtermcap/Makefile || exit 0; \
libtermcap/Makefile: config.status [ -d libtermcap ] || mkdir libtermcap; \
@[ -d libtermcap ] || mkdir libtermcap; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5776,10 +5711,9 @@ install-libtermcap: installdirs ...@@ -5776,10 +5711,9 @@ install-libtermcap: installdirs
.PHONY: configure-utils maybe-configure-utils .PHONY: configure-utils maybe-configure-utils
maybe-configure-utils: maybe-configure-utils:
configure-utils: utils/Makefile configure-utils:
@test ! -f utils/Makefile || exit 0; \
utils/Makefile: config.status [ -d utils ] || mkdir utils; \
@[ -d utils ] || mkdir utils; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -5845,15 +5779,18 @@ install-utils: installdirs ...@@ -5845,15 +5779,18 @@ install-utils: installdirs
.PHONY: configure-target-libstdc++-v3 maybe-configure-target-libstdc++-v3 .PHONY: configure-target-libstdc++-v3 maybe-configure-target-libstdc++-v3
maybe-configure-target-libstdc++-v3: maybe-configure-target-libstdc++-v3:
configure-target-libstdc++-v3: $(TARGET_SUBDIR)/libstdc++-v3/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libstdc++-v3/multilib.out: multilib.out $(TARGET_SUBDIR)/libstdc++-v3/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libstdc++-v3 ] || mkdir $(TARGET_SUBDIR)/libstdc++-v3;\ @[ -d $(TARGET_SUBDIR)/libstdc++-v3 ] || \
mkdir $(TARGET_SUBDIR)/libstdc++-v3; \
rm -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libstdc++-v3/multilib.out cp multilib.out $(TARGET_SUBDIR)/libstdc++-v3/multilib.out
$(TARGET_SUBDIR)/libstdc++-v3/Makefile: config.status $(TARGET_SUBDIR)/libstdc++-v3/multilib.out configure-target-libstdc++-v3: $(TARGET_SUBDIR)/libstdc++-v3/multilib.out
@[ -d $(TARGET_SUBDIR)/libstdc++-v3 ] || mkdir $(TARGET_SUBDIR)/libstdc++-v3;\ @test ! -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libstdc++-v3 ] || \
mkdir $(TARGET_SUBDIR)/libstdc++-v3;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -5942,15 +5879,18 @@ install-target-libstdc++-v3: installdirs ...@@ -5942,15 +5879,18 @@ install-target-libstdc++-v3: installdirs
.PHONY: configure-target-newlib maybe-configure-target-newlib .PHONY: configure-target-newlib maybe-configure-target-newlib
maybe-configure-target-newlib: maybe-configure-target-newlib:
configure-target-newlib: $(TARGET_SUBDIR)/newlib/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/newlib/multilib.out: multilib.out $(TARGET_SUBDIR)/newlib/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/newlib ] || mkdir $(TARGET_SUBDIR)/newlib;\ @[ -d $(TARGET_SUBDIR)/newlib ] || \
mkdir $(TARGET_SUBDIR)/newlib; \
rm -f $(TARGET_SUBDIR)/newlib/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/newlib/multilib.out cp multilib.out $(TARGET_SUBDIR)/newlib/multilib.out
$(TARGET_SUBDIR)/newlib/Makefile: config.status $(TARGET_SUBDIR)/newlib/multilib.out configure-target-newlib: $(TARGET_SUBDIR)/newlib/multilib.out
@[ -d $(TARGET_SUBDIR)/newlib ] || mkdir $(TARGET_SUBDIR)/newlib;\ @test ! -f $(TARGET_SUBDIR)/newlib/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/newlib ] || \
mkdir $(TARGET_SUBDIR)/newlib;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6038,15 +5978,18 @@ install-target-newlib: installdirs ...@@ -6038,15 +5978,18 @@ install-target-newlib: installdirs
.PHONY: configure-target-libf2c maybe-configure-target-libf2c .PHONY: configure-target-libf2c maybe-configure-target-libf2c
maybe-configure-target-libf2c: maybe-configure-target-libf2c:
configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libf2c/multilib.out: multilib.out $(TARGET_SUBDIR)/libf2c/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libf2c ] || mkdir $(TARGET_SUBDIR)/libf2c;\ @[ -d $(TARGET_SUBDIR)/libf2c ] || \
mkdir $(TARGET_SUBDIR)/libf2c; \
rm -f $(TARGET_SUBDIR)/libf2c/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libf2c/multilib.out cp multilib.out $(TARGET_SUBDIR)/libf2c/multilib.out
$(TARGET_SUBDIR)/libf2c/Makefile: config.status $(TARGET_SUBDIR)/libf2c/multilib.out configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/multilib.out
@[ -d $(TARGET_SUBDIR)/libf2c ] || mkdir $(TARGET_SUBDIR)/libf2c;\ @test ! -f $(TARGET_SUBDIR)/libf2c/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libf2c ] || \
mkdir $(TARGET_SUBDIR)/libf2c;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6134,15 +6077,18 @@ install-target-libf2c: installdirs ...@@ -6134,15 +6077,18 @@ install-target-libf2c: installdirs
.PHONY: configure-target-libobjc maybe-configure-target-libobjc .PHONY: configure-target-libobjc maybe-configure-target-libobjc
maybe-configure-target-libobjc: maybe-configure-target-libobjc:
configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libobjc/multilib.out: multilib.out $(TARGET_SUBDIR)/libobjc/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libobjc ] || mkdir $(TARGET_SUBDIR)/libobjc;\ @[ -d $(TARGET_SUBDIR)/libobjc ] || \
mkdir $(TARGET_SUBDIR)/libobjc; \
rm -f $(TARGET_SUBDIR)/libobjc/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libobjc/multilib.out cp multilib.out $(TARGET_SUBDIR)/libobjc/multilib.out
$(TARGET_SUBDIR)/libobjc/Makefile: config.status $(TARGET_SUBDIR)/libobjc/multilib.out configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/multilib.out
@[ -d $(TARGET_SUBDIR)/libobjc ] || mkdir $(TARGET_SUBDIR)/libobjc;\ @test ! -f $(TARGET_SUBDIR)/libobjc/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libobjc ] || \
mkdir $(TARGET_SUBDIR)/libobjc;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6230,15 +6176,18 @@ install-target-libobjc: installdirs ...@@ -6230,15 +6176,18 @@ install-target-libobjc: installdirs
.PHONY: configure-target-libtermcap maybe-configure-target-libtermcap .PHONY: configure-target-libtermcap maybe-configure-target-libtermcap
maybe-configure-target-libtermcap: maybe-configure-target-libtermcap:
configure-target-libtermcap: $(TARGET_SUBDIR)/libtermcap/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libtermcap/multilib.out: multilib.out $(TARGET_SUBDIR)/libtermcap/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libtermcap ] || mkdir $(TARGET_SUBDIR)/libtermcap;\ @[ -d $(TARGET_SUBDIR)/libtermcap ] || \
mkdir $(TARGET_SUBDIR)/libtermcap; \
rm -f $(TARGET_SUBDIR)/libtermcap/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libtermcap/multilib.out cp multilib.out $(TARGET_SUBDIR)/libtermcap/multilib.out
$(TARGET_SUBDIR)/libtermcap/Makefile: config.status $(TARGET_SUBDIR)/libtermcap/multilib.out configure-target-libtermcap: $(TARGET_SUBDIR)/libtermcap/multilib.out
@[ -d $(TARGET_SUBDIR)/libtermcap ] || mkdir $(TARGET_SUBDIR)/libtermcap;\ @test ! -f $(TARGET_SUBDIR)/libtermcap/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libtermcap ] || \
mkdir $(TARGET_SUBDIR)/libtermcap;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6322,15 +6271,18 @@ install-target-libtermcap: installdirs ...@@ -6322,15 +6271,18 @@ install-target-libtermcap: installdirs
.PHONY: configure-target-winsup maybe-configure-target-winsup .PHONY: configure-target-winsup maybe-configure-target-winsup
maybe-configure-target-winsup: maybe-configure-target-winsup:
configure-target-winsup: $(TARGET_SUBDIR)/winsup/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/winsup/multilib.out: multilib.out $(TARGET_SUBDIR)/winsup/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/winsup ] || mkdir $(TARGET_SUBDIR)/winsup;\ @[ -d $(TARGET_SUBDIR)/winsup ] || \
mkdir $(TARGET_SUBDIR)/winsup; \
rm -f $(TARGET_SUBDIR)/winsup/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/winsup/multilib.out cp multilib.out $(TARGET_SUBDIR)/winsup/multilib.out
$(TARGET_SUBDIR)/winsup/Makefile: config.status $(TARGET_SUBDIR)/winsup/multilib.out configure-target-winsup: $(TARGET_SUBDIR)/winsup/multilib.out
@[ -d $(TARGET_SUBDIR)/winsup ] || mkdir $(TARGET_SUBDIR)/winsup;\ @test ! -f $(TARGET_SUBDIR)/winsup/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/winsup ] || \
mkdir $(TARGET_SUBDIR)/winsup;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6418,15 +6370,18 @@ install-target-winsup: installdirs ...@@ -6418,15 +6370,18 @@ install-target-winsup: installdirs
.PHONY: configure-target-libgloss maybe-configure-target-libgloss .PHONY: configure-target-libgloss maybe-configure-target-libgloss
maybe-configure-target-libgloss: maybe-configure-target-libgloss:
configure-target-libgloss: $(TARGET_SUBDIR)/libgloss/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libgloss/multilib.out: multilib.out $(TARGET_SUBDIR)/libgloss/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libgloss ] || mkdir $(TARGET_SUBDIR)/libgloss;\ @[ -d $(TARGET_SUBDIR)/libgloss ] || \
mkdir $(TARGET_SUBDIR)/libgloss; \
rm -f $(TARGET_SUBDIR)/libgloss/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libgloss/multilib.out cp multilib.out $(TARGET_SUBDIR)/libgloss/multilib.out
$(TARGET_SUBDIR)/libgloss/Makefile: config.status $(TARGET_SUBDIR)/libgloss/multilib.out configure-target-libgloss: $(TARGET_SUBDIR)/libgloss/multilib.out
@[ -d $(TARGET_SUBDIR)/libgloss ] || mkdir $(TARGET_SUBDIR)/libgloss;\ @test ! -f $(TARGET_SUBDIR)/libgloss/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libgloss ] || \
mkdir $(TARGET_SUBDIR)/libgloss;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6510,15 +6465,18 @@ install-target-libgloss: installdirs ...@@ -6510,15 +6465,18 @@ install-target-libgloss: installdirs
.PHONY: configure-target-libiberty maybe-configure-target-libiberty .PHONY: configure-target-libiberty maybe-configure-target-libiberty
maybe-configure-target-libiberty: maybe-configure-target-libiberty:
configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libiberty/multilib.out: multilib.out $(TARGET_SUBDIR)/libiberty/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libiberty ] || mkdir $(TARGET_SUBDIR)/libiberty;\ @[ -d $(TARGET_SUBDIR)/libiberty ] || \
mkdir $(TARGET_SUBDIR)/libiberty; \
rm -f $(TARGET_SUBDIR)/libiberty/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libiberty/multilib.out cp multilib.out $(TARGET_SUBDIR)/libiberty/multilib.out
$(TARGET_SUBDIR)/libiberty/Makefile: config.status $(TARGET_SUBDIR)/libiberty/multilib.out configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/multilib.out
@[ -d $(TARGET_SUBDIR)/libiberty ] || mkdir $(TARGET_SUBDIR)/libiberty;\ @test ! -f $(TARGET_SUBDIR)/libiberty/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libiberty ] || \
mkdir $(TARGET_SUBDIR)/libiberty;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6606,15 +6564,18 @@ install-target-libiberty: installdirs ...@@ -6606,15 +6564,18 @@ install-target-libiberty: installdirs
.PHONY: configure-target-gperf maybe-configure-target-gperf .PHONY: configure-target-gperf maybe-configure-target-gperf
maybe-configure-target-gperf: maybe-configure-target-gperf:
configure-target-gperf: $(TARGET_SUBDIR)/gperf/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/gperf/multilib.out: multilib.out $(TARGET_SUBDIR)/gperf/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/gperf ] || mkdir $(TARGET_SUBDIR)/gperf;\ @[ -d $(TARGET_SUBDIR)/gperf ] || \
mkdir $(TARGET_SUBDIR)/gperf; \
rm -f $(TARGET_SUBDIR)/gperf/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/gperf/multilib.out cp multilib.out $(TARGET_SUBDIR)/gperf/multilib.out
$(TARGET_SUBDIR)/gperf/Makefile: config.status $(TARGET_SUBDIR)/gperf/multilib.out configure-target-gperf: $(TARGET_SUBDIR)/gperf/multilib.out
@[ -d $(TARGET_SUBDIR)/gperf ] || mkdir $(TARGET_SUBDIR)/gperf;\ @test ! -f $(TARGET_SUBDIR)/gperf/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/gperf ] || \
mkdir $(TARGET_SUBDIR)/gperf;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6702,15 +6663,18 @@ install-target-gperf: installdirs ...@@ -6702,15 +6663,18 @@ install-target-gperf: installdirs
.PHONY: configure-target-examples maybe-configure-target-examples .PHONY: configure-target-examples maybe-configure-target-examples
maybe-configure-target-examples: maybe-configure-target-examples:
configure-target-examples: $(TARGET_SUBDIR)/examples/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/examples/multilib.out: multilib.out $(TARGET_SUBDIR)/examples/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/examples ] || mkdir $(TARGET_SUBDIR)/examples;\ @[ -d $(TARGET_SUBDIR)/examples ] || \
mkdir $(TARGET_SUBDIR)/examples; \
rm -f $(TARGET_SUBDIR)/examples/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/examples/multilib.out cp multilib.out $(TARGET_SUBDIR)/examples/multilib.out
$(TARGET_SUBDIR)/examples/Makefile: config.status $(TARGET_SUBDIR)/examples/multilib.out configure-target-examples: $(TARGET_SUBDIR)/examples/multilib.out
@[ -d $(TARGET_SUBDIR)/examples ] || mkdir $(TARGET_SUBDIR)/examples;\ @test ! -f $(TARGET_SUBDIR)/examples/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/examples ] || \
mkdir $(TARGET_SUBDIR)/examples;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6790,15 +6754,18 @@ install-target-examples: ...@@ -6790,15 +6754,18 @@ install-target-examples:
.PHONY: configure-target-libffi maybe-configure-target-libffi .PHONY: configure-target-libffi maybe-configure-target-libffi
maybe-configure-target-libffi: maybe-configure-target-libffi:
configure-target-libffi: $(TARGET_SUBDIR)/libffi/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libffi/multilib.out: multilib.out $(TARGET_SUBDIR)/libffi/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libffi ] || mkdir $(TARGET_SUBDIR)/libffi;\ @[ -d $(TARGET_SUBDIR)/libffi ] || \
mkdir $(TARGET_SUBDIR)/libffi; \
rm -f $(TARGET_SUBDIR)/libffi/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libffi/multilib.out cp multilib.out $(TARGET_SUBDIR)/libffi/multilib.out
$(TARGET_SUBDIR)/libffi/Makefile: config.status $(TARGET_SUBDIR)/libffi/multilib.out configure-target-libffi: $(TARGET_SUBDIR)/libffi/multilib.out
@[ -d $(TARGET_SUBDIR)/libffi ] || mkdir $(TARGET_SUBDIR)/libffi;\ @test ! -f $(TARGET_SUBDIR)/libffi/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libffi ] || \
mkdir $(TARGET_SUBDIR)/libffi;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6882,15 +6849,18 @@ install-target-libffi: ...@@ -6882,15 +6849,18 @@ install-target-libffi:
.PHONY: configure-target-libjava maybe-configure-target-libjava .PHONY: configure-target-libjava maybe-configure-target-libjava
maybe-configure-target-libjava: maybe-configure-target-libjava:
configure-target-libjava: $(TARGET_SUBDIR)/libjava/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/libjava/multilib.out: multilib.out $(TARGET_SUBDIR)/libjava/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/libjava ] || mkdir $(TARGET_SUBDIR)/libjava;\ @[ -d $(TARGET_SUBDIR)/libjava ] || \
mkdir $(TARGET_SUBDIR)/libjava; \
rm -f $(TARGET_SUBDIR)/libjava/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/libjava/multilib.out cp multilib.out $(TARGET_SUBDIR)/libjava/multilib.out
$(TARGET_SUBDIR)/libjava/Makefile: config.status $(TARGET_SUBDIR)/libjava/multilib.out configure-target-libjava: $(TARGET_SUBDIR)/libjava/multilib.out
@[ -d $(TARGET_SUBDIR)/libjava ] || mkdir $(TARGET_SUBDIR)/libjava;\ @test ! -f $(TARGET_SUBDIR)/libjava/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/libjava ] || \
mkdir $(TARGET_SUBDIR)/libjava;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -6979,15 +6949,18 @@ install-target-libjava: installdirs ...@@ -6979,15 +6949,18 @@ install-target-libjava: installdirs
.PHONY: configure-target-zlib maybe-configure-target-zlib .PHONY: configure-target-zlib maybe-configure-target-zlib
maybe-configure-target-zlib: maybe-configure-target-zlib:
configure-target-zlib: $(TARGET_SUBDIR)/zlib/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/zlib/multilib.out: multilib.out $(TARGET_SUBDIR)/zlib/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/zlib ] || mkdir $(TARGET_SUBDIR)/zlib;\ @[ -d $(TARGET_SUBDIR)/zlib ] || \
mkdir $(TARGET_SUBDIR)/zlib; \
rm -f $(TARGET_SUBDIR)/zlib/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/zlib/multilib.out cp multilib.out $(TARGET_SUBDIR)/zlib/multilib.out
$(TARGET_SUBDIR)/zlib/Makefile: config.status $(TARGET_SUBDIR)/zlib/multilib.out configure-target-zlib: $(TARGET_SUBDIR)/zlib/multilib.out
@[ -d $(TARGET_SUBDIR)/zlib ] || mkdir $(TARGET_SUBDIR)/zlib;\ @test ! -f $(TARGET_SUBDIR)/zlib/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/zlib ] || \
mkdir $(TARGET_SUBDIR)/zlib;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -7075,15 +7048,18 @@ install-target-zlib: installdirs ...@@ -7075,15 +7048,18 @@ install-target-zlib: installdirs
.PHONY: configure-target-boehm-gc maybe-configure-target-boehm-gc .PHONY: configure-target-boehm-gc maybe-configure-target-boehm-gc
maybe-configure-target-boehm-gc: maybe-configure-target-boehm-gc:
configure-target-boehm-gc: $(TARGET_SUBDIR)/boehm-gc/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/boehm-gc/multilib.out: multilib.out $(TARGET_SUBDIR)/boehm-gc/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/boehm-gc ] || mkdir $(TARGET_SUBDIR)/boehm-gc;\ @[ -d $(TARGET_SUBDIR)/boehm-gc ] || \
mkdir $(TARGET_SUBDIR)/boehm-gc; \
rm -f $(TARGET_SUBDIR)/boehm-gc/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/boehm-gc/multilib.out cp multilib.out $(TARGET_SUBDIR)/boehm-gc/multilib.out
$(TARGET_SUBDIR)/boehm-gc/Makefile: config.status $(TARGET_SUBDIR)/boehm-gc/multilib.out configure-target-boehm-gc: $(TARGET_SUBDIR)/boehm-gc/multilib.out
@[ -d $(TARGET_SUBDIR)/boehm-gc ] || mkdir $(TARGET_SUBDIR)/boehm-gc;\ @test ! -f $(TARGET_SUBDIR)/boehm-gc/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/boehm-gc ] || \
mkdir $(TARGET_SUBDIR)/boehm-gc;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -7171,15 +7147,18 @@ install-target-boehm-gc: installdirs ...@@ -7171,15 +7147,18 @@ install-target-boehm-gc: installdirs
.PHONY: configure-target-qthreads maybe-configure-target-qthreads .PHONY: configure-target-qthreads maybe-configure-target-qthreads
maybe-configure-target-qthreads: maybe-configure-target-qthreads:
configure-target-qthreads: $(TARGET_SUBDIR)/qthreads/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/qthreads/multilib.out: multilib.out $(TARGET_SUBDIR)/qthreads/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/qthreads ] || mkdir $(TARGET_SUBDIR)/qthreads;\ @[ -d $(TARGET_SUBDIR)/qthreads ] || \
mkdir $(TARGET_SUBDIR)/qthreads; \
rm -f $(TARGET_SUBDIR)/qthreads/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/qthreads/multilib.out cp multilib.out $(TARGET_SUBDIR)/qthreads/multilib.out
$(TARGET_SUBDIR)/qthreads/Makefile: config.status $(TARGET_SUBDIR)/qthreads/multilib.out configure-target-qthreads: $(TARGET_SUBDIR)/qthreads/multilib.out
@[ -d $(TARGET_SUBDIR)/qthreads ] || mkdir $(TARGET_SUBDIR)/qthreads;\ @test ! -f $(TARGET_SUBDIR)/qthreads/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/qthreads ] || \
mkdir $(TARGET_SUBDIR)/qthreads;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -7267,15 +7246,18 @@ install-target-qthreads: installdirs ...@@ -7267,15 +7246,18 @@ install-target-qthreads: installdirs
.PHONY: configure-target-rda maybe-configure-target-rda .PHONY: configure-target-rda maybe-configure-target-rda
maybe-configure-target-rda: maybe-configure-target-rda:
configure-target-rda: $(TARGET_SUBDIR)/rda/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/rda/multilib.out: multilib.out $(TARGET_SUBDIR)/rda/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/rda ] || mkdir $(TARGET_SUBDIR)/rda;\ @[ -d $(TARGET_SUBDIR)/rda ] || \
mkdir $(TARGET_SUBDIR)/rda; \
rm -f $(TARGET_SUBDIR)/rda/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/rda/multilib.out cp multilib.out $(TARGET_SUBDIR)/rda/multilib.out
$(TARGET_SUBDIR)/rda/Makefile: config.status $(TARGET_SUBDIR)/rda/multilib.out configure-target-rda: $(TARGET_SUBDIR)/rda/multilib.out
@[ -d $(TARGET_SUBDIR)/rda ] || mkdir $(TARGET_SUBDIR)/rda;\ @test ! -f $(TARGET_SUBDIR)/rda/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/rda ] || \
mkdir $(TARGET_SUBDIR)/rda;\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -7373,10 +7355,9 @@ install-target-rda: installdirs ...@@ -7373,10 +7355,9 @@ install-target-rda: installdirs
# gcc is the only module which uses GCC_FLAGS_TO_PASS. # gcc is the only module which uses GCC_FLAGS_TO_PASS.
.PHONY: configure-gcc maybe-configure-gcc .PHONY: configure-gcc maybe-configure-gcc
maybe-configure-gcc: maybe-configure-gcc:
configure-gcc: gcc/Makefile configure-gcc:
@test ! -f gcc/Makefile || exit 0; \
gcc/Makefile: config.status [ -d gcc ] || mkdir gcc; \
@[ -d gcc ] || mkdir gcc; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -7676,17 +7657,11 @@ configure-target-qthreads: $(ALL_GCC_C) ...@@ -7676,17 +7657,11 @@ configure-target-qthreads: $(ALL_GCC_C)
# work around various timestamp bugs on some systems. # work around various timestamp bugs on some systems.
# We use move-if-change so that it's only considered updated when it # We use move-if-change so that it's only considered updated when it
# actually changes, because it has to depend on a phony target. # actually changes, because it has to depend on a phony target.
multilib.out: multilib.ts multilib.out: maybe-all-gcc
@if [ -f multilib.out ] ; then : else \
rm -f multilib.ts; $(MAKE) multilib.ts; \
fi
multilib.ts: maybe-all-gcc
@r=`${PWD}`; export r; \ @r=`${PWD}`; export r; \
echo "Checking multilib configuration..."; \ echo "Checking multilib configuration..."; \
$(CC_FOR_TARGET) --print-multi-lib > multilib.tmp 2> /dev/null ; \ $(CC_FOR_TARGET) --print-multi-lib > multilib.tmp 2> /dev/null ; \
$(SHELL) $(srcdir)/move-if-change multilib.tmp multilib.out ; \ $(SHELL) $(srcdir)/move-if-change multilib.tmp multilib.out ; \
echo timestamp > multilib.ts
# Rebuilding Makefile.in, using autogen. # Rebuilding Makefile.in, using autogen.
AUTOGEN = autogen AUTOGEN = autogen
......
...@@ -641,7 +641,7 @@ local-clean: ...@@ -641,7 +641,7 @@ local-clean:
local-distclean: local-distclean:
-rm -f Makefile config.status config.cache mh-frag mt-frag -rm -f Makefile config.status config.cache mh-frag mt-frag
-rm -f multilib.out multilib.ts multilib.tmp maybedep.tmp serdep.tmp -rm -f multilib.out multilib.tmp maybedep.tmp serdep.tmp
-if [ "$(TARGET_SUBDIR)" != "." ]; then \ -if [ "$(TARGET_SUBDIR)" != "." ]; then \
rm -rf $(TARGET_SUBDIR); \ rm -rf $(TARGET_SUBDIR); \
else true; fi else true; fi
...@@ -789,9 +789,10 @@ TAGS: do-TAGS ...@@ -789,9 +789,10 @@ TAGS: do-TAGS
[+ FOR build_modules +] [+ FOR build_modules +]
.PHONY: configure-build-[+module+] maybe-configure-build-[+module+] .PHONY: configure-build-[+module+] maybe-configure-build-[+module+]
maybe-configure-build-[+module+]: maybe-configure-build-[+module+]:
configure-build-[+module+]: $(BUILD_SUBDIR)/[+module+]/Makefile configure-build-[+module+]:
$(BUILD_SUBDIR)/[+module+]/Makefile: config.status @test ! -f $(BUILD_SUBDIR)/[+module+]/Makefile || exit 0; \
@[ -d $(BUILD_SUBDIR)/[+module+] ] || mkdir $(BUILD_SUBDIR)/[+module+];\ [ -d $(BUILD_SUBDIR)/[+module+] ] || \
mkdir $(BUILD_SUBDIR)/[+module+];\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
AR="$(AR_FOR_BUILD)"; export AR; \ AR="$(AR_FOR_BUILD)"; export AR; \
...@@ -862,10 +863,9 @@ all-build-[+module+]: configure-build-[+module+] ...@@ -862,10 +863,9 @@ all-build-[+module+]: configure-build-[+module+]
[+ FOR host_modules +] [+ FOR host_modules +]
.PHONY: configure-[+module+] maybe-configure-[+module+] .PHONY: configure-[+module+] maybe-configure-[+module+]
maybe-configure-[+module+]: maybe-configure-[+module+]:
configure-[+module+]: [+module+]/Makefile configure-[+module+]:
@test ! -f [+module+]/Makefile || exit 0; \
[+module+]/Makefile: config.status [ -d [+module+] ] || mkdir [+module+]; \
@[ -d [+module+] ] || mkdir [+module+]; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -964,15 +964,18 @@ install-[+module+]: installdirs ...@@ -964,15 +964,18 @@ install-[+module+]: installdirs
[+ FOR target_modules +] [+ FOR target_modules +]
.PHONY: configure-target-[+module+] maybe-configure-target-[+module+] .PHONY: configure-target-[+module+] maybe-configure-target-[+module+]
maybe-configure-target-[+module+]: maybe-configure-target-[+module+]:
configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/Makefile
# There's only one multilib.out. Cleverer subdirs shouldn't need it copied. # There's only one multilib.out. Cleverer subdirs shouldn't need it copied.
$(TARGET_SUBDIR)/[+module+]/multilib.out: multilib.out $(TARGET_SUBDIR)/[+module+]/multilib.out: multilib.out
@[ -d $(TARGET_SUBDIR)/[+module+] ] || mkdir $(TARGET_SUBDIR)/[+module+];\ @[ -d $(TARGET_SUBDIR)/[+module+] ] || \
mkdir $(TARGET_SUBDIR)/[+module+]; \
rm -f $(TARGET_SUBDIR)/[+module+]/Makefile || : ; \
cp multilib.out $(TARGET_SUBDIR)/[+module+]/multilib.out cp multilib.out $(TARGET_SUBDIR)/[+module+]/multilib.out
$(TARGET_SUBDIR)/[+module+]/Makefile: config.status $(TARGET_SUBDIR)/[+module+]/multilib.out configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/multilib.out
@[ -d $(TARGET_SUBDIR)/[+module+] ] || mkdir $(TARGET_SUBDIR)/[+module+];\ @test ! -f $(TARGET_SUBDIR)/[+module+]/Makefile || exit 0; \
[ -d $(TARGET_SUBDIR)/[+module+] ] || \
mkdir $(TARGET_SUBDIR)/[+module+];\
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
...@@ -1092,10 +1095,9 @@ install-target-[+module+]: installdirs ...@@ -1092,10 +1095,9 @@ install-target-[+module+]: installdirs
# gcc is the only module which uses GCC_FLAGS_TO_PASS. # gcc is the only module which uses GCC_FLAGS_TO_PASS.
.PHONY: configure-gcc maybe-configure-gcc .PHONY: configure-gcc maybe-configure-gcc
maybe-configure-gcc: maybe-configure-gcc:
configure-gcc: gcc/Makefile configure-gcc:
@test ! -f gcc/Makefile || exit 0; \
gcc/Makefile: config.status [ -d gcc ] || mkdir gcc; \
@[ -d gcc ] || mkdir gcc; \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \ s=`cd $(srcdir); ${PWD}`; export s; \
CC="$(CC)"; export CC; \ CC="$(CC)"; export CC; \
...@@ -1395,17 +1397,11 @@ configure-target-qthreads: $(ALL_GCC_C) ...@@ -1395,17 +1397,11 @@ configure-target-qthreads: $(ALL_GCC_C)
# work around various timestamp bugs on some systems. # work around various timestamp bugs on some systems.
# We use move-if-change so that it's only considered updated when it # We use move-if-change so that it's only considered updated when it
# actually changes, because it has to depend on a phony target. # actually changes, because it has to depend on a phony target.
multilib.out: multilib.ts multilib.out: maybe-all-gcc
@if [ -f multilib.out ] ; then : else \
rm -f multilib.ts; $(MAKE) multilib.ts; \
fi
multilib.ts: maybe-all-gcc
@r=`${PWD}`; export r; \ @r=`${PWD}`; export r; \
echo "Checking multilib configuration..."; \ echo "Checking multilib configuration..."; \
$(CC_FOR_TARGET) --print-multi-lib > multilib.tmp 2> /dev/null ; \ $(CC_FOR_TARGET) --print-multi-lib > multilib.tmp 2> /dev/null ; \
$(SHELL) $(srcdir)/move-if-change multilib.tmp multilib.out ; \ $(SHELL) $(srcdir)/move-if-change multilib.tmp multilib.out ; \
echo timestamp > multilib.ts
# Rebuilding Makefile.in, using autogen. # Rebuilding Makefile.in, using autogen.
AUTOGEN = autogen AUTOGEN = autogen
......
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
ac_help= ac_help=
ac_default_prefix=/usr/local ac_default_prefix=/usr/local
# Any additions from configure.in: # Any additions from configure.in:
ac_help="$ac_help
--disable-serial-[{host,target,build}-]configure
Don't force sequential configuration of
sub-packages for the host, target or build
machine, or of any sub-packages at all"
# Initialize some variables set by options. # Initialize some variables set by options.
# The variables have the same names as the options, with # The variables have the same names as the options, with
...@@ -568,7 +573,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } ...@@ -568,7 +573,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi fi
echo $ac_n "checking host system type""... $ac_c" 1>&6 echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:572: checking host system type" >&5 echo "configure:577: checking host system type" >&5
host_alias=$host host_alias=$host
case "$host_alias" in case "$host_alias" in
...@@ -589,7 +594,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` ...@@ -589,7 +594,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6 echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:593: checking target system type" >&5 echo "configure:598: checking target system type" >&5
target_alias=$target target_alias=$target
case "$target_alias" in case "$target_alias" in
...@@ -607,7 +612,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` ...@@ -607,7 +612,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6 echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:611: checking build system type" >&5 echo "configure:616: checking build system type" >&5
build_alias=$build build_alias=$build
case "$build_alias" in case "$build_alias" in
...@@ -764,7 +769,7 @@ else ...@@ -764,7 +769,7 @@ else
;; ;;
* ) * )
# Add to all subconfigure arguments: build, host, and target. # Add to all subconfigure arguments: build, host, and target.
ac_configure_args="--with-gcc-version-trigger=$gcc_version_trigger $ac_configure_args" ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
;; ;;
esac esac
fi fi
...@@ -2338,6 +2343,7 @@ esac ...@@ -2338,6 +2343,7 @@ esac
# Create the 'maybe dependencies'. This uses a temporary file. # Create the 'maybe dependencies'. This uses a temporary file.
rm -f maybedep.tmp rm -f maybedep.tmp
echo '# maybedep.tmp' > maybedep.tmp
for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \ for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \
${install_host_modules} ${install_target_modules} \ ${install_host_modules} ${install_target_modules} \
${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \ ${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \
...@@ -2349,45 +2355,62 @@ maybe_dependencies=maybedep.tmp ...@@ -2349,45 +2355,62 @@ maybe_dependencies=maybedep.tmp
# Create the serialization dependencies. This uses a temporary file. # Create the serialization dependencies. This uses a temporary file.
# Check whether --enable-serial-configure or --disable-serial-configure was given.
if test "${enable_serial_configure+set}" = set; then
enableval="$enable_serial_configure"
:
fi
# These force 'configure's to be done one at a time, to avoid problems # These force 'configure's to be done one at a time, to avoid problems
# with contention over a shared config.cache. # with contention over a shared config.cache.
rm -f serdep.tmp rm -f serdep.tmp
echo '# serdep.tmp' > serdep.tmp
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_build_configure}" = xno ||
for item in ${build_configdirs} ; do for item in ${build_configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "\$(BUILD_SUBDIR)/${item}/Makefile: \$(BUILD_SUBDIR)/${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_host_configure}" = xno ||
for item in ${configdirs} ; do for item in ${configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "${item}/Makefile: ${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_target_configure}" = xno ||
for item in ${target_configdirs} ; do for item in ${target_configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "\$(TARGET_SUBDIR)/${item}/Makefile: \$(TARGET_SUBDIR)/${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
serialization_dependencies=serdep.tmp serialization_dependencies=serdep.tmp
# Base args. Strip norecursion, cache-file, srcdir, host, build, target. # Base args. Strip norecursion, cache-file, srcdir, host, build,
# These are the ones we might not want to pass down to subconfigures. # target and nonopt. These are the ones we might not want to pass
baseargs=`echo "${ac_configure_args}" | \ # down to subconfigures.
sed -e 's/--no[^ ]*//' \ baseargs=`echo " ${ac_configure_args} " | \
-e 's/--cache[a-z-]*=[^ ]*//' \ sed -e 's/ --no[^ ]* / /' \
-e 's/--sr[a-z-]*=[^ ]*//' \ -e 's/ --cache[a-z-]*=[^ ]* / /' \
-e 's/--ho[a-z-]*=[^ ]*//' \ -e 's/ --sr[a-z-]*=[^ ]* / /' \
-e 's/--bu[a-z-]*=[^ ]*//' \ -e 's/ --ho[a-z-]*=[^ ]* / /' \
-e 's/--ta[a-z-]*=[^ ]*//'` -e 's/ --bu[a-z-]*=[^ ]* / /' \
-e 's/ --ta[a-z-]*=[^ ]* / /' \
-e 's/ [^-][^ ]* / /' \
-e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native, # For the build-side libraries, we just need to pretend we're native,
# and not use the same cache file. Multilibs are neither needed nor # and not use the same cache file. Multilibs are neither needed nor
...@@ -2661,7 +2684,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias- ...@@ -2661,7 +2684,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
# Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
set dummy ${ncn_tool_prefix}ar; ac_word=$2 set dummy ${ncn_tool_prefix}ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2665: checking for $ac_word" >&5 echo "configure:2688: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2694,7 +2717,7 @@ if test -z "$ac_cv_prog_AR" ; then ...@@ -2694,7 +2717,7 @@ if test -z "$ac_cv_prog_AR" ; then
# Extract the first word of "ar", so it can be a program name with args. # Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2 set dummy ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2698: checking for $ac_word" >&5 echo "configure:2721: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2733,7 +2756,7 @@ fi ...@@ -2733,7 +2756,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
set dummy ${ncn_tool_prefix}as; ac_word=$2 set dummy ${ncn_tool_prefix}as; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2737: checking for $ac_word" >&5 echo "configure:2760: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2766,7 +2789,7 @@ if test -z "$ac_cv_prog_AS" ; then ...@@ -2766,7 +2789,7 @@ if test -z "$ac_cv_prog_AS" ; then
# Extract the first word of "as", so it can be a program name with args. # Extract the first word of "as", so it can be a program name with args.
set dummy as; ac_word=$2 set dummy as; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2770: checking for $ac_word" >&5 echo "configure:2793: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2805,7 +2828,7 @@ fi ...@@ -2805,7 +2828,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
set dummy ${ncn_tool_prefix}dlltool; ac_word=$2 set dummy ${ncn_tool_prefix}dlltool; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2809: checking for $ac_word" >&5 echo "configure:2832: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2838,7 +2861,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then ...@@ -2838,7 +2861,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then
# Extract the first word of "dlltool", so it can be a program name with args. # Extract the first word of "dlltool", so it can be a program name with args.
set dummy dlltool; ac_word=$2 set dummy dlltool; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2842: checking for $ac_word" >&5 echo "configure:2865: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2877,7 +2900,7 @@ fi ...@@ -2877,7 +2900,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
set dummy ${ncn_tool_prefix}ld; ac_word=$2 set dummy ${ncn_tool_prefix}ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2881: checking for $ac_word" >&5 echo "configure:2904: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2910,7 +2933,7 @@ if test -z "$ac_cv_prog_LD" ; then ...@@ -2910,7 +2933,7 @@ if test -z "$ac_cv_prog_LD" ; then
# Extract the first word of "ld", so it can be a program name with args. # Extract the first word of "ld", so it can be a program name with args.
set dummy ld; ac_word=$2 set dummy ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2914: checking for $ac_word" >&5 echo "configure:2937: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2949,7 +2972,7 @@ fi ...@@ -2949,7 +2972,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
set dummy ${ncn_tool_prefix}nm; ac_word=$2 set dummy ${ncn_tool_prefix}nm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2953: checking for $ac_word" >&5 echo "configure:2976: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -2982,7 +3005,7 @@ if test -z "$ac_cv_prog_NM" ; then ...@@ -2982,7 +3005,7 @@ if test -z "$ac_cv_prog_NM" ; then
# Extract the first word of "nm", so it can be a program name with args. # Extract the first word of "nm", so it can be a program name with args.
set dummy nm; ac_word=$2 set dummy nm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2986: checking for $ac_word" >&5 echo "configure:3009: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3021,7 +3044,7 @@ fi ...@@ -3021,7 +3044,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ncn_tool_prefix}ranlib; ac_word=$2 set dummy ${ncn_tool_prefix}ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3025: checking for $ac_word" >&5 echo "configure:3048: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3054,7 +3077,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then ...@@ -3054,7 +3077,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then
# Extract the first word of "ranlib", so it can be a program name with args. # Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2 set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3058: checking for $ac_word" >&5 echo "configure:3081: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3093,7 +3116,7 @@ fi ...@@ -3093,7 +3116,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
set dummy ${ncn_tool_prefix}windres; ac_word=$2 set dummy ${ncn_tool_prefix}windres; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3097: checking for $ac_word" >&5 echo "configure:3120: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3126,7 +3149,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then ...@@ -3126,7 +3149,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then
# Extract the first word of "windres", so it can be a program name with args. # Extract the first word of "windres", so it can be a program name with args.
set dummy windres; ac_word=$2 set dummy windres; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3130: checking for $ac_word" >&5 echo "configure:3153: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3165,7 +3188,7 @@ fi ...@@ -3165,7 +3188,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
set dummy ${ncn_tool_prefix}objcopy; ac_word=$2 set dummy ${ncn_tool_prefix}objcopy; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3169: checking for $ac_word" >&5 echo "configure:3192: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3198,7 +3221,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then ...@@ -3198,7 +3221,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then
# Extract the first word of "objcopy", so it can be a program name with args. # Extract the first word of "objcopy", so it can be a program name with args.
set dummy objcopy; ac_word=$2 set dummy objcopy; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3202: checking for $ac_word" >&5 echo "configure:3225: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3237,7 +3260,7 @@ fi ...@@ -3237,7 +3260,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args. # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
set dummy ${ncn_tool_prefix}objdump; ac_word=$2 set dummy ${ncn_tool_prefix}objdump; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3241: checking for $ac_word" >&5 echo "configure:3264: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3270,7 +3293,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then ...@@ -3270,7 +3293,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then
# Extract the first word of "objdump", so it can be a program name with args. # Extract the first word of "objdump", so it can be a program name with args.
set dummy objdump; ac_word=$2 set dummy objdump; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3274: checking for $ac_word" >&5 echo "configure:3297: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3318,7 +3341,7 @@ fi ...@@ -3318,7 +3341,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}ar; ac_word=$2 set dummy ${ncn_target_tool_prefix}ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3322: checking for $ac_word" >&5 echo "configure:3345: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3351,7 +3374,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then ...@@ -3351,7 +3374,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
# Extract the first word of "ar", so it can be a program name with args. # Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2 set dummy ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3355: checking for $ac_word" >&5 echo "configure:3378: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3390,7 +3413,7 @@ fi ...@@ -3390,7 +3413,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}as; ac_word=$2 set dummy ${ncn_target_tool_prefix}as; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3394: checking for $ac_word" >&5 echo "configure:3417: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3423,7 +3446,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then ...@@ -3423,7 +3446,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
# Extract the first word of "as", so it can be a program name with args. # Extract the first word of "as", so it can be a program name with args.
set dummy as; ac_word=$2 set dummy as; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3427: checking for $ac_word" >&5 echo "configure:3450: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3462,7 +3485,7 @@ fi ...@@ -3462,7 +3485,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2 set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3466: checking for $ac_word" >&5 echo "configure:3489: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3495,7 +3518,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then ...@@ -3495,7 +3518,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
# Extract the first word of "dlltool", so it can be a program name with args. # Extract the first word of "dlltool", so it can be a program name with args.
set dummy dlltool; ac_word=$2 set dummy dlltool; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3499: checking for $ac_word" >&5 echo "configure:3522: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3534,7 +3557,7 @@ fi ...@@ -3534,7 +3557,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}ld; ac_word=$2 set dummy ${ncn_target_tool_prefix}ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3538: checking for $ac_word" >&5 echo "configure:3561: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3567,7 +3590,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then ...@@ -3567,7 +3590,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
# Extract the first word of "ld", so it can be a program name with args. # Extract the first word of "ld", so it can be a program name with args.
set dummy ld; ac_word=$2 set dummy ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3571: checking for $ac_word" >&5 echo "configure:3594: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3606,7 +3629,7 @@ fi ...@@ -3606,7 +3629,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}nm; ac_word=$2 set dummy ${ncn_target_tool_prefix}nm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3610: checking for $ac_word" >&5 echo "configure:3633: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3639,7 +3662,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then ...@@ -3639,7 +3662,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
# Extract the first word of "nm", so it can be a program name with args. # Extract the first word of "nm", so it can be a program name with args.
set dummy nm; ac_word=$2 set dummy nm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3643: checking for $ac_word" >&5 echo "configure:3666: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3678,7 +3701,7 @@ fi ...@@ -3678,7 +3701,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2 set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3682: checking for $ac_word" >&5 echo "configure:3705: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3711,7 +3734,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then ...@@ -3711,7 +3734,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
# Extract the first word of "ranlib", so it can be a program name with args. # Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2 set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3715: checking for $ac_word" >&5 echo "configure:3738: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3750,7 +3773,7 @@ fi ...@@ -3750,7 +3773,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args. # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
set dummy ${ncn_target_tool_prefix}windres; ac_word=$2 set dummy ${ncn_target_tool_prefix}windres; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3754: checking for $ac_word" >&5 echo "configure:3777: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3783,7 +3806,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then ...@@ -3783,7 +3806,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
# Extract the first word of "windres", so it can be a program name with args. # Extract the first word of "windres", so it can be a program name with args.
set dummy windres; ac_word=$2 set dummy windres; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3787: checking for $ac_word" >&5 echo "configure:3810: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES_FOR_TARGET'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES_FOR_TARGET'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
......
...@@ -112,7 +112,7 @@ else ...@@ -112,7 +112,7 @@ else
;; ;;
* ) * )
# Add to all subconfigure arguments: build, host, and target. # Add to all subconfigure arguments: build, host, and target.
ac_configure_args="--with-gcc-version-trigger=$gcc_version_trigger $ac_configure_args" ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
;; ;;
esac esac
fi fi
...@@ -1686,6 +1686,7 @@ esac ...@@ -1686,6 +1686,7 @@ esac
# Create the 'maybe dependencies'. This uses a temporary file. # Create the 'maybe dependencies'. This uses a temporary file.
rm -f maybedep.tmp rm -f maybedep.tmp
echo '# maybedep.tmp' > maybedep.tmp
for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \ for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \
${install_host_modules} ${install_target_modules} \ ${install_host_modules} ${install_target_modules} \
${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \ ${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \
...@@ -1697,45 +1698,61 @@ AC_SUBST_FILE(maybe_dependencies) ...@@ -1697,45 +1698,61 @@ AC_SUBST_FILE(maybe_dependencies)
# Create the serialization dependencies. This uses a temporary file. # Create the serialization dependencies. This uses a temporary file.
AC_ARG_ENABLE([serial-configure],
[ --disable-serial-[{host,target,build}-]configure
Don't force sequential configuration of
sub-packages for the host, target or build
machine, or of any sub-packages at all])
# These force 'configure's to be done one at a time, to avoid problems # These force 'configure's to be done one at a time, to avoid problems
# with contention over a shared config.cache. # with contention over a shared config.cache.
rm -f serdep.tmp rm -f serdep.tmp
echo '# serdep.tmp' > serdep.tmp
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_build_configure}" = xno ||
for item in ${build_configdirs} ; do for item in ${build_configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "\$(BUILD_SUBDIR)/${item}/Makefile: \$(BUILD_SUBDIR)/${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_host_configure}" = xno ||
for item in ${configdirs} ; do for item in ${configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "${item}/Makefile: ${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
olditem= olditem=
test "x${enable_serial_configure}" = xno ||
test "x${enable_serial_target_configure}" = xno ||
for item in ${target_configdirs} ; do for item in ${target_configdirs} ; do
case ${olditem} in case ${olditem} in
"") ;; "") ;;
*) echo "\$(TARGET_SUBDIR)/${item}/Makefile: \$(TARGET_SUBDIR)/${olditem}/Makefile" >> serdep.tmp ;; *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
esac esac
olditem=${item} olditem=${item}
done done
serialization_dependencies=serdep.tmp serialization_dependencies=serdep.tmp
AC_SUBST_FILE(serialization_dependencies) AC_SUBST_FILE(serialization_dependencies)
# Base args. Strip norecursion, cache-file, srcdir, host, build, target. # Base args. Strip norecursion, cache-file, srcdir, host, build,
# These are the ones we might not want to pass down to subconfigures. # target and nonopt. These are the ones we might not want to pass
baseargs=`echo "${ac_configure_args}" | \ # down to subconfigures.
sed -e 's/--no[[^ ]]*//' \ baseargs=`echo " ${ac_configure_args} " | \
-e 's/--cache[[a-z-]]*=[[^ ]]*//' \ sed -e 's/ --no[[^ ]]* / /' \
-e 's/--sr[[a-z-]]*=[[^ ]]*//' \ -e 's/ --cache[[a-z-]]*=[[^ ]]* / /' \
-e 's/--ho[[a-z-]]*=[[^ ]]*//' \ -e 's/ --sr[[a-z-]]*=[[^ ]]* / /' \
-e 's/--bu[[a-z-]]*=[[^ ]]*//' \ -e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \
-e 's/--ta[[a-z-]]*=[[^ ]]*//'` -e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \
-e 's/ [[^-][^ ]*] / /' \
-e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native, # For the build-side libraries, we just need to pretend we're native,
# and not use the same cache file. Multilibs are neither needed nor # and not use the same cache file. Multilibs are neither needed nor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment