Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
dc6dc128
Commit
dc6dc128
authored
Sep 19, 2008
by
Ian Lynagh
Browse files
Fix how we put libffi into bindists
parent
e0f3f5f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dc6dc128
...
...
@@ -336,6 +336,7 @@ binary-dist::
$(MAKE)
-C
driver
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/driver
$(MAKE)
-C
utils
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/utils
$(MAKE)
-C
docs
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/docs
$(MAKE)
-C
libffi
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/libffi
$(MAKE)
-C
libraries
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/libraries
$(MAKE)
-C
libraries/Cabal/doc
binary-dist
WHERE_AM_I
=
$(WHERE_AM_I)
/libraries/Cabal/doc
# Now thinks get messier. Some files we need to move around, rename or
...
...
libffi/Makefile
View file @
dc6dc128
...
...
@@ -104,19 +104,9 @@ clean distclean maintainer-clean ::
include
$(TOP)/mk/target.mk
binary-dist
:
$(INSTALL_DIR)
$(BIN_DIST_DIR)
/libffi
$(INSTALL_DATA)
Makefile
$(BIN_DIST_DIR)
/libffi/
ifneq
"$(HaveLibFFI)" "YES"
$(INSTALL_DATA)
$(BINDIST_STAMPS)
$(BIN_DIST_DIR)
/libffi/
ifneq
"$(INSTALL_PROGS)" ""
$(INSTALL_DATA)
$(INSTALL_PROGS)
$(BIN_DIST_DIR)/libffi/
endif
ifneq
"$(INSTALL_LIBS)" ""
$(INSTALL_DATA)
$(INSTALL_LIBS)
$(BIN_DIST_DIR)/libffi/
endif
ifneq
"$(INSTALL_HEADERS)" ""
$(INSTALL_HEADER)
$(INSTALL_HEADERS)
$(BIN_DIST_DIR)/libffi/
endif
endif
BINDIST_EXTRAS
+=
$(BINDIST_STAMPS)
BINDIST_EXTRAS
+=
$(INSTALL_PROGS)
BINDIST_EXTRAS
+=
$(INSTALL_LIBS)
BINDIST_EXTRAS
+=
$(INSTALL_HEADERS)
include
$(TOP)/mk/bindist.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment