diff options
author | gdt | 2008-02-19 03:48:02 +0000 |
---|---|---|
committer | gdt | 2008-02-19 03:48:02 +0000 |
commit | 6c2acc10a7306ac352735b7ca0c72421b358fc46 (patch) | |
tree | 423923b78a96b0fb17bd330f256325559481b85b | |
parent | 8cfa8db43a62854a981070f0a6c67446cd995fc0 (diff) | |
download | gnuradio-6c2acc10a7306ac352735b7ca0c72421b358fc46.tar.gz gnuradio-6c2acc10a7306ac352735b7ca0c72421b358fc46.tar.bz2 gnuradio-6c2acc10a7306ac352735b7ca0c72421b358fc46.zip |
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
-rwxr-xr-x | README.components | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.components b/README.components index 4190a2c38..554c121c0 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 && |