Date: Fri, 30 May 2003 08:51:26 -0400 From: "Dan Langille" <dan@langille.org> To: ports@FreeBSD.org Subject: how do I not strip the binaries? Message-ID: <3ED71B8E.17289.B89F9ED0@localhost>
next in thread | raw e-mail | index | archive | help
According to /usr/ports/Mk/bsd.port.mk: # INSTALL_PROGRAM - A command to install binary executables. (By # default, also strips them, unless ${STRIP} is # overridden to be the empty string). For debugging purposes, I don't want the binaries stripped. I've tried defining STRIP in various places (command line, /etc/make.conf) but can't stop the stripping: /usr/bin/install -c -o root -g wheel -s -m 754 bacula-sd /usr/local/sbin/bacula-sd Clues please? (please cc any replies to me) -- Dan Langille : http://www.langille.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ED71B8E.17289.B89F9ED0>