Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
432d1048
Commit
432d1048
authored
Apr 20, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small build system refactoring
parent
561d64a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ghc.mk
ghc.mk
+1
-1
includes/ghc.mk
includes/ghc.mk
+5
-5
No files found.
ghc.mk
View file @
432d1048
...
...
@@ -610,6 +610,7 @@ BUILD_DIRS += driver/ghci
BUILD_DIRS
+=
driver/ghc
BUILD_DIRS
+=
driver/haddock
BUILD_DIRS
+=
libffi
BUILD_DIRS
+=
utils/deriveConstants
BUILD_DIRS
+=
includes
BUILD_DIRS
+=
rts
...
...
@@ -652,7 +653,6 @@ BUILD_DIRS += utils/haddock/doc
BUILD_DIRS
+=
compiler
BUILD_DIRS
+=
utils/hsc2hs
BUILD_DIRS
+=
utils/ghc-pkg
BUILD_DIRS
+=
utils/deriveConstants
BUILD_DIRS
+=
utils/testremove
BUILD_DIRS
+=
$(MAYBE_GHCTAGS)
BUILD_DIRS
+=
utils/dll-split
...
...
includes/ghc.mk
View file @
432d1048
...
...
@@ -158,19 +158,19 @@ ifneq "$(BINDIST)" "YES"
$(includes_DERIVEDCONSTANTS)
:
$$(includes_H_CONFIG) $$(includes_H_PLATFORM) $$(includes_H_FILES) $$(rts_H_FILES)
$(includes_GHCCONSTANTS_HASKELL_VALUE)
:
$$(includes_H_CONFIG) $$(includes_H_PLATFORM) $$(includes_H_FILES) $$(rts_H_FILES)
$(includes_DERIVEDCONSTANTS)
:
$(
INPLACE_BIN)/
deriveConstants
$(exeext
) | $$(dir $$@)/.
$(includes_DERIVEDCONSTANTS)
:
$(deriveConstants
_INPLACE
) | $$(dir $$@)/.
$<
--gen-header
-o
$@
--tmpdir
$(
dir
$@
)
$(DERIVE_CONSTANTS_FLAGS)
$(includes_GHCCONSTANTS_HASKELL_TYPE)
:
$(
INPLACE_BIN)/
deriveConstants
$(exeext
) | $$(dir $$@)/.
$(includes_GHCCONSTANTS_HASKELL_TYPE)
:
$(deriveConstants
_INPLACE
) | $$(dir $$@)/.
$<
--gen-haskell-type
-o
$@
--tmpdir
$(
dir
$@
)
$(DERIVE_CONSTANTS_FLAGS)
$(includes_GHCCONSTANTS_HASKELL_VALUE)
:
$(
INPLACE_BIN)/
deriveConstants
$(exeext
) | $$(dir $$@)/.
$(includes_GHCCONSTANTS_HASKELL_VALUE)
:
$(deriveConstants
_INPLACE
) | $$(dir $$@)/.
$<
--gen-haskell-value
-o
$@
--tmpdir
$(
dir
$@
)
$(DERIVE_CONSTANTS_FLAGS)
$(includes_GHCCONSTANTS_HASKELL_WRAPPERS)
:
$(
INPLACE_BIN)/
deriveConstants
$(exeext
) | $$(dir $$@)/.
$(includes_GHCCONSTANTS_HASKELL_WRAPPERS)
:
$(deriveConstants
_INPLACE
) | $$(dir $$@)/.
$<
--gen-haskell-wrappers
-o
$@
--tmpdir
$(
dir
$@
)
$(DERIVE_CONSTANTS_FLAGS)
$(includes_GHCCONSTANTS_HASKELL_EXPORTS)
:
$(
INPLACE_BIN)/
deriveConstants
$(exeext
) | $$(dir $$@)/.
$(includes_GHCCONSTANTS_HASKELL_EXPORTS)
:
$(deriveConstants
_INPLACE
) | $$(dir $$@)/.
$<
--gen-haskell-exports
-o
$@
--tmpdir
$(
dir
$@
)
$(DERIVE_CONSTANTS_FLAGS)
endif
...
...
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