From 7aa31544d63c08b97a4c9b329c2e33d97d17d977 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 16 Sep 1994 14:30:25 +0000 Subject: Add support for DEBUG_FLAGS. If you say something like: make DEBUG_FLAGS=-g2 You can compile something for debugging at debugging level 2. It will also take care not to strip the resulting executable(s). --- share/mk/bsd.own.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/mk/bsd.own.mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index dc17f18..e6ea911 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,10 +1,12 @@ -# $Id: bsd.own.mk,v 1.5 1994/03/19 22:02:35 jkh Exp $ +# $Id: bsd.own.mk,v 1.1 1994/08/04 21:10:08 wollman Exp $ BINGRP?= bin BINOWN?= bin BINMODE?= 555 +.if !defined(DEBUG_FLAGS) STRIP?= -s +.endif COPY?= -c -- cgit v1.1