Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
a8ad2066
Commit
a8ad2066
authored
Dec 09, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put README and INSTALL into bindists
Also tidied up the way configure.ac gets into bindists
parent
74cda6e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
configure.ac
configure.ac
+1
-1
distrib/configure.ac.in
distrib/configure.ac.in
+0
-0
ghc.mk
ghc.mk
+3
-2
No files found.
configure.ac
View file @
a8ad2066
...
@@ -857,7 +857,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
...
@@ -857,7 +857,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them])
AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them])
fi
fi
AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml distrib/ghc.iss distrib/configure
-bin
.ac])
AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml distrib/ghc.iss distrib/configure.ac])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT
AC_OUTPUT
...
...
distrib/configure
-bin
.ac.in
→
distrib/configure.ac.in
View file @
a8ad2066
File moved
ghc.mk
View file @
a8ad2066
...
@@ -894,6 +894,8 @@ ifneq "$(CLEANING)" "YES"
...
@@ -894,6 +894,8 @@ ifneq "$(CLEANING)" "YES"
$(eval
$(call
bindist,.,\
$(eval
$(call
bindist,.,\
LICENSE
\
LICENSE
\
README
\
INSTALL
\
configure
config.sub
config.guess
install-sh
\
configure
config.sub
config.guess
install-sh
\
extra-gcc-opts.in
\
extra-gcc-opts.in
\
Makefile
\
Makefile
\
...
@@ -941,14 +943,13 @@ BIN_DIST_MK = $(BIN_DIST_PREP_DIR)/bindist.mk
...
@@ -941,14 +943,13 @@ BIN_DIST_MK = $(BIN_DIST_PREP_DIR)/bindist.mk
unix-binary-dist-prep
:
unix-binary-dist-prep
:
"
$(RM)
"
$(RM_OPTS)
-r
bindistprep/
"
$(RM)
"
$(RM_OPTS)
-r
bindistprep/
"
$(MKDIRHIER)
"
$(BIN_DIST_PREP_DIR)
"
$(MKDIRHIER)
"
$(BIN_DIST_PREP_DIR)
set
-e
;
for
i
in
LICENSE compiler ghc rts libraries utils 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_PREP_DIR)
/
;
done
set
-e
;
for
i
in
LICENSE compiler ghc rts libraries utils docs libffi includes driver mk rules Makefile aclocal.m4 config.sub config.guess install-sh extra-gcc-opts.in ghc.mk inplace
distrib/configure.ac distrib/README distrib/INSTALL
;
do
ln
-s
../../
$$
i
$(BIN_DIST_PREP_DIR)
/
;
done
echo
"HADDOCK_DOCS =
$(HADDOCK_DOCS)
"
>>
$(BIN_DIST_MK)
echo
"HADDOCK_DOCS =
$(HADDOCK_DOCS)
"
>>
$(BIN_DIST_MK)
echo
"LATEX_DOCS =
$(LATEX_DOCS)
"
>>
$(BIN_DIST_MK)
echo
"LATEX_DOCS =
$(LATEX_DOCS)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_HTML =
$(BUILD_DOCBOOK_HTML)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_HTML =
$(BUILD_DOCBOOK_HTML)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_PS =
$(BUILD_DOCBOOK_PS)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_PS =
$(BUILD_DOCBOOK_PS)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_PDF =
$(BUILD_DOCBOOK_PDF)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_DOCBOOK_PDF =
$(BUILD_DOCBOOK_PDF)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_MAN =
$(BUILD_MAN)
"
>>
$(BIN_DIST_MK)
echo
"BUILD_MAN =
$(BUILD_MAN)
"
>>
$(BIN_DIST_MK)
ln
-s
../../distrib/configure-bin.ac
$(BIN_DIST_PREP_DIR)
/configure.ac
cd
$(BIN_DIST_PREP_DIR)
&&
autoreconf
cd
$(BIN_DIST_PREP_DIR)
&&
autoreconf
"
$(RM)
"
$(RM_OPTS)
$(BIN_DIST_PREP_TAR)
"
$(RM)
"
$(RM_OPTS)
$(BIN_DIST_PREP_TAR)
# h means "follow symlinks", e.g. if aclocal.m4 is a symlink to a source
# h means "follow symlinks", e.g. if aclocal.m4 is a symlink to a source
...
...
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