Mailing List Archive

SCO make doesn't like @ -
On a SCO SV 3.2 system, make gets confused. ext/SDBM_File/Makefile.PL
produces a Makefile with the following rule:

subdirs ::
@ -cd sdbm && $(MAKE) all $(PASTHRU)

The "@ -" confuses make:

sh: -cd: not found

-Andrew
Re: SCO make doesn't like @ - [ In reply to ]
>>>>> "andrew" == Andrew Wilcox <awilcox@maine.com> writes:

andrew> On a SCO SV 3.2 system, make gets confused. ext/SDBM_File/Makefile.PL
andrew> produces a Makefile with the following rule:

andrew> subdirs ::
andrew> @ -cd sdbm && $(MAKE) all $(PASTHRU)

andrew> The "@ -" confuses make:

andrew> sh: -cd: not found

That's already fixed for a while. You can get a newer MakeMaker from
the CPAN directory authors/id/ANDK. You get the current list of CPAN
archives from ftp://ftp.funet.fi/pub/languages/perl/CPAN/CPAN.

andrew> -Andrew

andreas