I noticed that there are some hard codes of ./build in the Makefile, too. That breaks as soon as someone adjusts $(obj).
Attached patch fixes all hard-coded occurrences of build/ in the Makefiles.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Wed, Oct 28, 2009 at 9:27 AM, ron minnich rminnich@gmail.com wrote:
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 4877.
Thanks, Myles
On Wed, Oct 28, 2009 at 09:44:24AM -0600, Myles Watson wrote:
On Wed, Oct 28, 2009 at 9:27 AM, ron minnich rminnich@gmail.com wrote:
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 4877.
Thanks! I have a patch to drop the "build/" prefixes everywhere, will post soon.
Uwe.
Myles Watson wrote:
I noticed that there are some hard codes of ./build in the Makefile, too. That breaks as soon as someone adjusts $(obj).
Attached patch fixes all hard-coded occurrences of build/ in the Makefiles.
Signed-off-by: Myles Watson <mylesgw@gmail.com mailto:mylesgw@gmail.com>
Acked-by: Stefan Reinauer stepan@coresystems.de