GNU bug report logs - #13524
Improving user experience for non-recursive builds

Previous Next

Package: automake;

Reported by: Miles Bader <miles <at> gnu.org>

Date: Tue, 22 Jan 2013 09:20:02 UTC

Severity: wishlist

Tags: patch

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #175 received at 13524 <at> debbugs.gnu.org (full text, mbox):

From: Bert Wesarg <bert.wesarg <at> googlemail.com>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 13524 <at> debbugs.gnu.org, Peter Rosin <peda <at> lysator.liu.se>,
	automake-patches <at> gnu.org, Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>,
	Eric Blake <eblake <at> redhat.com>, Miles Bader <miles <at> gnu.org>
Subject: Re: bug#13524: [PATCH 1/2] preproc: add support for relative names in
	included fragments
Date: Mon, 11 Mar 2013 13:05:41 +0100
On Mon, Mar 11, 2013 at 10:46 AM, Stefano Lattarini
<stefano.lattarini <at> gmail.com> wrote:
> On 03/11/2013 10:31 AM, Bert Wesarg wrote:
>> I have the impression that variable references in filenames aren't
>> supported anyway, right?
>>
> Wrong, actually.

But when I prefixing a source file with '$(src)/' and use
subdir-objects then I get something like this in the Makefile.in

$(src)/test-test.o: $(src)/test.c

And after a configure I get an '$(src)' directory in my build dir.

- 8< - Makefile.am - >8 -

src = .
bin_PROGRAMS = test
test_SOURCES = \
    $(src)/test.c
test_CPPFLAGS = \
    $(AM_CPPFLAGS) -W

- >8 - Makefile.am - 8< -

Bert

>
> Best regards,
>   Stefano




This bug report was last modified 12 years and 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.