From: gdt Date: Tue, 19 Feb 2008 03:48:02 +0000 (+0000) Subject: Add make clean before make. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6c2acc10a7306ac352735b7ca0c72421b358fc46;p=debian%2Fgnuradio Add make clean before make. Add dependencies for gr-sounder and gr-utils. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7741 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/README.components b/README.components index 4190a2c3..554c121c 100755 --- a/README.components +++ b/README.components @@ -95,8 +95,8 @@ CONF_ENABLE_ARGS=" --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 @@ for arg in $CONF_ENABLE_ARGS; do # configure with just one module ./configure --prefix=$PREFIX $CONF_DISABLE_ALL $argspace && + # remove all prior objects + make clean && + # build make $jflag &&