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
9c793644
Commit
9c793644
authored
Jan 21, 2003
by
Niels Möller
Browse files
Don't run make distcheck, as it leaves some
write-protected directories in the tree. Rev: misc/xenofarm.sh:1.9
parent
bf0c3ee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/xenofarm.sh
View file @
9c793644
...
@@ -162,7 +162,14 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
...
@@ -162,7 +162,14 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
#
#
dotask 0
"ckprg"
""
"cd
$BASE
&& make check"
dotask 0
"ckprg"
""
"cd
$BASE
&& make check"
dotask 0
"ckdist"
""
"cd
$BASE
&& make distcheck"
# FIXME: run distcheck.
# FIXME: compare the contents of the distcheck-generated tar file
# with the one we distributed.
# A problem is that make distcheck leaves some write-protected directories that
# can't be deleted with rm -rf
# 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
...
@@ -171,10 +178,6 @@ then
...
@@ -171,10 +178,6 @@ then
rm
r/installedfiles.txt
rm
r/installedfiles.txt
fi
fi
# FIXME: run distcheck.
# FIXME: compare the contents of the distcheck-generated tar file
# with the one we distributed.
# Collect stuff.
# Collect stuff.
timeecho Collecting results
timeecho Collecting results
...
...
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