diff options
author | jcorgan | 2006-08-06 04:36:40 +0000 |
---|---|---|
committer | jcorgan | 2006-08-06 04:36:40 +0000 |
commit | 63d965c07207c2233943af49ae25a7574f71c3f6 (patch) | |
tree | 0753ef09530e18204f7a675b42b53559bd6bab82 /TODO.build | |
parent | 951966ca64fc1ddd24889f6318c8c8794657cfba (diff) | |
download | gnuradio-63d965c07207c2233943af49ae25a7574f71c3f6.tar.gz gnuradio-63d965c07207c2233943af49ae25a7574f71c3f6.tar.bz2 gnuradio-63d965c07207c2233943af49ae25a7574f71c3f6.zip |
Updated TODO.build to reflect current status.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3183 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'TODO.build')
-rw-r--r-- | TODO.build | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/TODO.build b/TODO.build index 4a2122be2..d80366dea 100644 --- a/TODO.build +++ b/TODO.build @@ -1,13 +1,13 @@ Overall: -* VPATH builds fail, starting with usrp. +* VPATH builds fail. This is now part of ticket 10. * Change a Makefile.am in a subdir, must manually go back up and re-run configure. Otherwise it gets run somehow incorrectly. * Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, allong with xxx_ -* Make dist and distcheck have not been tested. +* Make distcheck is failing, logged as ticket 10. dtools: @@ -15,7 +15,7 @@ dtools: gnuradio-core/doc: -* Make hasn't been tested yet in this directory. +* Make in this directory fails, logged as ticket 8. gnuradio-core/src/gen_interpolator_taps: @@ -51,20 +51,6 @@ usrp/doc: * Make not tested in this directory -usrp/firmware/include: - -* Refactor include directory specification in Makefile.am into -Makefile.common for use elsewhere - -usrp/firmware/lib: - -* Use refactored include directory specification from Makefile.common - -gr-usrp/src: - -* Use refactored gnuradio.i specification from Makefile.common - -* USRP_LIBS and USRP_INCLUDES are hardcoded. These used to come out of -PKGCONFIG in the old system. +All: * Use common run_tests.in |