Skip to content

Commit

Permalink
2013-03-30 Matthias Klose <doko@ubuntu.com>
Browse files Browse the repository at this point in the history
        * Makefile.def (target_modules): Don't install libffi.
        * Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197264 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
doko committed Mar 30, 2013
1 parent fc233a9 commit ea58ca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-03-30 Matthias Klose <doko@ubuntu.com>

* Makefile.def (target_modules): Don't install libffi.
* Makefile.in: Regenerate.

2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>

* MAINTAINERS (Write After Approval): Add myself.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ target_modules = { module= libtermcap; no_check=true;
missing=maintainer-clean; };
target_modules = { module= winsup; };
target_modules = { module= libgloss; no_check=true; };
target_modules = { module= libffi; };
target_modules = { module= libffi; no_install=true; };
target_modules = { module= libjava; raw_cxx=true;
extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
target_modules = { module= zlib; };
Expand Down
18 changes: 4 additions & 14 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38710,13 +38710,8 @@ maybe-install-target-libffi:
@if target-libffi
maybe-install-target-libffi: install-target-libffi

install-target-libffi: installdirs
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(NORMAL_TARGET_EXPORTS) \
(cd $(TARGET_SUBDIR)/libffi && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) install)
# Dummy target for uninstallable.
install-target-libffi:

@endif target-libffi

Expand All @@ -38725,13 +38720,8 @@ maybe-install-strip-target-libffi:
@if target-libffi
maybe-install-strip-target-libffi: install-strip-target-libffi

install-strip-target-libffi: installdirs
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(NORMAL_TARGET_EXPORTS) \
(cd $(TARGET_SUBDIR)/libffi && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) install-strip)
# Dummy target for uninstallable.
install-strip-target-libffi:

@endif target-libffi

Expand Down

0 comments on commit ea58ca5

Please sign in to comment.