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
4,326
Issues
4,326
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
390
Merge Requests
390
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
GHC
Commits
eff6546a
Commit
eff6546a
authored
Mar 07, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins01 should be using $(TEST_HC_OPTS), not $(HC_OPTS)
Removes the need to explicitly pass it -fforce-recomp
parent
0aee2318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
testsuite/tests/plugins/Makefile
testsuite/tests/plugins/Makefile
+1
-1
No files found.
testsuite/tests/plugins/Makefile
View file @
eff6546a
...
...
@@ -5,6 +5,6 @@ include $(TOP)/mk/test.mk
.PHONY
:
plugins01
plugins01
:
"
$(TEST_HC)
"
$(
HC_OPTS)
-fforce-recomp
--make
-v0
plugins01.hs
-package-db
simple-plugin/pkg.plugins01/local.package.conf
-fplugin
Simple.Plugin
-fplugin-opt
Simple.Plugin:Irrelevant_Option
-package
simple-plugin
"
$(TEST_HC)
"
$(
TEST_HC_OPTS)
--make
-v0
plugins01.hs
-package-db
simple-plugin/pkg.plugins01/local.package.conf
-fplugin
Simple.Plugin
-fplugin-opt
Simple.Plugin:Irrelevant_Option
-package
simple-plugin
./plugins01
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