Getting # Physical CPUs

Leandro Lucarella luca at llucax.com.ar
Thu Jul 15 12:11:15 PDT 2010


Walter Bright, el 15 de julio a las 11:40 me escribiste:
> dsimcha wrote:
> >Here's the error message I'm getting.  I know basically nothing about make except
> >that it's a build system and that it almost never works, so I can't even begin to
> >debug this.  Here's the error message I've been getting, on a freshly unpacked
> >2.047 directory on some ancient  Linux distro that my sys admin insists on using:
> >
> >$ make -flinux.mak
> >make --no-print-directory -f  OS=posix BUILD=release
> >make[1]: OS=posix: No such file or directory
> >make[1]: *** No rule to make target `OS=posix'.  Stop.
> >make: *** [release] Error 2
> 
> The "OS=posix" sets the macro OS to the value posix, it does not set
> the target. This has been a feature of make since at least the
> 1980's, earlier than Linux even existed. So I'm astonished you're
> seeing this error.

This is even standard POSIX:
http://www.opengroup.org/onlinepubs/009695399/utilities/make.html
(see the OPERANDS section)

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------
- Que hacés, ratita?
- Espero un ratito...


More information about the Digitalmars-d mailing list