diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-28 20:44:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-28 20:44:19 +0000 |
commit | 21a4203d92eb7face740ef04f2ade83e82aee3ac (patch) | |
tree | 9948b25c15462c9e5593e00a4c58be48fb4273b8 /scripts/auto-build | |
parent | fa59fd202ce7e9a85556a97810cef6639b11e779 (diff) |
include platform-specific libs in LIB_TARGETS variable when running 'svn update'
svn path=/trunk/; revision=16319
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 84996178..288d6550 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -58,7 +58,7 @@ remove_dead_svn_externals $auto_build_root_dir # kludge to restore folders when they've been converted from svn:externals to # directly checked in -lib_targets=`sed -n 's|^LIB_TARGETS = *||p' $auto_build_root_dir/externals/Makefile` +lib_targets=`sed -n 's|^ *LIB_TARGETS +*= *||p' $auto_build_root_dir/externals/Makefile` cd $auto_build_root_dir/externals $svn update $lib_targets |