[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10544 - gnuradio/branches/developers/michaelld/two_mo
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10544 - gnuradio/branches/developers/michaelld/two_mods/config |
Date: |
Sun, 1 Mar 2009 12:42:15 -0700 (MST) |
Author: michaelld
Date: 2009-03-01 12:42:15 -0700 (Sun, 01 Mar 2009)
New Revision: 10544
Modified:
gnuradio/branches/developers/michaelld/two_mods/config/grc_gr_gpio.m4
Log:
Modified the gr-gpio M4 script to not require, create, or use the
run_tests script.
Modified: gnuradio/branches/developers/michaelld/two_mods/config/grc_gr_gpio.m4
===================================================================
--- gnuradio/branches/developers/michaelld/two_mods/config/grc_gr_gpio.m4
2009-03-01 19:41:41 UTC (rev 10543)
+++ gnuradio/branches/developers/michaelld/two_mods/config/grc_gr_gpio.m4
2009-03-01 19:42:15 UTC (rev 10544)
@@ -31,12 +31,8 @@
gr-gpio/src/fpga/top/Makefile \
gr-gpio/src/fpga/lib/Makefile \
gr-gpio/src/fpga/rbf/Makefile \
- gr-gpio/src/python/Makefile \
- gr-gpio/src/python/run_tests
+ gr-gpio/src/python/Makefile
])
- GRC_BUILD_CONDITIONAL(gr-gpio,[
- dnl run_tests is created from run_tests.in. Make it executable.
- AC_CONFIG_COMMANDS([run_tests_gpio], [chmod +x
gr-gpio/src/python/run_tests])
- ])
+ GRC_BUILD_CONDITIONAL(gr-gpio)
])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10544 - gnuradio/branches/developers/michaelld/two_mods/config,
michaelld <=