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
467f1aa6
Commit
467f1aa6
authored
Jun 02, 2009
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 'make sdist'
parent
e657b7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ghc.mk
ghc.mk
+2
-2
No files found.
ghc.mk
View file @
467f1aa6
...
...
@@ -819,7 +819,7 @@ SRC_DIST_FILES += \
aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh
\
ghc.spec.in ghc.spec extra-gcc-opts.in VERSION boot ghc.mk
SRC_DIST_TARBALL
=
ghc-
$(ProjectVersion
)
-src
.tar.bz2
SRC_DIST_TARBALL
=
$(SRC_DIST_NAME
)
-src
.tar.bz2
VERSION
:
echo
$(ProjectVersion)
>
VERSION
...
...
@@ -842,7 +842,7 @@ sdist_file = \
.PHONY
:
sdist-prep
sdist-prep
:
"
$(RM)
"
$(RM_OPTS)
-r
$(SRC_DIST_DIR)
"
$(RM)
"
$(
SRC_DIST_NAME)
.tar.gz
"
$(RM)
"
$(
RM_OPTS)
$(SRC_DIST_TARBALL)
mkdir
$(SRC_DIST_DIR)
(
cd
$(SRC_DIST_DIR)
\
&&
for
i
in
$(SRC_DIST_DIRS)
;
do
mkdir
$$
i
;
(
cd
$$
i
&&
lndir
$(TOP)
/
$$
i
)
;
done
\
...
...
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