This is the mail archive of the automake-prs@sourceware.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automake/500: unnecessary -I options in DEFAULT_INCLUDES (make clutter)


The following reply was made to PR automake/500; it has been noted by GNATS.

From: Paul Eggert <eggert@CS.UCLA.EDU>
To: Alexandre Duret-Lutz <adl@src.lip6.fr>
Cc: automake-patches@gnu.org, automake-gnats@sources.redhat.com
Subject: Re: automake/500: unnecessary -I options in DEFAULT_INCLUDES (make clutter)
Date: Wed, 30 Aug 2006 09:55:49 -0700

 Alexandre Duret-Lutz <adl@src.lip6.fr> writes:
 
 > So how about something like this instead: use `-I.@am__isrc@' and expand
 > it to `-I.' or `-I. -I$(srcdir)' as needed?
 
 Yes, thanks, that looks nice.  For CVS coreutils/lib in-place builds
 with 'configure CFLAGS=' the patch changes this:
 
    gcc -std=gnu99  -I. -I. -I.       -c base64.c
 
 to this:
 
    gcc -std=gnu99  -I.       -c base64.c
 
 I'd also like to remove those unnecessary and distracting spaces, but
 that's for a later patch.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]