From 21a4203d92eb7face740ef04f2ade83e82aee3ac Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 28 Sep 2012 20:44:19 +0000 Subject: include platform-specific libs in LIB_TARGETS variable when running 'svn update' svn path=/trunk/; revision=16319 --- scripts/auto-build/pd-extended-auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build') 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 -- cgit v1.2.1