commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9535 - in gnuradio/branches/developers/eb/distcheck:


From: eb
Subject: [Commit-gnuradio] r9535 - in gnuradio/branches/developers/eb/distcheck: . config
Date: Mon, 8 Sep 2008 15:47:23 -0600 (MDT)

Author: eb
Date: 2008-09-08 15:47:22 -0600 (Mon, 08 Sep 2008)
New Revision: 9535

Modified:
   gnuradio/branches/developers/eb/distcheck/Makefile.am
   gnuradio/branches/developers/eb/distcheck/config/grc_usrp2.m4
Log:
usrp2 firmware now passes distcheck if you've installed mb-gcc.  More to come

Modified: gnuradio/branches/developers/eb/distcheck/Makefile.am
===================================================================
--- gnuradio/branches/developers/eb/distcheck/Makefile.am       2008-09-08 
18:35:04 UTC (rev 9534)
+++ gnuradio/branches/developers/eb/distcheck/Makefile.am       2008-09-08 
21:47:22 UTC (rev 9535)
@@ -33,4 +33,4 @@
        README.building-boost
 
 SUBDIRS = @build_dirs@ $(subdirs)
-DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@
+DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ $(subdirs)

Modified: gnuradio/branches/developers/eb/distcheck/config/grc_usrp2.m4
===================================================================
--- gnuradio/branches/developers/eb/distcheck/config/grc_usrp2.m4       
2008-09-08 18:35:04 UTC (rev 9534)
+++ gnuradio/branches/developers/eb/distcheck/config/grc_usrp2.m4       
2008-09-08 21:47:22 UTC (rev 9535)
@@ -25,14 +25,14 @@
     GRC_CHECK_DEPENDENCY(usrp2, omnithread)
 
     dnl USRP2 host code only works on Linux at the moment
-    AC_MSG_CHECKING([whether host_cpu is linux*])
+    AC_MSG_CHECKING([whether host_os is linux*])
     case "$host_os" in
       linux*)
-       AC_MSG_RESULT("yes")
+       AC_MSG_RESULT([yes])
         ;;
       *)
-       AC_MSG_RESULT("no")
-       echo "USRP2 requires Linux host OS, not found"
+       AC_MSG_RESULT([no])
+       AC_MSG_NOTICE([USRP2 currently requires Linux host OS, not found])
         passed="no"
         ;;
     esac





reply via email to

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