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
df512d1e
Commit
df512d1e
authored
Aug 17, 2002
by
Per Cederqvist
Browse files
Attempt to identify the version of the C compiler and the makeinfo
program.
parent
60b76185
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
df512d1e
...
...
@@ -95,6 +95,8 @@ esac
dotask 1
"unzip"
"gzip -d
$BASE
.tar.gz"
dotask 1
"unpack"
"tar xf
$BASE
.tar"
dotask 1
"configure"
"cd
$BASE
&& ./configure -C --prefix=
$pfx
"
dotask 0
"cc"
"cd
$BASE
&& make ident-cc"
dotask 0
"texinfo"
"cd
$BASE
/doc && make ident-makeinfo"
dotask 1
"make"
"cd
$BASE
&& make"
#
...
...
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