From the looks of it, you didn't install the XF4 source package or get
them from CVS.
Peter wrote:
I am following FAQ 5.5 on building an X release (for my 4.0 system).
I have successfully made the base system release but when following the
below steps I get the error:
lndir: ../XF4: No such file or directory
make: don't know how to make build. Stop in /usr/Xbld.
make: don't know how to make release. Stop in /usr/Xbld.
I manually created the XF4 directory but it still didn't work:
make: don't know how to make build. Stop in /usr/Xbld.
make: don't know how to make release. Stop in /usr/Xbld.
What am I missing?
# rm -rf /usr/Xbld
# mkdir -p /usr/Xbld
# cd /usr/Xbld
# lndir ../XF4
# make build
# export DESTDIR=/usr/Xbld/dest
# export RELEASEDIR=/usr/Xbld/rel
# cd /usr/Xbld
# rm -rf dest
# mkdir dest rel
# make release