Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
9fb24063
Commit
9fb24063
authored
22 years ago
by
Ger van Diepen
Browse files
Options
Downloads
Patches
Plain Diff
%[BugId: 75]%
Add a help and show target
parent
413cc56c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+40
-0
40 additions, 0 deletions
Makefile
with
40 additions
and
0 deletions
Makefile
+
40
−
0
View file @
9fb24063
...
@@ -296,3 +296,43 @@ crontab:
...
@@ -296,3 +296,43 @@ crontab:
fi
;
\
fi
;
\
crontab
$$
HOME/crontab-
$$
pidnr-new
;
\
crontab
$$
HOME/crontab-
$$
pidnr-new
;
\
$(
RM
)
$$
HOME/crontab-
$$
pidnr-new
;
$(
RM
)
$$
HOME/crontab-
$$
pidnr-new
;
#
# Show the variables
#
show
:
@
echo
""
@
echo
"PACKAGES =
$(
PACKAGES
)
"
@
echo
"VARIANTS =
$(
VARIANTS
)
"
@
echo
"LOFARDIR =
$(
LOFARDIR
)
"
@
echo
""
@
echo
"CRONUSER =
$(
CRONUSER
)
"
@
echo
"CRONMAILTO =
$(
CRONMAILTO
)
"
@
echo
"CRONCVSUSER =
$(
CRONCVSUSER
)
"
@
echo
"CRONROOT =
$(
CRONROOT
)
"
@
echo
""
#
# Show the possible targets
#
help
:
@
echo
"Targets in main LOFAR Makefile"
@
echo
"------------------------------"
@
echo
""
@
echo
"all: default target; same as build"
@
echo
"bootstrap: bootstrap all packages"
@
echo
"configure: configure all packages for all variants"
@
echo
"build: build all packages for all variants"
@
echo
"check: build and run all test programs for all variants"
@
echo
""
@
echo
"daily: bootstrap, configure, build, and check daily system"
@
echo
"weekly: bootstrap, configure, build, and check weekly system"
@
echo
""
@
echo
"%.variant_configure: configure all packages for given variant"
@
echo
"%.variant_build: build all packages for given variant"
@
echo
"%.variant: same as %.variant_build"
@
echo
"%.variant_check: build and run all test programs for given variant"
@
echo
""
@
echo
"crontab: create a cron job for daily and weekly system"
@
echo
"show: show the important variables"
@
echo
""
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