[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10539 - gnuradio/branches/developers/michaelld
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10539 - gnuradio/branches/developers/michaelld |
Date: |
Sat, 28 Feb 2009 12:40:48 -0700 (MST) |
Author: michaelld
Date: 2009-02-28 12:40:48 -0700 (Sat, 28 Feb 2009)
New Revision: 10539
Added:
gnuradio/branches/developers/michaelld/two_mods/
Log:
Two quick changes, to allow for the GNU Radio SVN trunk to work with
MacPorts (easily, without extra hacking):
1) Remove gr-gpio/src/lib and the 'and_const_ss' blocks (per email
with Johnathan and Eric). This change removes the (not in place or
checked for) current dependence of gr-gpio on gnuradio-core.
2) Undo change (my bad) that moved installation of top-level README
and README.hacking from gnuradio-core/doc/Makefile.am into
top-level Makefile.am. The top-level Makefile.am should not
install or remove -anything- in order to work correctly with
package managers -- which require each installed file to be unique.
Placing these installs into the top-level Makefile.am means that,
if each component is installed separately (using --with-foo in
configure), these files will be installed by each component --
violating the package manager's requirement of unique files.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10539 - gnuradio/branches/developers/michaelld,
michaelld <=