Subject: Re: -current make depend problems...
To: Matt Thomas <matt@3am-software.com>
From: Colin Wood <cwood@ichips.intel.com>
List: current-users
Date: 01/05/2001 15:34:56
Matt Thomas wrote:
> At 02:47 PM 1/5/2001 -0800, Colin Wood wrote:
> >hi all-
> >
> >i'm trying to compile a -current mac68k kernel (GENERIC config), and i get
> >a pile of the following errors when doing a "make depend":
> >
> >In file included from ../../../../arch/mac68k/nubus/if_sm_nubus.c:40:
> >../../../../net/if.h:88: altq/if_altq.h: No such file or directory
> >In file included from ../../../../dev/scsipi/if_se.c:94:
> >../../../../net/if.h:88: altq/if_altq.h: No such file or directory
> >In file included from ../../../../net/netisr.h:75,
> >                  from ../../../../arch/mac68k/mac68k/intr.c:50:
> >../../../../net/if.h:88: altq/if_altq.h: No such file or directory
> >In file included from ../../../../compat/sunos/sunos_ioctl.c:46:
> >../../../../net/if.h:88: altq/if_altq.h: No such file or directory
> >
> >
> >i can't for the life of me find a reference to altq anywhere other than
> >if.h.  i'm sure i'm just doing something stupid, but i can't figure out
> >what at the moment.  oh, i'm running on a 1.5 mac68k system, btw.  that
> >shouldn't make a difference, right?
> 
> assuming you get your sources from anoncvs, make sure to use -dP to make
> you pick up new directories (and remove unused ones).

ah!!!  that does it.  thanks!


-colin