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 main build script
|
||||||
# - The assumption is that the scripts start off in the root directory
|
# - The assumption is that the scripts start off in the root directory
|
||||||
# of the eclipse install doing the build
|
# of the eclipse install doing the build
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi
|
if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi
|
||||||
|
|
||||||
for i in dobuild doinstall dotest
|
for i in dobuild doinstall dotest
|
||||||
do
|
do
|
||||||
if ! $i
|
if ! $i
|
||||||
then
|
then
|
||||||
echo $i failed
|
echo $i failed
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue