Subject: Re: CVS from NetBSD Project Autobuild results
To: William Allen Simpson <wsimpson@greendragon.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 07/15/2003 15:16:51
On Tue, Jul 15, 2003 at 07:16:32AM -0400, William Allen Simpson wrote:
> William Allen Simpson wrote:
> >
> > Hmmm. Wondering what world you live in.... It didn't compile for me
> > on Jun 10, 16, 18, 19, 20, 25, and Jul 04. In the middle, there were
> > problems with common things like printf and curses! On the 4th, the
> > entire thing "compiled", but then stopped due to flist inconsistencies.
> > The first compile I've gotten to work in the past month was the 5th!
> >...
> > Thank heavens for releng!
> >
> > I can certainly understand why somebody would prefer to compile from
> > sources that are known to compile, especially for a first attempt.
>
> And sure enough, last night's failed again due to flist inconsistencies.
>
> Maybe the project needs a "no checkin day", say Mondays, to allow all
> the inconsistencies to be fixed?
I just do
Index: distrib/sets/Makefile
===================================================================
RCS file: /cvsroot/src/distrib/sets/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- distrib/sets/Makefile 2003/07/10 10:34:13 1.26
+++ distrib/sets/Makefile 2003/07/15 14:16:04
@@ -53,9 +53,6 @@
.PRECIOUS: maketars
maketars: check_DESTDIR check_RELEASEDIR
-.if defined(DESTDIR) && ${DESTDIR} != ""
- ${MAKE} checkflist
-.endif
mkdir -p ${RELEASEDIR}/${MACHINE}/binary/sets
${SETSENV} ${HOST_SH} ${.CURDIR}/maketars -d ${DESTDIR:S,^$,/,} \
${UNPRIVED:D-M ${METALOG}} -N ${NETBSDSRCDIR}/etc \