Subject: Re: libipsec compile problem
To: None <Thilo.Manske@HEH.Uni-Oldenburg.DE>
From: Jaromír Dolecek <jdolecek@netbsd.org>
List: current-users
Date: 02/09/2001 12:28:30
Thilo Manske wrote:
> So how you explain this then?
> -rw-r--r-- 1 thilo wsrc 21373 Jun 14 2000 obj.vax/policy_parse.c
> (Haven't done a make build for weeks on vax)
I cannot explain this, but the most wise thing to do here
would be to nuke all *.[ch] files generated from yacc source - I did this
via a simple script:
locale .y | grep '.y$' | sed -e 's@\([a-z_0-9-]\)\.y$@obj/\1.c@' > lst
locale .y | grep '.y$' | sed -e 's@\([a-z_0-9-]\)\.y$@obj/\1.h@' >> lst
rm -f `cat lst`
Jaromir
--
Jaromir Dolecek <jdolecek@NetBSD.org> http://www.ics.muni.cz/~dolecek/
@@@@ Wanna a real operating system ? Go and get NetBSD, dammit! @@@@