cvs commit: ports/benchmarks/dbench Makefile

Marcus Alves Grando mnag at FreeBSD.org
Fri Oct 21 15:04:07 PDT 2005


Because two if's are because doesn't compile...

.if ${OSVERSION} < 500000
IGNORE= Doesn't build on FreeBSD < 5.x
.endif

.if ${ARCH} == amd64
IGNORE= Doesn't build on arch amd64
.endif

Kris Kennaway wrote:
> On Fri, Oct 21, 2005 at 09:24:56PM +0000, Marcus Alves Grando wrote:
>> mnag        2005-10-21 21:24:56 UTC
>>
>>   FreeBSD ports repository
>>
>>   Modified files:
>>     benchmarks/dbench    Makefile 
>>   Log:
>>   In really mark as IGNORE.
> 
> Why?
> 
> You also mis-capitalized the ignore string
> 
> Kris

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org         |  FreeBSD.org


More information about the cvs-all mailing list