Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5eb445c8
Commit
5eb445c8
authored
May 04, 2009
by
Ian Lynagh
Browse files
Put install-sh into bindists
parent
90631447
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
5eb445c8
...
...
@@ -716,7 +716,7 @@ install_packages: libffi/package.conf.install rts/package.conf.install
$(eval
$(call
bindist,.,\
LICENSE
\
configure
config.sub
config.guess
\
configure
config.sub
config.guess
install-sh
\
extra-gcc-opts.in
\
Makefile
\
mk/config.mk.in
\
...
...
@@ -742,7 +742,7 @@ $(eval $(call bindist,.,\
binary-dist
:
$(RM)
-rf
$(BIN_DIST_NAME)
mkdir
$(BIN_DIST_NAME)
set
-e
;
for
i
in
LICENSE compiler ghc rts libraries utils gmp docs libffi includes driver mk rules Makefile aclocal.m4 config.sub config.guess extra-gcc-opts.in ghc.mk inplace
;
do
ln
-s
../
$$
i
$(BIN_DIST_NAME)
/
;
done
set
-e
;
for
i
in
LICENSE compiler ghc rts libraries utils gmp docs libffi includes driver mk rules Makefile aclocal.m4 config.sub config.guess
install-sh
extra-gcc-opts.in ghc.mk inplace
;
do
ln
-s
../
$$
i
$(BIN_DIST_NAME)
/
;
done
ln
-s
../distrib/configure-bin.ac
$(BIN_DIST_NAME)
/configure.ac
cd
$(BIN_DIST_NAME)
&&
autoreconf
$(RM)
-f
$(BIN_DIST_TAR)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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