Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 1998 17:55:22 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        jack@germanium.xtalwind.net, jake@checker.org
Cc:        current@FreeBSD.ORG
Subject:   Re: install: strip: No such file or directory
Message-ID:  <199811280655.RAA01037@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> anyone else seeing the following just before a make -j4 world should finish?
>
>Yup, and I submitted a PR a little while ago.
>Adding
>
>beforeinstall:
>STRIP=

Make macros have global scope in make, so this breaks all non-install
uses of STRIP.  There shouldn't be any such uses, but this was broken
in rev.1.20 of netboot/Makefile.  All changes those changes are wrong
anyway, because netboot is part of a whole tree with similarly deficient
aout support.

Bruce

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?199811280655.RAA01037>