summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJosh Blum2010-11-30 13:03:05 -0500
committerJosh Blum2010-11-30 13:03:05 -0500
commit3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d (patch)
tree505fb065111af25eae9a76faba31c11cd62db520 /bootstrap
parent775bd35cde0b42f3aaab76f4014e5915783ecb44 (diff)
downloadgnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.tar.gz
gnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.tar.bz2
gnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.zip
Removed usrp2-firmware from being automatically built.
Most users get the firmware from precompiled binaries. Removing this should make configure less confusing.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 463ff165b..7daff90d1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,6 +28,3 @@ autoheader
libtoolize --automake
automake --add-missing -Wno-portability -Wno-override -Wnone
#automake --add-missing -Wno-portability
-
-# Run bootstrap in any subprojects
-(cd usrp2/firmware ; ./bootstrap)