commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10146 - gnuradio/branches/developers/eb/gcell-wip2/gc


From: eb
Subject: [Commit-gnuradio] r10146 - gnuradio/branches/developers/eb/gcell-wip2/gcell/lib/runtime
Date: Sat, 20 Dec 2008 17:14:13 -0700 (MST)

Author: eb
Date: 2008-12-20 17:14:13 -0700 (Sat, 20 Dec 2008)
New Revision: 10146

Modified:
   
gnuradio/branches/developers/eb/gcell-wip2/gcell/lib/runtime/gcell-embedspu-libtool
Log:
Fixes ticket:242.  make -j now works in gcell subdir.


Modified: 
gnuradio/branches/developers/eb/gcell-wip2/gcell/lib/runtime/gcell-embedspu-libtool
===================================================================
--- 
gnuradio/branches/developers/eb/gcell-wip2/gcell/lib/runtime/gcell-embedspu-libtool
 2008-12-20 23:59:15 UTC (rev 10145)
+++ 
gnuradio/branches/developers/eb/gcell-wip2/gcell/lib/runtime/gcell-embedspu-libtool
 2008-12-21 00:14:13 UTC (rev 10146)
@@ -9,6 +9,9 @@
 spu_executable=$2
 symbol_name=${lo_file%%.lo}
 
+# try to make .libs
+mkdir .libs >/dev/null 2>/dev/null
+
 # generate the .o file that wraps the SPU executable
 ppu-embedspu -m32 -fpic ${symbol_name} ${spu_executable} .libs/${symbol_name}.o
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]