bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Martin Dorey
Subject: RE: $(and) and $(or) not working
Date: Wed, 16 May 2007 10:43:29 -0700

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:

address@hidden:/tmp$ cat > Makefile
$(error $(and 1))
address@hidden:/tmp$ make
Makefile:1: *** 1.  Stop.
address@hidden:/tmp$ cat > Makefile
$(error $(or 1))
address@hidden:/tmp$ make
Makefile:1: *** 1.  Stop.
address@hidden:/tmp$ make --version
GNU Make 3.81
Copyright (C) 2006  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.

This program built for i486-pc-linux-gnu
address@hidden:/tmp$

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Noel
Yap
Sent: Wednesday, May 16, 2007 08:22
To: address@hidden; address@hidden
Subject: $(and) and $(or) not working

I'm using the following:

yapn:address@hidden:~/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.

This program built for i486-pc-linux-gnu


And the $(and) and $(or) functions always return empty.  Has anyone
else experienced this?

Thanks,
Noel


_______________________________________________
Bug-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-make




reply via email to

[Prev in Thread] Current Thread [Next in Thread]