Re: $(and) and $(or) not working

2007-05-16 Thread Paul Smith
On Wed, 2007-05-16 at 11:21 -0400, Noel Yap wrote: > I'm using the following: > > yapn:[EMAIL PROTECTED]:~/proj/aoeu> make --version > GNU Make 3.81beta4 I've seen a number of messages stating that people are using 3.81beta4; why are people still using a beta version over a year after the final v

RE: $(and) and $(or) not working

2007-05-16 Thread Martin Dorey
Works for me. 3.81 was released early in 2006 (the release note (http://savannah.gnu.org/forum/forum.php?forum_id=4380) uses non-ISO date format, so I'm unsure how to parse the month and day). You'll want to submit a minimally-sized example makefile with copy-and-pasted output. Like this: [EMAI

Re: Multiple targets generated by one rule

2007-05-16 Thread hkhalsa
Paul Smith wrote: >You can write this much more cleanly, like this: > >a b c d: .source_flag > @: > >.source_flag: source > blackbox_generate a b c d > @touch .source_flag This method appears to suffer from the following limitation

RE: $(and) and $(or) not working

2007-05-16 Thread Dave Korn
On 16 May 2007 16:22, Noel Yap wrote: > I'm using the following: > > yapn:[EMAIL PROTECTED]:~/proj/aoeu> make --version > GNU Make 3.81beta4 Note the beta tag. > And the $(and) and $(or) functions always return empty. Has anyone > else experienced this? Probably means they weren't yet imp

$(and) and $(or) not working

2007-05-16 Thread Noel Yap
I'm using the following: yapn:[EMAIL PROTECTED]:~/proj/aoeu> make --version GNU Make 3.81beta4 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.