Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
836b1f92
Commit
836b1f92
authored
Jan 16, 2003
by
Niels Möller
Browse files
Fixed invocation of dotask, which should take
four arguments. Rev: misc/xenofarm.sh:1.4
parent
906b0f20
Changes
1
Show whitespace changes
Inline
Side-by-side
misc/xenofarm.sh
View file @
836b1f92
...
...
@@ -161,8 +161,8 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
# "make check" requirements
#
dotask 0
"ckprg"
"cd
$BASE
/src && make check"
dotask 0
"ckdist"
"cd
$BASE
/src && make distcheck"
dotask 0
"ckprg"
""
"cd
$BASE
/src && make check"
dotask 0
"ckdist"
""
"cd
$BASE
/src && make distcheck"
dotask 1
"install"
""
"cd
$BASE
&& make install"
find pfx
-type
f
-print
|
sort
>
r/installedfiles.txt
...
...
Write
Preview
Supports
Markdown
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