Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 1998 16:03:30 -0400 (EDT)
From:      David Quattlebaum <sasdrq@unx.sas.com>
To:        freebsd-current@FreeBSD.ORG (current)
Subject:   make distribute fails on make release
Message-ID:  <199809032003.QAA03804@sports.pc.sas.com>

next in thread | raw e-mail | index | archive | help
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)             <IXOYE><

"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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809032003.QAA03804>