Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
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
Glasgow Haskell Compiler
nofib
Commits
6e024937
Commit
6e024937
authored
May 28, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the nofib build system independent of the GHC build system
parent
6d9c6d26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
mk/boilerplate.mk
mk/boilerplate.mk
+5
-11
mk/target.mk
mk/target.mk
+2
-2
No files found.
mk/boilerplate.mk
View file @
6e024937
...
...
@@ -15,12 +15,6 @@ default : all
show
:
@
echo
'
$(VALUE)
="$(
$(VALUE)
)"'
NOFIB_TOP
:=
$(TOP)
include
$(NOFIB_TOP)/../mk/tree.mk
include
$(NOFIB_TOP)/../mk/config.mk
include
$(NOFIB_TOP)/../mk/custom-settings.mk
TOP
:=
$(NOFIB_TOP)
RM
=
rm
-f
SIZE
=
size
STRIP
=
strip
...
...
@@ -120,11 +114,11 @@ endef
$(eval
$(call
ghc-ge,6,13))
RUNTEST
=
$(
NOFIB_
TOP)
/runstdtest/runstdtest
RUNTEST
=
$(TOP)
/runstdtest/runstdtest
include
$(
NOFIB_
TOP)/mk/ghc-paths.mk
include
$(
NOFIB_
TOP)/mk/ghc-opts.mk
include
$(
NOFIB_
TOP)/mk/paths.mk
include
$(
NOFIB_
TOP)/mk/opts.mk
include
$(TOP)/mk/ghc-paths.mk
include
$(TOP)/mk/ghc-opts.mk
include
$(TOP)/mk/paths.mk
include
$(TOP)/mk/opts.mk
-include
.depend
mk/target.mk
View file @
6e024937
...
...
@@ -115,7 +115,7 @@ endif # GHCI
# We do this at the end for cosmetic reasons: it means that the "normal-way"
# runtests will precede the "other-way" recursive invocations of make
include
$(
NOFIB_
TOP)/mk/ghc-target.mk
include
$(TOP)/mk/ghc-target.mk
# Override suffix rules
include
$(
NOFIB_
TOP)/mk/suffix.mk
include
$(TOP)/mk/suffix.mk
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