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
Alex D
GHC
Commits
dc6ba4ba
Commit
dc6ba4ba
authored
Jul 09, 2010
by
Simon Marlow
Browse files
quiet some new spewage
parent
ad3b79d2
Changes
1
Show whitespace changes
Inline
Side-by-side
libffi/ghc.mk
View file @
dc6ba4ba
...
@@ -156,7 +156,7 @@ endif
...
@@ -156,7 +156,7 @@ endif
touch
$@
touch
$@
$(libffi_STATIC_LIB)
:
$(libffi_STAMP_BUILD)
$(libffi_STATIC_LIB)
:
$(libffi_STAMP_BUILD)
[
-f
$@
]
@
test
-f
$@
# Rename libffi.a to libHSffi.a
# Rename libffi.a to libHSffi.a
libffi/dist-install/build/libHSffi.a libffi/dist-install/build/libHSffi_p.a
:
$(libffi_STATIC_LIB)
libffi/dist-install/build/libHSffi.a libffi/dist-install/build/libHSffi_p.a
:
$(libffi_STATIC_LIB)
...
@@ -180,7 +180,7 @@ $(eval $(call all-target,libffi,libffi/dist-install/build/HSffi.o))
...
@@ -180,7 +180,7 @@ $(eval $(call all-target,libffi,libffi/dist-install/build/HSffi.o))
ifeq
"$(BuildSharedLibs)" "YES"
ifeq
"$(BuildSharedLibs)" "YES"
ifeq
"$(Windows)" "YES"
ifeq
"$(Windows)" "YES"
libffi/libffi.dll.a $(libffi_HS_DYN_LIB)
:
$(libffi_STAMP_BUILD)
libffi/libffi.dll.a $(libffi_HS_DYN_LIB)
:
$(libffi_STAMP_BUILD)
[
-f
$@
]
@
test
-f
$@
# Windows libtool creates <soname>.dll, and as we already patched that
# Windows libtool creates <soname>.dll, and as we already patched that
# there is no need to copy from libffi.dll to libHSffi...dll.
# there is no need to copy from libffi.dll to libHSffi...dll.
...
@@ -193,7 +193,7 @@ $(eval $(call all-target,libffi,$(libffi_HS_DYN_LIB).a))
...
@@ -193,7 +193,7 @@ $(eval $(call all-target,libffi,$(libffi_HS_DYN_LIB).a))
else
else
$(libffi_DYNAMIC_LIBS)
:
$(libffi_STAMP_BUILD)
$(libffi_DYNAMIC_LIBS)
:
$(libffi_STAMP_BUILD)
[
-f
$@
]
@
test
-f
$@
# Rename libffi.so to libHSffi...so
# Rename libffi.so to libHSffi...so
$(libffi_HS_DYN_LIB)
:
$(libffi_DYNAMIC_LIBS) | $$(dir $$@)/.
$(libffi_HS_DYN_LIB)
:
$(libffi_DYNAMIC_LIBS) | $$(dir $$@)/.
...
...
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