commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10446 - gnuradio/branches/developers/michaelld


From: michaelld
Subject: [Commit-gnuradio] r10446 - gnuradio/branches/developers/michaelld
Date: Mon, 16 Feb 2009 07:41:48 -0700 (MST)

Author: michaelld
Date: 2009-02-16 07:41:47 -0700 (Mon, 16 Feb 2009)
New Revision: 10446

Added:
   gnuradio/branches/developers/michaelld/fix_makefile_gen/
Log:
Branch to fix Makefile.gen issues:

1) The current codebase has a Makefile.gen in $(srcdir), and creates a
Makefile.gen in $(builddir).  In the latest GNU Make and Automake, the
former is used for all immediate MAKE needs including dependency
checking but not "distcheck".  The latter is used for "distcheck"
only, so if the latter's timestamp is newer than that of Makefile.in,
MAKE will try to rebuild Makefile.in during "distckeck" which will
result in an error because $(srcdir) [where Makefile.in resides,
during "distcheck", using a VPATH build] is write-protected.

2) If $(srcdir)/Makefile.gen is removed, it will not be regenerated
because there is no rule to do so.  Ditto for [foo]_generated.i in
gnuradio-core/src/lib/[gengen, filter] and for
gr-trellis/src/lib/[trellis].



Copied: gnuradio/branches/developers/michaelld/fix_makefile_gen (from rev 
10445, gnuradio/trunk)





reply via email to

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