Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e1055bea
Commit
e1055bea
authored
Oct 26, 2002
by
Per Cederqvist
Browse files
Perform "eintr" after "make", since it now needs libansi.
parent
0fdd4bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
e1055bea
...
...
@@ -101,10 +101,10 @@ dotask 1 "unzip" "gzip -d $BASE.tar.gz"
dotask 1
"unpack"
"tar xf
$BASE
.tar"
dotask 1
"cfg"
"cd
$BASE
&& ./configure -C --prefix=
$pfx
$cfgargs
"
dotask 0
"fds"
"cd
$BASE
/src/server/testsuite && make check-testfd"
dotask 0
"eintr"
"cd
$BASE
/src/server/testsuite && make check-test-select"
dotask 0
"id-cc"
"cd
$BASE
&& make ident-cc"
dotask 0
"id-tx"
"cd
$BASE
/doc && make ident-makeinfo"
dotask 1
"make"
"cd
$BASE
&& make
$makeargs
"
dotask 0
"eintr"
"cd
$BASE
/src/server/testsuite && make check-test-select"
#
# "make check" requirements
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment