Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Oct 2002 16:25:49 +0900
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   MAKEOBJDIRPREFIX
Message-ID:  <E17yokX-000CxM-00@roam.psg.com>

next in thread | raw e-mail | index | archive | help
putting 

    MAKEOBJDIRPREFIX=/usr/local/src/lamb

or whatever in your /etc/make.conf does not work in RC2 of 2002.10.04.  all
sorts of problems with directories etc.

    echo "===> usr.bin/yacc";  cd /usr/src/usr.bin/yacc;  make DIRPRFX=usr.bin/yacc/ obj;  make DIRPRFX=usr.bin/yacc/ depend;  make DIRPRFX=usr.bin/yacc/ all;  make DIRPRFX=usr.bin/yacc/ DESTDIR=/usr/local/src/lamb install
    ===> usr.bin/yacc
    /usr/local/src/lamb/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc
    sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   yacc /usr/local/src/lamb/usr/bin
    sh /usr/src/tools/install.sh -o root  -g wheel -m 555  yyfix.sh  /usr/local/src/lamb/usr/bin/yyfix
    install: /usr/local/src/lamb/usr/bin/yyfix: Not a directory
    *** Error code 71

    Stop in /usr/src/usr.bin/yacc.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.

    /usr/src# ls -l /usr/local/src/lamb/usr/bin
    -rwxr-xr-x  1 root  wheel  128396 Oct  8 15:39 /usr/local/src/lamb/usr/bin*

and, if i delete the file and make a nice directory there, later on we hit a
bunch of other missing directories etc.

randy


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17yokX-000CxM-00>