From owner-freebsd-current Thu Sep 3 13:04:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10362 for freebsd-current-outgoing; Thu, 3 Sep 1998 13:04:52 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10355 for ; Thu, 3 Sep 1998 13:04:50 -0700 (PDT) (envelope-from sasdrq@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.8.7/8.8.7) with SMTP id QAA07304 for ; Thu, 3 Sep 1998 16:03:29 -0400 (EDT) Received: from wagner.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA28937; Thu, 3 Sep 1998 16:03:28 -0400 Received: from sports.pc.sas.com by wagner.unx.sas.com (5.65c/SAS/Generic 9.01/3-26-93) id AA29726; Thu, 3 Sep 1998 16:03:28 -0400 Received: (from sasdrq@localhost) by sports.pc.sas.com (8.9.1/8.8.8) id QAA03804 for freebsd-current@freebsd.org; Thu, 3 Sep 1998 16:03:30 -0400 (EDT) (envelope-from sasdrq) From: David Quattlebaum Message-Id: <199809032003.QAA03804@sports.pc.sas.com> Subject: make distribute fails on make release To: freebsd-current@FreeBSD.ORG (current) Date: Thu, 3 Sep 1998 16:03:30 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL38 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As of this morning 03Sep98: The Makefile in /usr/src/etc contains: distribute: cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin The Makefile in /usr/src USED to contain: # etc must be last for "distribute" to work .if exists(etc) SUBDIR+= etc .endif It along with a bunch os stuff was removed on 1998/08/31 01:08:08 by jb With the Log: @E-day build system changes. - Moved most of the guts of Makefile to Makefile.inc1 to become the backend for the build system. - The new Makefile doesn't suffer from problems including the wrong sys.mk because it doesn't use anything in there or bsd.own.mk. So, from now on, the proper build command is just `make world' (or buildworld). - The intermediate makefiles called Makefile.inc0 and Makefile.upgrade fiddle with the OBJFORMAT and MAKEOBJDIRPREFIX variables so that both aout and elf object trees can coexist. Makefile.upgrade contains the aout->elf transition build. - A cross build environment is now very close to reality. Specifying TOOLDIR, setting OBJFORMAT and MAKEOBJDIRPREFIX allow that. See the comments in Makefile for more info. Is "make release" working for anyone? Any ideas here? -- David Quattlebaum, (sasdrq@unx.sas.com) < "barbeque is a *noun* not a verb" - one of the unspoken rules of the south To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message