Geoffrey Young wrote:
return $preamble . <<'EOF' . $cover;
-TEST_VERBOSE ?= 0
+TEST_VERBOSE = 0
why not if (WIN32) {} then?
do win32 environments add some magic WIN32 environment variable I can check
in the Makefile? if they do and we can work around them that's cool with me.
My suggesti
> Makefile(619) : fatal error U1000: syntax error : ')' missing in macro
> invocation
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
rats, thanks for trying.
--Geoff
-
To unsubscribe, e-mail: [EMAIL PROT
>>a little digging on my own at the time made it seem like solaris make is
>>really gmake
>
>
> Well, the way you have it installed perhaps. But attempting this
> against /usr/ccs/bin/make it most definately blows up.
ok. I actually don't have a solaris box to try on - I just went to sun's
su
Geoffrey Young wrote:
a little digging on my own at the time made it seem like solaris make is
really gmake, so between linux, solaris, and bsd a decent case was being
made that most unix make variants to support the syntax. of course, that
list of 3 was hardly exhaustive :)
Umm, on all the solari
At 11:23 AM 11/4/2004, Geoffrey Young wrote:
>>
>> If I had to guess, this borks anything but gmake. Test for that.
>
>I had asked on #asf about this and somebody (I forget who) said that the
>make manpage on minortaur (some bsd variant) supports ?= as well. from
>looking at that it seems to be
Geoffrey Young wrote:
>>Apache-Test and ModPerl-Registry Makefile's both have:
>>
>>TEST_VERBOSE ?= 0
>>
>>Deleting the "?" fixes it.
>>
>>
>
>ok, here is a different syntax, suggested by the GNU manual. can you win32
>guys give it a whirl and see if it works?
>
Sorry -- it doesn't:
Makefile
> Apache-Test and ModPerl-Registry Makefile's both have:
>
> TEST_VERBOSE ?= 0
>
> Deleting the "?" fixes it.
ok, here is a different syntax, suggested by the GNU manual. can you win32
guys give it a whirl and see if it works?
thanks
--Geoff
Index: lib/Apache/TestMM.pm
==
>
> If I had to guess, this borks anything but gmake. Test for that.
I had asked on #asf about this and somebody (I forget who) said that the
make manpage on minortaur (some bsd variant) supports ?= as well. from
looking at that it seems to be the manpage for pmake, which I guess is some
other
At 10:35 AM 11/4/2004, Geoffrey Young wrote:
>>> -TEST_VERBOSE ?= 0
>>> +TEST_VERBOSE = 0
>>
>> why not if (WIN32) {} then?
>
>do win32 environments add some magic WIN32 environment variable I can check
>in the Makefile? if they do and we can work around them that's cool with me.
If I had t
Stas Bekman wrote:
> [EMAIL PROTECTED] wrote:
>
>> geoff 2004/11/03 12:37:22
>>
>> Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm
>> Log:
>> reverting to 1.41 - apparently the conditional assignment borks win32
>
>
>>return $preamble . <<'EOF' . $cover;
>> -
Steve Hay wrote:
Steve Hay wrote:
The simplest solution is probably just to "touch" the file first so that
it is in the same DST season as the current time. The attached patch
does this.
Oops. Here's the patch :)
Thanks Steve, committed.
Even though there is still a chance for a race, if the
Steve Hay wrote:
>The simplest solution is probably just to "touch" the file first so that
>it is in the same DST season as the current time. The attached patch
>does this.
>
Oops. Here's the patch :)
- Steve
This email has been scanned for v
Using mp2 CVS, perl-5.8.5, httpd-2.0.50:
C:\Temp\modperl-2.0>perl t/TEST -verbose t\apr-ext\finfo.t
C:\apache2\bin\Apache.EXE -d C:/Temp/modperl-2.0/t -f
C:/Temp/modperl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.0.50 (winnt MPM)
[...]
t\apr-ext\finfo1..15
# Running
13 matches
Mail list logo