develooper Front page | perl.vmsperl | Postings from January 2002

Re: [PATCH] Devel::PPPort Makfile.PL fixes

Thread Previous | Thread Next
From:
Craig A. Berry
Date:
January 2, 2002 10:13
Subject:
Re: [PATCH] Devel::PPPort Makfile.PL fixes
Message ID:
5.1.0.14.2.20020102111737.01c6d2b8@mail.mac.com
At 09:01 AM 1/2/2002 -0500, PPrymmer@factset.com wrote:
>I note that MMS (the make utility from Compaq) also supports both '@' and
>'-' but it is quite likely that either punctuation mark requires a space
>after it to work 

Yes, that's the problem.  We had

-$(TOUCH)

and the "-" was sent through as part of the command.  But if instead we use

- $(TOUCH)

we'll be ok.  I've tested it with the space under MMK and it works as expected.


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About