On Thu, Apr 21, 2011 at 8:56 AM, Mikolaj Kucharski
<miko...@kucharski.name> wrote:
> I didn't make build for few years now, but usually never had issues with
> it. Is anyone aware of folloing build errors, or may have a hunch where
> did I screw up?
...
> #!/bin/sh
>
> export DESTDIR=/home/users/mikolaj/dst
> export RELEASEDIR=/home/users/mikolaj/rel
...
> cd /home/users/mikolaj/src && \
>        make obj 2>&1 | tee ~/log.make-obj
> cd /home/users/mikolaj/src/etc && \
>        sudo make distrib-dirs 2>&1 | tee ~/log.dirs
> cd /home/users/mikolaj/src && \
>        make SUDO=sudo build 2>&1 | tee ~/log.build

Doing a plain "make build" with DESTDIR set is not supported.  It used
to--by coincidence--work, but with the move to gcc4 it broke and we're
not interested in fixing it.  The supported path is described in the
release(8) manpage.


Philip Guenther

Reply via email to