Date: Mon, 10 Nov 2003 23:26:13 +0100 From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) To: Hartmut Brandt <harti@FreeBSD.org> Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libbsnmp Makefile Makefile.inc src/lib/libbsnmp/libbsnmp Makefile src/lib/libbsnmp/modules Makefile Makefile.inc src/lib/libbsnmp/modules/snmp_mibII Makefile Message-ID: <20031111041443.32070.qmail@exxodus.fedaykin.here> In-Reply-To: <20031110143627.T29745@beagle.fokus.fraunhofer.de> (Harti Brandt's message of "Mon, 10 Nov 2003 14:37:27 %2B0100 (CET)") References: <200311100917.hAA9HYsg097794@repoman.freebsd.org> <7mptg0tkpq.wl@black.imgsrc.co.jp> <20031110143627.T29745@beagle.fokus.fraunhofer.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Harti Brandt <brandt@fokus.fraunhofer.de> writes: > No, mine. Although the universe made it just fine, the tinderbox breaks. > I'm just testing a fix. See attached fix for 'make universe'. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=universe.diff Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.291 diff -u -r1.291 Makefile --- Makefile 7 Nov 2003 08:36:55 -0000 1.291 +++ Makefile 10 Nov 2003 22:25:54 -0000 @@ -3,8 +3,6 @@ # # The user-driven targets are: # -# universe - *Really* build *everything* (buildworld and -# all kernels on all architectures). # buildworld - Rebuild *everything*, including glue to help do # upgrades. # installworld - Install everything built by "buildworld". @@ -182,38 +180,8 @@ ${MMAKE} all && \ ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= -# -# universe -# -# Attempt to rebuild *everything* for all supported architectures, -# with reasonable chance of success, regardless of how old your -# existing system is. -# -i386_mach= pc98 universe: - @echo "--------------------------------------------------------------" - @echo ">>> make universe started on ${STARTTIME}" - @echo "--------------------------------------------------------------" -.for arch in i386 sparc64 alpha ia64 -.for mach in ${arch} ${${arch}_mach} - @echo ">> ${mach} started on `LC_ALL=C date`" - -cd ${.CURDIR} && ${MAKE} buildworld \ - TARGET_ARCH=${arch} TARGET=${mach} \ - __MAKE_CONF=/dev/null \ - > _.${mach}.buildworld 2>&1 - @echo ">> ${mach} buildworld completed on `LC_ALL=C date`" -.if exists(${.CURDIR}/sys/${mach}/conf/NOTES) - -cd ${.CURDIR}/sys/${mach}/conf && ${MAKE} LINT \ - > ${.CURDIR}/_.${mach}.makeLINT 2>&1 -.endif - cd ${.CURDIR} && ${MAKE} buildkernels TARGET_ARCH=${arch} TARGET=${mach} - @echo ">> ${mach} completed on `LC_ALL=C date`" -.endfor -.endfor - @echo "--------------------------------------------------------------" - @echo ">>> make universe completed on `LC_ALL=C date`" - @echo " (started ${STARTTIME})" - @echo "--------------------------------------------------------------" + @echo "Use src/tools/tools/tinderbox instead." KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \ find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031111041443.32070.qmail>