commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7741 - gnuradio/trunk


From: gdt
Subject: [Commit-gnuradio] r7741 - gnuradio/trunk
Date: Mon, 18 Feb 2008 20:48:03 -0700 (MST)

Author: gdt
Date: 2008-02-18 20:48:02 -0700 (Mon, 18 Feb 2008)
New Revision: 7741

Modified:
   gnuradio/trunk/README.components
Log:
Add make clean before make.
Add dependencies for gr-sounder and gr-utils.


Modified: gnuradio/trunk/README.components
===================================================================
--- gnuradio/trunk/README.components    2008-02-19 03:46:39 UTC (rev 7740)
+++ gnuradio/trunk/README.components    2008-02-19 03:48:02 UTC (rev 7741)
@@ -95,8 +95,8 @@
 
--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-trellis
 
--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-video-sdl
 
--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-wxgui
---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-sounder
---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-wxgui%--enable-gr-utils
+--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--enable-gr-sounder
+--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-usrp%--with-gr-wxgui%--enable-gr-utils
 
--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gnuradio-examples
 "
 
@@ -113,6 +113,9 @@
     # configure with just one module
     ./configure --prefix=$PREFIX $CONF_DISABLE_ALL $argspace &&
 
+    # remove all prior objects
+    make clean &&
+
     # build
     make $jflag &&
 





reply via email to

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