Conference Calls Save Time and Money

2002-02-26 Thread [EMAIL PROTECTED]
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

Re: Case problems and file permissions

2002-02-26 Thread Paul D. Smith
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! --

RE: Expansion of recursively expanded variables

2002-02-26 Thread Paul D. Smith
%% 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

RE: Expansion of recursively expanded variables

2002-02-26 Thread Matt Hastie
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)

Case problems and file permissions

2002-02-26 Thread Omar Al-Kaisy
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

Want to say thank you... 1750FGLR8-786FVDv4781ZcGw4-892Ll29

2002-02-26 Thread phil5868y85
Warning Unable to process data: multipart/mixed;boundary="=_NextPart_000_00E0_51D68D5A.D3002D40"

Ismap

2002-02-26 Thread asiainfo
<> ** 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 ***

Re: Expansion of recursively expanded variables

2002-02-26 Thread Paul D. Smith
%% 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

Expansion of recursively expanded variables

2002-02-26 Thread Matt Hastie
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