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,310
Issues
4,310
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
382
Merge Requests
382
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
3b3fee83
Commit
3b3fee83
authored
Jul 10, 2008
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the definition of NONEXISTENT into the central cabal-flags.mk
parent
145c696c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
libraries/Makefile
libraries/Makefile
+0
-6
mk/cabal-flags.mk
mk/cabal-flags.mk
+6
-0
No files found.
libraries/Makefile
View file @
3b3fee83
...
...
@@ -235,12 +235,6 @@ configure: $(foreach SUBDIR,$(SUBDIRS), \
# We should depend on %/%.cabal here (and in other rules), but make
# makes that difficult.
ifeq
"$(Windows)" "YES"
NONEXISTENT
=
c:/NONEXISTENT
else
NONEXISTENT
=
/NONEXISTENT
endif
ALL_CONFIGURE_FLAGS
=
\
$(INSTALL_CONFIGURE_FLAGS)
\
--haddock-options
=
"--use-contents=../index.html
\
...
...
mk/cabal-flags.mk
View file @
3b3fee83
...
...
@@ -35,6 +35,12 @@ endif
COMMON_CONFIGURE_FLAGS
+=
$(FLAGGED_CONFIGURE_ARGS)
\
--configure-option
=
--with-cc
=
$(CC)
ifeq
"$(Windows)" "YES"
NONEXISTENT
=
c:/NONEXISTENT
else
NONEXISTENT
=
/NONEXISTENT
endif
# We put non-existant paths in when configuring things that we plan to
# install, as we require that builds don't depend on these paths when
# making bindists.
...
...
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