FOC/L4RE: Upstream revision 56

This commit is contained in:
Sebastian Sumpf
2013-07-16 12:18:56 +02:00
parent b22db346c8
commit 792e9a0c76
655 changed files with 20205 additions and 13357 deletions

View File

@@ -82,6 +82,7 @@ my %modules =
fb/Makefile
fb/spectrum
misc/eb_leds
misc/fortran-hello
misc/reboot
libs/inputtst
libs/libc_thread_safe
@@ -123,6 +124,7 @@ my %modules =
libcrypto
libevent
libgfxbitmap
libgfortran
libgomp
libiniparser
libio
@@ -385,7 +387,7 @@ sub do_checkout(%)
foreach my $pe (@path_elems)
{
if (! -d "$path/$pe/.svn")
if (! -d "$path/$pe")
{
# if we find something from path_roots then switch to that
my $changed_path = convert_path("$path/$pe", 0,
@@ -415,7 +417,7 @@ sub do_checkout(%)
}
else
{
my $cmd = "cd $path && svn update -r '$svnrev' --depth empty $pe";
my $cmd = "cd $path && svn update -q -r '$svnrev' --depth empty $pe";
#print "cmd: $cmd\n";
system($cmd);
die "svn update failed" if $?;