Title: Take Control Of Your Conference Calls
Crystal Clear
Conference CallsOnly 18 Cents Per Minute!
(Anytime/Anywhere)
No setup fees
No contracts or monthly fees
Call anytime, from anywhere, to anywhere
Connects up to 100 Participants
For problems like this (Windows-specific) you'll probably get a better
response on the [EMAIL PROTECTED] list.
When you post there, please remember to include what version of GNU make
you're using, what platform you're running it on, and how it was
compiled.
Thanks!
--
%% Matt Hastie <[EMAIL PROTECTED]> writes:
mh> My apologies, plain text it is.
Unfortunately that didn't do the job :(. Are you using Outlook? If you
ever figure out how to convince Outlook to not send HTML versions of
mail, please tell me. I've never used it myself, but I've never known
a
Title: RE: Expansion of recursively expanded variables
My apologies, plain text it is.
I'm using the $(shell ...) function to provide make with information that cannot be
determined via built-in functions. Examples of these functions look like:
define javacc-package-from-jj-file
$(if $(1)
Hello
I seem to be having problems with make.exe, and have found
this address to report bugs to. It seems that if I run my
makefile (I use the -f flag in case this makes a difference),
and the makefile basically copies files from one directory
to another, then a file which is in lower case in th
Warning
Unable to process data:
multipart/mixed;boundary="=_NextPart_000_00E0_51D68D5A.D3002D40"
<>
** Message from InterScan E-Mail VirusWall NT **
** WARNING! Attached file 368[1].bat contains:
WORM_KLEZ.E virus
It has been deleted.
* End of message ***
%% Matt Hastie <[EMAIL PROTECTED]> writes:
Pls. try to avoid sending HTML to the mailing list; plain text is quite
sufficient. Thanks!
mh> foo:
mh> @echo "test" > bar
mh> @echo "bar = $(shell cat bar)"
mh> I get the following error:
mh> $ make
mh> cat: cannot open bar
mh> ba
Greetings,
When I run
Makefiles containing the following pattern:
foo: @echo "test" > bar @echo
"bar = $(shell cat bar)"
I get the following error:
$ makecat: cannot open barbar =
From reading
through the current bug list, it would appear as though this
behavior
is
manifested as