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
4ee978d1
Commit
4ee978d1
authored
Nov 19, 2009
by
Ian Lynagh
Browse files
Add a rule to allow us to sdist libraries easily
parent
a6f61eee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
4ee978d1
...
...
@@ -1080,6 +1080,15 @@ SRC_CC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt)
SRC_CC_OPTS
+=
-I
$(GHC_INCLUDE_DIR)
endif
# -----------------------------------------------------------------------------
# sdisting libraries
# Use manually, with e.g.:
# make sdist_directory
sdist_%
:
inplace/bin/ghc-cabal sdist libraries/
$*
dist-install
# -----------------------------------------------------------------------------
# Cleaning
...
...
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