From b00bce7880acfb401a6a4d54f18c8c3b3b62e866 Mon Sep 17 00:00:00 2001 From: uwe Date: Wed, 10 Jul 2002 23:44:54 +0000 Subject: [PATCH] Fix botch in previous. Actually do "build" for "distribution". --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b60c012d9f9a..6a76f1d1d2b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2002/07/10 18:55:20 thorpej Exp $ +# $NetBSD: Makefile,v 1.182 2002/07/10 23:44:54 uwe Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -163,7 +163,7 @@ build: # ${RELEASEDIR}). distribution: -# (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) + (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution) .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)