Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 1998 00:19:19 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG
Subject:   cvs commit: src Makefile
Message-ID:  <199806090719.AAA17986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/06/09 00:19:18 PDT

  Modified files:
    .                    Makefile 
  Log:
  Quick fixes for the mtree bootstrap:
  - don't announce `mtree' as `mtools'.
  - don't install to ${DESTDIR}/usr/sbin (which often doesn't exist if
    DESTDIR is set and may be read-only if DESTDIR is not set).
  - install to (${WORLDTMP}/usr/sbin so that the new mtree is actually
    in $PATH if DESTDIR is set.
  - don't use the host make or the host sys.mk.  This is probably
    unimportant.
  - use a temporary obj dir like the one for `make'.  This was mainly
    necessary because I forgot to remove the MAKEOBJDIRPREFIX unsetting
    which was just a bug for mtree.  A non-quick fix would handle mtree
    more like a bootstrap tool (the only additional complications are to
    create ${BINDIR} and avoid excessive cleaning).  Except a non-quick
    fix would change much more.
  
  Revision  Changes    Path
  1.201     +6 -5      src/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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