Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 1998 17:33:54 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        benedict@echonyc.com, current@FreeBSD.ORG
Subject:   Re: worse buildworld problems
Message-ID:  <199806090733.RAA10355@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>--------------------------------------------------------------
> Making mtools
>--------------------------------------------------------------
>(  cd /usr/src/usr.sbin/mtree;  MAKEOBJDIRPREFIX=""; unset
>MAKEOBJDIRPREFIX;  make -I/usr/src/share/mk -DNOINFO -DNOMAN -DNOPIC
>-DNOPROFILE -DNOSHARED all;  make -I/usr/src/share/mk -DNOINFO -DNOMAN
>-DNOPIC -DNOPROFILE -DNOSHARED install;  make -I/usr/src/share/mk
>-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED clean  )
>make: don't know how to make
>/usr/obj/usr/src/tmp/usr/include/sys/param.h. Stop
>*** Error code 2

Fixed.

The mtree bootstrap was missing a pre-clean step so it failed even
in the null DESTDIR case if you used NOCLEAN.  Don't use NOCLEAN
unless you can fix problems like this yourself.

Bruce

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?199806090733.RAA10355>