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
ecde7c88
Commit
ecde7c88
authored
Jan 20, 2003
by
Niels Möller
Browse files
* misc/xenofarm.sh: Dont cd into src before running make check and
make distcheck. Rev: misc/xenofarm.sh:1.8
parent
ee77f340
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/xenofarm.sh
View file @
ecde7c88
...
@@ -161,8 +161,8 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
...
@@ -161,8 +161,8 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
# "make check" requirements
# "make check" requirements
#
#
dotask 0
"ckprg"
""
"cd
$BASE
/src
&& make check"
dotask 0
"ckprg"
""
"cd
$BASE
&& make check"
dotask 0
"ckdist"
""
"cd
$BASE
/src
&& make distcheck"
dotask 0
"ckdist"
""
"cd
$BASE
&& make distcheck"
dotask 1
"install"
""
"cd
$BASE
&& make install"
dotask 1
"install"
""
"cd
$BASE
&& make install"
find pfx
-type
f
-print
|
sort
>
r/installedfiles.txt
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