mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-27 19:17:18 +08:00
Backport:
2006-06-15 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.def (fixincludes): Correct extra_configure_flags typo. (expat): Don't install. Don't build shared libraries. * Makefile.in: Regenerated.
This commit is contained in:
parent
74e7a0bb41
commit
a86b4ec767
@ -1,3 +1,12 @@
|
||||
2006-10-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
Backport:
|
||||
2006-06-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
* Makefile.def (fixincludes): Correct extra_configure_flags
|
||||
typo.
|
||||
(expat): Don't install. Don't build shared libraries.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
gdb/
|
||||
|
@ -47,7 +47,8 @@ host_modules= { module= dejagnu; };
|
||||
host_modules= { module= diff; };
|
||||
host_modules= { module= dosutils; no_check= true; };
|
||||
host_modules= { module= etc; };
|
||||
host_modules= { module= expat; };
|
||||
host_modules= { module= expat; no_install= true;
|
||||
extra_configure_flags='--disable-shared'; };
|
||||
host_modules= { module= fastjar; no_check_cross= true; };
|
||||
host_modules= { module= fileutils; };
|
||||
host_modules= { module= findutils; };
|
||||
|
10
Makefile.in
10
Makefile.in
@ -8392,7 +8392,7 @@ configure-expat:
|
||||
srcdiroption="--srcdir=$${topdir}/expat"; \
|
||||
libsrcdir="$$s/expat"; \
|
||||
$(SHELL) $${libsrcdir}/configure \
|
||||
$(HOST_CONFIGARGS) $${srcdiroption} \
|
||||
$(HOST_CONFIGARGS) $${srcdiroption} --disable-shared \
|
||||
|| exit 1
|
||||
@endif expat
|
||||
|
||||
@ -8437,13 +8437,7 @@ maybe-install-expat:
|
||||
@if expat
|
||||
maybe-install-expat: install-expat
|
||||
|
||||
install-expat: installdirs
|
||||
@: $(MAKE); $(unstage)
|
||||
@r=`${PWD_COMMAND}`; export r; \
|
||||
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||
$(HOST_EXPORTS) \
|
||||
(cd $(HOST_SUBDIR)/expat && \
|
||||
$(MAKE) $(FLAGS_TO_PASS) install)
|
||||
install-expat:
|
||||
|
||||
@endif expat
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user