Subject: Re: vm/vm.h To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de> From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> List: port-arm32 Date: 07/16/2000 09:04:07
An alternative (what I always use after a significant "cvs update"):
make cleandir && make depend && make
An extra level of paranoia (since it forces everything to rebuild),
but then I don't always trust "make depend" to get things right..
- Bill