mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
Improve docs for doit_irsbuild.sh
This commit is contained in:
parent
d836e4e108
commit
de7c731295
1 changed files with 3 additions and 1 deletions
|
@ -9,8 +9,10 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Martin Oberhuber - initial API and implementation
|
# Martin Oberhuber - initial API and implementation
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
|
#:#
|
||||||
#:# Bootstrapping script to perform S-builds and R-builds on build.eclipse.org
|
#:# Bootstrapping script to perform S-builds and R-builds on build.eclipse.org
|
||||||
#:# Will build based on HEAD of all mapfiles, and update the testUpdates as well
|
#:# Will build based on HEAD of all mapfiles, and update the testUpdates as well
|
||||||
|
#:#
|
||||||
#:# Usage:
|
#:# Usage:
|
||||||
#:# doit_irsbuild.sh {buildType} [buildId]
|
#:# doit_irsbuild.sh {buildType} [buildId]
|
||||||
#:# Examples:
|
#:# Examples:
|
||||||
|
@ -37,7 +39,7 @@ case x$buildType in
|
||||||
*) ok=0 ;;
|
*) ok=0 ;;
|
||||||
esac
|
esac
|
||||||
if [ $ok != 1 ]; then
|
if [ $ok != 1 ]; then
|
||||||
grep '^#:#' $0 | grep -v grep
|
grep '^#:#' $0 | grep -v grep | sed -e 's,^#:# ,,'
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue