commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7890 - in gnuradio/branches/developers/n4hy/msddLTS:


From: n4hy
Subject: [Commit-gnuradio] r7890 - in gnuradio/branches/developers/n4hy/msddLTS: config gr-msdd6000 gr-msdd6000/src/lib
Date: Thu, 28 Feb 2008 21:40:22 -0700 (MST)

Author: n4hy
Date: 2008-02-28 21:40:21 -0700 (Thu, 28 Feb 2008)
New Revision: 7890

Modified:
   gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/AUTHORS
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/lib/Makefile.am
Log:
Cleanup for movement into trunk completed

Modified: gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4
===================================================================
--- gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4 
2008-02-29 04:11:35 UTC (rev 7889)
+++ gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4 
2008-02-29 04:40:21 UTC (rev 7890)
@@ -29,12 +29,12 @@
     passed=yes
     # Don't do gr-msdd6000 if gnuradio-core skipped
     if test x$gnuradio_core_skipped = xyes; then
-        AC_MSG_RESULT([Component gr-atsc requires gnuradio-core, which is not 
being built or specified via pre-installed files.])
+        AC_MSG_RESULT([Component gr-msdd6000 requires gnuradio-core, which is 
not being built or specified via pre-installed files.])
        passed=no
     fi
 
     GRC_BUILD_CONDITIONAL([gr-msdd6000],[
         dnl run_tests is created from run_tests.in.  Make it executable.
-       AC_CONFIG_COMMANDS([run_tests_msdd6000], [chmod +x 
gr-atsc/src/python/run_tests])
+       AC_CONFIG_COMMANDS([run_tests_msdd6000], [chmod +x 
gr-msdd6000/src/python/run_tests])
     ])
 ])

Modified: gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/AUTHORS
===================================================================
--- gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/AUTHORS       
2008-02-29 04:11:35 UTC (rev 7889)
+++ gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/AUTHORS       
2008-02-29 04:40:21 UTC (rev 7890)
@@ -1,4 +1,4 @@
+Charles Clancy
+Nate Goergen
 n4hy (Bob McGwier)
-Nate Goergen
-Charles Clancy
 

Modified: 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/lib/Makefile.am   
2008-02-29 04:11:35 UTC (rev 7889)
+++ gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/lib/Makefile.am   
2008-02-29 04:40:21 UTC (rev 7890)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2005,2006 Free Software Foundation, Inc.
+# Copyright 2008 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -45,7 +45,7 @@
 
 # ------------------------------------------------------------------------
 #  This is the swig-ish part of the Makefile.
-#  It builds the atsc module which we'll load into python
+#  It builds the msdd module which we'll load into python
 # ------------------------------------------------------------------------
 
 SWIGCPPPYTHONARGS = -fvirtual -python -modern $(PYTHON_CPPFLAGS) \





reply via email to

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