Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 1997 09:53:11 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        andrew@aaaaaaaa.demon.co.uk, stable@FreeBSD.ORG
Subject:   Re: /usr/include/ufs/ffs missing?...
Message-ID:  <199706072353.JAA24250@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Recently people suggested upgrading to 2.2-'latest' was best achieved by blowing away the old fs and installing from scratch.  I'm not doing this, instead I'm just running cvsup each weekend and then make world'ing.
>
>Last week, no problems.  This week:
>
>if [ ! -d /usr/include/ufs/ffs ]; then  mkdir /usr/include/ufs/ffs;  chown bin.bin /usr/include/ufs/ffs;  chmod 755 /usr/include/ufs/ffs;  fi
>mkdir: /usr/include/ufs/ffs: No such file or directory
>*** Error code 1

Use the 2.1 version of `make' or just create ${DESTDIR}/usr/include/ufs
manually.  Old versions of `make' iterated .for loops back to front, and
the 2.2 version of the Makefile still has a .for list back to front to
support this.  This was fixed in rev.1.51.

Bruce



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