source:
soft/build_system/build_system/repsys/tags/V1_6_7/rebrand-mdk
@
1
Last change on this file since 1 was 1, checked in by fasma, 12 years ago | |
---|---|
File size: 118 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | TOPDIR=$1 |
4 | SPEC=$2 |
5 | REV=$3 |
6 | |
7 | if [ -x $TOPDIR/build_sources ]; then |
8 | cd $TOPDIR |
9 | ./build_sources "$@" |
10 | fi |
Note: See TracBrowser
for help on using the repository browser.