* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
* Makefile.tpl (configure-target-[+module+]): Support stage. * Makefile.in: Rebuilt.
This commit is contained in:
parent
2d1d1eb1e4
commit
8e5d1131de
|
@ -1,3 +1,9 @@
|
||||||
|
2004-01-14 Loren J. Rittle <ljrittle@acm.org>
|
||||||
|
|
||||||
|
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
|
||||||
|
* Makefile.tpl (configure-target-[+module+]): Support stage.
|
||||||
|
* Makefile.in: Rebuilt.
|
||||||
|
|
||||||
2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||||
|
|
||||||
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
|
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
|
||||||
|
|
|
@ -100,19 +100,19 @@ target_modules = { module= libstdc++-v3; raw_cxx=true; };
|
||||||
target_modules = { module= newlib; };
|
target_modules = { module= newlib; };
|
||||||
target_modules = { module= libf2c; };
|
target_modules = { module= libf2c; };
|
||||||
target_modules = { module= libobjc; };
|
target_modules = { module= libobjc; };
|
||||||
target_modules = { module= libtermcap; no_check=true;
|
target_modules = { module= libtermcap; no_check=true; stage=true;
|
||||||
missing=mostlyclean;
|
missing=mostlyclean;
|
||||||
missing=clean;
|
missing=clean;
|
||||||
missing=distclean;
|
missing=distclean;
|
||||||
missing=maintainer-clean; };
|
missing=maintainer-clean; };
|
||||||
target_modules = { module= winsup; };
|
target_modules = { module= winsup; };
|
||||||
target_modules = { module= libgloss; no_check=true; };
|
target_modules = { module= libgloss; no_check=true; };
|
||||||
target_modules = { module= libiberty; };
|
target_modules = { module= libiberty; stage=true; };
|
||||||
target_modules = { module= gperf; };
|
target_modules = { module= gperf; };
|
||||||
target_modules = { module= examples; no_check=true; no_install=true; };
|
target_modules = { module= examples; no_check=true; no_install=true; };
|
||||||
target_modules = { module= libffi; };
|
target_modules = { module= libffi; };
|
||||||
target_modules = { module= libjava; raw_cxx=true; };
|
target_modules = { module= libjava; raw_cxx=true; };
|
||||||
target_modules = { module= zlib; };
|
target_modules = { module= zlib; stage=true; };
|
||||||
target_modules = { module= boehm-gc; };
|
target_modules = { module= boehm-gc; };
|
||||||
target_modules = { module= qthreads; };
|
target_modules = { module= qthreads; };
|
||||||
target_modules = { module= rda; };
|
target_modules = { module= rda; };
|
||||||
|
|
286
Makefile.in
286
Makefile.in
|
@ -21986,30 +21986,8 @@ configure-target-libstdc++-v3: $(TARGET_SUBDIR)/libstdc++-v3/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libstdc++-v3 "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libstdc++-v3"; \
|
srcdiroption="--srcdir=$${topdir}/libstdc++-v3"; \
|
||||||
libsrcdir="$$s/libstdc++-v3"; \
|
libsrcdir="$$s/libstdc++-v3"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22088,30 +22066,8 @@ configure-target-newlib: $(TARGET_SUBDIR)/newlib/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/newlib "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/newlib"; \
|
srcdiroption="--srcdir=$${topdir}/newlib"; \
|
||||||
libsrcdir="$$s/newlib"; \
|
libsrcdir="$$s/newlib"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22190,30 +22146,8 @@ configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libf2c "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libf2c"; \
|
srcdiroption="--srcdir=$${topdir}/libf2c"; \
|
||||||
libsrcdir="$$s/libf2c"; \
|
libsrcdir="$$s/libf2c"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22292,30 +22226,8 @@ configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libobjc "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libobjc"; \
|
srcdiroption="--srcdir=$${topdir}/libobjc"; \
|
||||||
libsrcdir="$$s/libobjc"; \
|
libsrcdir="$$s/libobjc"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22492,30 +22404,8 @@ configure-target-winsup: $(TARGET_SUBDIR)/winsup/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/winsup "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/winsup"; \
|
srcdiroption="--srcdir=$${topdir}/winsup"; \
|
||||||
libsrcdir="$$s/winsup"; \
|
libsrcdir="$$s/winsup"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22594,30 +22484,8 @@ configure-target-libgloss: $(TARGET_SUBDIR)/libgloss/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libgloss "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libgloss"; \
|
srcdiroption="--srcdir=$${topdir}/libgloss"; \
|
||||||
libsrcdir="$$s/libgloss"; \
|
libsrcdir="$$s/libgloss"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22794,30 +22662,8 @@ configure-target-gperf: $(TARGET_SUBDIR)/gperf/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/gperf "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/gperf"; \
|
srcdiroption="--srcdir=$${topdir}/gperf"; \
|
||||||
libsrcdir="$$s/gperf"; \
|
libsrcdir="$$s/gperf"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22896,30 +22742,8 @@ configure-target-examples: $(TARGET_SUBDIR)/examples/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/examples "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/examples"; \
|
srcdiroption="--srcdir=$${topdir}/examples"; \
|
||||||
libsrcdir="$$s/examples"; \
|
libsrcdir="$$s/examples"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -22990,30 +22814,8 @@ configure-target-libffi: $(TARGET_SUBDIR)/libffi/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libffi "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libffi"; \
|
srcdiroption="--srcdir=$${topdir}/libffi"; \
|
||||||
libsrcdir="$$s/libffi"; \
|
libsrcdir="$$s/libffi"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -23093,30 +22895,8 @@ configure-target-libjava: $(TARGET_SUBDIR)/libjava/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/libjava "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/libjava"; \
|
srcdiroption="--srcdir=$${topdir}/libjava"; \
|
||||||
libsrcdir="$$s/libjava"; \
|
libsrcdir="$$s/libjava"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -23297,30 +23077,8 @@ configure-target-boehm-gc: $(TARGET_SUBDIR)/boehm-gc/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/boehm-gc "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/boehm-gc"; \
|
srcdiroption="--srcdir=$${topdir}/boehm-gc"; \
|
||||||
libsrcdir="$$s/boehm-gc"; \
|
libsrcdir="$$s/boehm-gc"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -23399,30 +23157,8 @@ configure-target-qthreads: $(TARGET_SUBDIR)/qthreads/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/qthreads "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/qthreads"; \
|
srcdiroption="--srcdir=$${topdir}/qthreads"; \
|
||||||
libsrcdir="$$s/qthreads"; \
|
libsrcdir="$$s/qthreads"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
@ -23501,30 +23237,8 @@ configure-target-rda: $(TARGET_SUBDIR)/rda/multilib.out
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/rda "no-such-file" ; then \
|
|
||||||
if [ -f Makefile ]; then \
|
|
||||||
if $(MAKE) distclean; then \
|
|
||||||
true; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
srcdiroption="--srcdir=."; \
|
|
||||||
libsrcdir="."; \
|
|
||||||
else \
|
|
||||||
srcdiroption="--srcdir=$${topdir}/rda"; \
|
srcdiroption="--srcdir=$${topdir}/rda"; \
|
||||||
libsrcdir="$$s/rda"; \
|
libsrcdir="$$s/rda"; \
|
||||||
fi; \
|
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
|
|
@ -983,7 +983,7 @@ ENDIF raw_cxx +]
|
||||||
.) topdir="../$(srcdir)" ;; \
|
.) topdir="../$(srcdir)" ;; \
|
||||||
*) topdir="../../$(srcdir)" ;; \
|
*) topdir="../../$(srcdir)" ;; \
|
||||||
esac ;; \
|
esac ;; \
|
||||||
esac; \
|
esac; \[+ IF stage +]
|
||||||
if [ "$(srcdir)" = "." ] ; then \
|
if [ "$(srcdir)" = "." ] ; then \
|
||||||
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
if [ "$(TARGET_SUBDIR)" != "." ] ; then \
|
||||||
if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
|
if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
|
||||||
|
@ -1004,10 +1004,10 @@ ENDIF raw_cxx +]
|
||||||
fi; \
|
fi; \
|
||||||
srcdiroption="--srcdir=."; \
|
srcdiroption="--srcdir=."; \
|
||||||
libsrcdir="."; \
|
libsrcdir="."; \
|
||||||
else \
|
else \[+ ENDIF stage +]
|
||||||
srcdiroption="--srcdir=$${topdir}/[+module+]"; \
|
srcdiroption="--srcdir=$${topdir}/[+module+]"; \
|
||||||
libsrcdir="$$s/[+module+]"; \
|
libsrcdir="$$s/[+module+]"; \[+ IF stage +]
|
||||||
fi; \
|
fi; \[+ ENDIF stage +]
|
||||||
rm -f no-such-file || : ; \
|
rm -f no-such-file || : ; \
|
||||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||||
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
$(TARGET_CONFIGARGS) $${srcdiroption} \
|
||||||
|
|
Loading…
Reference in New Issue