From owner-freebsd-bugs Sun Dec 17 12:58:41 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA20038 for bugs-outgoing; Sun, 17 Dec 1995 12:58:41 -0800 (PST) Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA20029 for ; Sun, 17 Dec 1995 12:58:37 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.6.12/8.6.4) with ESMTP id WAA02474 for ; Sun, 17 Dec 1995 22:49:24 +0200 Received: (hsu@localhost) by katiska.clinet.fi (8.6.12/8.6.4) id WAA13572; Sun, 17 Dec 1995 22:49:34 +0200 Date: Sun, 17 Dec 1995 22:49:34 +0200 Message-Id: <199512172049.WAA13572@katiska.clinet.fi> From: Heikki Suonsivu To: freebsd-bugs@freefall.FreeBSD.org Subject: STRIP incorrectly set in bsd.prog.mk Organization: Clinet Ltd, Espoo, Finland Sender: owner-bugs@FreeBSD.ORG Precedence: bulk bsd.prog.mk sets STRIP to -s even if DEBUG_FLAGS is set. I changed .if !defined(DEBUG_FLAGS) STRIP?= -s .endif to .if !defined(DEBUG_FLAGS) STRIP?= -s .else STRIP= .endif and the problem went away. No sense compiling with -g if -s will be forced in the install. I don't know why -s is set in the first place, though, so this is just a workaround. -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi work +358-0-4375209 fax -4555276 home -8031121