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
d7d0c9fc
Commit
d7d0c9fc
authored
27 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-19 10:43:24 by simonm]
minor updates now that happy is in ProjectsToBuild.
parent
28e25f53
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installing.lit
+4
-4
4 additions, 4 deletions
docs/installing.lit
with
4 additions
and
4 deletions
docs/installing.lit
+
4
−
4
View file @
d7d0c9fc
...
...
@@ -941,18 +941,18 @@ want to change. (The override occurs because the main boilerplate file,
For example, @config.mk.in@ contains the definition:
\begin{verbatim}
ProjectsToBuild = glafp-utils literate ghc hslibs
ProjectsToBuild = glafp-utils literate
happy
ghc hslibs
\end{verbatim}
The accompanying comment explains that this is the list of enabled
projects; that is, if (after configuring) you type @gmake all@
in @FPTOOLS_TOP@ three specified projects will be made.
If you want to add @
happy
@, you can add this line to @build.mk@:
If you want to add @
green-card
@, you can add this line to @build.mk@:
\begin{verbatim}
ProjectsToBuild +=
happy
ProjectsToBuild +=
green-card
\end{verbatim}
or, if you prefer,
\begin{verbatim}
ProjectsToBuild = glafp-utils literate ghc hslibs
happy
ProjectsToBuild = glafp-utils literate
happy
ghc hslibs
green-card
\end{verbatim}
(GNU @make@ allows existing definitions to have new text appended using
the ``@+=@'' operator, which is quite a convenient feature.)
...
...
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