diff options
author | DJ Delorie <dj@redhat.com> | 2004-01-14 21:13:34 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-01-14 21:13:34 +0000 |
commit | 8e5d1131de0a5f32b8f71ea8b9bf5b27ba5294d5 (patch) | |
tree | 3f9fa80871a3c6f5c4d6babf248abc8e498efe50 /Makefile.tpl | |
parent | 2d1d1eb1e4cc7090a406a48da7a896b2dbd5d140 (diff) | |
download | newlib-8e5d1131de0a5f32b8f71ea8b9bf5b27ba5294d5.zip newlib-8e5d1131de0a5f32b8f71ea8b9bf5b27ba5294d5.tar.gz newlib-8e5d1131de0a5f32b8f71ea8b9bf5b27ba5294d5.tar.bz2 |
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
* Makefile.tpl (configure-target-[+module+]): Support stage.
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 7a7e3eb..c82c818 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -983,7 +983,7 @@ ENDIF raw_cxx +] .) topdir="../$(srcdir)" ;; \ *) topdir="../../$(srcdir)" ;; \ esac ;; \ - esac; \ + esac; \[+ IF stage +] if [ "$(srcdir)" = "." ] ; then \ if [ "$(TARGET_SUBDIR)" != "." ] ; then \ if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \ @@ -1004,10 +1004,10 @@ ENDIF raw_cxx +] fi; \ srcdiroption="--srcdir=."; \ libsrcdir="."; \ - else \ + else \[+ ENDIF stage +] srcdiroption="--srcdir=$${topdir}/[+module+]"; \ - libsrcdir="$$s/[+module+]"; \ - fi; \ + libsrcdir="$$s/[+module+]"; \[+ IF stage +] + fi; \[+ ENDIF stage +] rm -f no-such-file || : ; \ CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \ $(TARGET_CONFIGARGS) $${srcdiroption} \ |