The comment implies there are numerous items left to do. The definition of compiler/linker/libtool options are usually not documented in the makefile.
Signed-off-by: Gaetan Nadon <[email protected]> --- src/Makefile.am | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a5c89ac..a396696 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,13 +18,6 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -# this is obnoxious: -# -module lets us name the module exactly how we want -# -avoid-version prevents gratuitous .0.0.0 version numbers on the end -# _ladir passes a dummy rpath to libtool so the thing will actually link -# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. - AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) AM_CPPFLAGS =-I$(top_srcdir)/include -- 1.6.0.4 Is there really anything left to do? The drivers have been working for years. I would remove this comment from all 55 drivers. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
