Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
census
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Derivatives team
census
Commits
d02e2d41
Unverified
Commit
d02e2d41
authored
Nov 01, 2018
by
Paul Wise
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some tips for using make
These are very useful when developing or fixing census scripts.
parent
01668e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README
doc/README
+13
-0
No files found.
doc/README
View file @
d02e2d41
...
...
@@ -30,6 +30,19 @@ Makefile: the main makefile machinery, used to setup var dir
Makefile.var: used to aggregate files and setup derivative dirs
Makefile.deriv: used by each derivative dir to create files
/-------------------------------------------------
| Tips for using make
To force re-making a file:
$ make -B filename
To force re-making a file but force not updating its prerequisites:
$ make -o prerequisitename -B filename
These are very useful when developing or fixing census scripts.
/-------------------------------------------------
| Scripts
...
...
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