mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
*** keyword substitution change ***
This commit is contained in:
parent
55a837daad
commit
37bc768c73
1 changed files with 16 additions and 16 deletions
|
@ -1,16 +1,16 @@
|
|||
#
|
||||
# The main build script
|
||||
# - The assumption is that the scripts start off in the root directory
|
||||
# of the eclipse install doing the build
|
||||
#
|
||||
|
||||
if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi
|
||||
|
||||
for i in dobuild doinstall dotest
|
||||
do
|
||||
if ! $i
|
||||
then
|
||||
echo $i failed
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
#
|
||||
# The main build script
|
||||
# - The assumption is that the scripts start off in the root directory
|
||||
# of the eclipse install doing the build
|
||||
#
|
||||
|
||||
if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi
|
||||
|
||||
for i in dobuild doinstall dotest
|
||||
do
|
||||
if ! $i
|
||||
then
|
||||
echo $i failed
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue