From owner-freebsd-current Thu Jul 23 06:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12195 for freebsd-current-outgoing; Thu, 23 Jul 1998 06:01:39 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12188 for ; Thu, 23 Jul 1998 06:01:36 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA12166; Thu, 23 Jul 1998 23:01:13 +1000 Date: Thu, 23 Jul 1998 23:01:13 +1000 From: Bruce Evans Message-Id: <199807231301.XAA12166@godzilla.zeta.org.au> To: imp@village.org, jb@cimlogic.com.au Subject: Re: Does building current on 2.2.x still work? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have a silly question. Looking at src/Makefile, I see: > >.if (!make(world)) && (!make(buildworld)) && (!make(installworld)) >.MAKEFLAGS:= -m ${.CURDIR}/share/mk ${.MAKEFLAGS} >.endif > >Why the if? Why wouldn't you want to use share/mk always for make >*world? Because some versions of make (in particular the one in 2.1) don't support -m. The makefile takes great care not to use it until make is bootstrapped. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message