Date: Sat, 28 Nov 1998 17:19:47 +1100 (EST) From: Tony Maher <tonym@angis.org.au> To: jake@checker.org Cc: current@FreeBSD.ORG Subject: Re: install: strip: No such file or directory Message-ID: <199811280619.RAA02020@morgan.angis.su.OZ.AU>
next in thread | raw e-mail | index | archive | help
> anyone else seeing the following just before a make -j4 world should finish?
>
> ===> netboot
> install -c strip -aout -o root -g wheel -m 555 nb8390.com nb3c509.com
> nb8390.r
> om nb3c509.rom /usr/mdec
> install: strip: No such file or directory
> Would the -j4 have anything to do with it? I'll try again without it.
Happens without it too.
/usr/src/sys/i386/boot/netboot/Makefile defines
STRIP= strip -aout
and includes
/usr/src/share/mk/bsd.prog.mk which has
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}
but dont really want the strip bit here. Setting
STRIP=
Would solve the install bit (or just run the install by hand which is what I
did) but I dont know if this has unwanted side effects.
tonym
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?199811280619.RAA02020>
