Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
3680ac56
Commit
3680ac56
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-10-27 09:43:25 by simonmar]
Junk removal
parent
72245a4c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/driver/Makefile
+2
-12
2 additions, 12 deletions
ghc/driver/Makefile
with
2 additions
and
12 deletions
ghc/driver/Makefile
+
2
−
12
View file @
3680ac56
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.2
4
1999/10/
05 10:30:3
5 simonmar Exp $
# $Id: Makefile,v 1.2
5
1999/10/
27 09:43:2
5 simonmar Exp $
# We create two driver scripts:
# - one to run in-place in the build tree for building libraries
...
...
@@ -36,15 +36,6 @@ SCRIPT_OBJS = ghc.prl
INTERP
=
perl
#
# The driver needs to know the options and names for
# all possible ways, so we magically generate the
# the make variable names for them here.
#
USER_WAY_NAMES
=
$(
foreach way,
$(
USER_WAYS
)
,WAY_
$(
way
)
_NAME
)
USER_WAY_OPTS
=
$(
foreach way,
$(
USER_WAYS
)
,WAY_
$(
way
)
_REAL_OPTS
)
SCRIPT_SUBST_VARS
:=
\
INSTALLING
\
ProjectName ProjectVersion ProjectVersionInt
\
...
...
@@ -53,8 +44,7 @@ SCRIPT_SUBST_VARS := \
GHC_LIB_DIR GHC_RUNTIME_DIR GHC_INCLUDE_DIR
\
GHC_OPT_HILEV_ASM GhcWithNativeCodeGen LeadingUnderscore
\
GHC_UNLIT GHC_HSCPP GHC_MKDEPENDHS GHC_HSC GHC_SYSMAN EnableWin32DLLs
\
CP RM CONTEXT_DIFF LibGmp GhcWithRegisterised
\
USER_WAY_NAMES USER_WAY_OPTS
CP RM CONTEXT_DIFF LibGmp GhcWithRegisterised
#
# When creating a binary distribution, we prefix the driver script
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment