Browse Source

Build-Target: enhanced to use generic's build.sh as fallback if the target doesn't have one

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
9c58fd872f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Target

+ 1
- 1
scripts/Build-Target

@ -265,7 +265,7 @@ trap 'umount_chroot' EXIT
ln -sf build_target_$$.log ${build_logs}/build_target.log
./bin/sde-build-tools -1 -c $config
_built=0
for x in $( get_expanded ./target/%/build.sh $targetchain ); do
for x in $(get_expanded ./target/%/build.sh $targetchain generic); do
if [ -f $x ]; then
. $x
_built=1

Loading…
Cancel
Save