Re: awk or sed

2011-04-22 Thread ali hagigat
I have a makefile and I want to print each word of the variable, .VARIABLES on a separate line. This is the content of .VARIABLES: .VARIABLES=wrote: > On Wed, 6 Apr 2011, ali hagigat wrote: > > I have a variable like this: >> var1=Makefile .xcompile /root/build/.config src/arch/i386/Makefile.inc

Re: Error building mkbuiltins on ia64-hp-hpux11.23

2011-04-22 Thread Chet Ramey
On 4/22/11 12:55 PM, Daniel Richard G. wrote: > +DD64 is from CFLAGS in the environment prior to configuration. Thanks, this is what I needed. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRUc

Re: Error building mkbuiltins on ia64-hp-hpux11.23

2011-04-22 Thread Daniel Richard G.
On Fri, 2011 Apr 22 10:08-0400, Chet Ramey wrote: > > That's not what actually happens. CCFLAGS and CCFLAGS_FOR_BUILD share > a common set of options but differ in their use of CPPFLAGS and > CFLAGS. The link is done with LDFLAGS_FOR_BUILD. It's hard to tell > where the DD64 is coming from, since

Re: Error building mkbuiltins on ia64-hp-hpux11.23

2011-04-22 Thread Chet Ramey
On 4/22/11 12:07 AM, Daniel Richard G. wrote: > On Thu, 2011 Apr 21 16:36-0400, Chet Ramey wrote: >> >> What is the part of CFLAGS that fixes this, and why not just add it to >> CFLAGS_FOR_BUILD? CFLAGS_FOR_BUILD is for the `build tools' part of >> the builtins library. > > I believe the "+DD64"