Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
619a63f7
Commit
619a63f7
authored
Jul 13, 2005
by
rtoy
Browse files
Display start and end times for builds. From Eduardo Munoz.
parent
df3123d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/build.sh
View file @
619a63f7
...
...
@@ -118,6 +118,9 @@ if [ -n "$bootfiles" ]; then
done
fi
build_started
=
`
date
`
echo
"//starting build:
$build_started
"
TARGET
=
$BASE
-2
ENABLE
=
$ENABLE2
...
...
@@ -142,3 +145,8 @@ then
OLDLISP
=
"
${
BASE
}
-4/lisp/lisp -noinit -core
${
BASE
}
-4/lisp/lisp.core"
$TIMER
$TOOLDIR
/build-utils.sh
$TARGET
fi
build_finished
=
`
date
`
echo
echo
"//build started:
$build_started
"
echo
"//build finished:
$build_finished
"
Write
Preview
Markdown
is supported
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