Commit 2c4de30b by Loren J. Rittle Committed by Loren J. Rittle

Makefile.def (target_modules): Stage.

	* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
	* Makefile.tpl (configure-target-[+module+]): Support stage.
	* Makefile.in: Rebuilt.

From-SVN: r75880
parent 616f6d84
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.
2004-01-12 Ian Lance Taylor <ian@wasabisystems.com> 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
* MAINTAINERS: Add myself as a libiberty MAINTAINER. * MAINTAINERS: Add myself as a libiberty MAINTAINER.
......
...@@ -100,19 +100,19 @@ target_modules = { module= libstdc++-v3; raw_cxx=true; }; ...@@ -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; };
......
...@@ -983,7 +983,7 @@ ENDIF raw_cxx +] ...@@ -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 +] ...@@ -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} \
......
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