From owner-freebsd-hackers Thu Jul 10 09:25:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA10030 for hackers-outgoing; Thu, 10 Jul 1997 09:25:30 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA10025 for ; Thu, 10 Jul 1997 09:25:26 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wmLxH-0006Mc-00; Thu, 10 Jul 1997 09:20:31 -0700 Date: Thu, 10 Jul 1997 09:20:31 -0700 (PDT) From: Tom Samplonius To: Simon Shapiro cc: FreeBSD-Hackers@freebsd.org Subject: Re: Make World Explodes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 10 Jul 1997, Simon Shapiro wrote: > RELENG_2_2, as of tonightdoes the following naughty things: > > mkdep -f .depend -a > /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > /usr/src/2.2/src/usr.bin/xinstall/xinstall.c > cc -O -c /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function > `flags_to_string': > /usr/src/2.2/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: > `UF_NOUNLINK' undeclared (first use this function) > > ... Do a "make includes" first to get the include files up to date. Tom