Subject: Infinite loop while building usr.bin/audio
To: None <current-users@netbsd.org>
From: Marc Baudoin <babafou@babafou.eu.org>
List: current-users
Date: 08/15/2001 22:34:47
Hi,

I've got a problem building -current sources I just retrieved by
CVS.  I did a make obj and it ran into an infinite loop in
usr.bin/audio.  Looking at Makefile.inc in that directory, this
line puzzles me:

LIBAUDIO != cd ${.CURDIR}/../common && ${PRINTOBJDIR}

As ${PRINTOBJDIR} is in fact make -V .OBJDIR it seems quite
obvious this is the source of the loop.  Is it a real problem
or did I miss something (as this is my first build of -current)?

My platform is macppc but I don't think this is a port-related
problem and I compiled and installed a current make and mk files
before doing the make obj.