summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-06 10:52:15 +0000
committerdg <dg@FreeBSD.org>1994-08-06 10:52:15 +0000
commit4c3dd171d4247fdb02d70d887556a5bc3f8c70c4 (patch)
treefc91868178fe472c7ffab73ca74a2a11ceb53a6e
parentd54669e82cbbf0225e315a360ecfe53c6a92da0a (diff)
downloadFreeBSD-src-4c3dd171d4247fdb02d70d887556a5bc3f8c70c4.zip
FreeBSD-src-4c3dd171d4247fdb02d70d887556a5bc3f8c70c4.tar.gz
Don't strip the kernel.
-rw-r--r--sys/conf/Makefile.i3865
-rw-r--r--sys/conf/Makefile.powerpc5
-rw-r--r--sys/i386/conf/Makefile.i3865
3 files changed, 6 insertions, 9 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 20d1ee9..084fcfd 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.23 1994/03/21 20:48:47 ats Exp $
+# $Id: Makefile.i386,v 1.26 1994/05/26 13:38:01 rgrimes Exp $
#
# Makefile for FreeBSD
#
@@ -24,7 +24,6 @@ TOUCH= touch -f -c
LD= /usr/bin/ld
CC= cc
CPP= cpp
-STRIP= strip
DBSYM= /usr/sbin/dbsym
S= ../..
@@ -56,7 +55,7 @@ SYSTEM_DEP=Makefile symbols.sort ${SYSTEM_OBJS} libkern.a
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @${LD} -Bstatic -Z -T ${LOAD_ADDRESS} -o $@ -X ${SYSTEM_OBJS} vers.o libkern.a
SYSTEM_LD_TAIL= @echo rearranging symbols; symorder symbols.sort $@; \
- ${DBSYM} -fT ${LOAD_ADDRESS} $@; ${STRIP} -x $@; size $@; chmod 755 $@
+ ${DBSYM} -fT ${LOAD_ADDRESS} $@; size $@; chmod 755 $@
# (XXX) ok, this is weird. but we've got a working ed, and a broken ex, and
# the script is identical for either... -- cgd
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 20d1ee9..084fcfd 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.23 1994/03/21 20:48:47 ats Exp $
+# $Id: Makefile.i386,v 1.26 1994/05/26 13:38:01 rgrimes Exp $
#
# Makefile for FreeBSD
#
@@ -24,7 +24,6 @@ TOUCH= touch -f -c
LD= /usr/bin/ld
CC= cc
CPP= cpp
-STRIP= strip
DBSYM= /usr/sbin/dbsym
S= ../..
@@ -56,7 +55,7 @@ SYSTEM_DEP=Makefile symbols.sort ${SYSTEM_OBJS} libkern.a
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @${LD} -Bstatic -Z -T ${LOAD_ADDRESS} -o $@ -X ${SYSTEM_OBJS} vers.o libkern.a
SYSTEM_LD_TAIL= @echo rearranging symbols; symorder symbols.sort $@; \
- ${DBSYM} -fT ${LOAD_ADDRESS} $@; ${STRIP} -x $@; size $@; chmod 755 $@
+ ${DBSYM} -fT ${LOAD_ADDRESS} $@; size $@; chmod 755 $@
# (XXX) ok, this is weird. but we've got a working ed, and a broken ex, and
# the script is identical for either... -- cgd
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 20d1ee9..084fcfd 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.23 1994/03/21 20:48:47 ats Exp $
+# $Id: Makefile.i386,v 1.26 1994/05/26 13:38:01 rgrimes Exp $
#
# Makefile for FreeBSD
#
@@ -24,7 +24,6 @@ TOUCH= touch -f -c
LD= /usr/bin/ld
CC= cc
CPP= cpp
-STRIP= strip
DBSYM= /usr/sbin/dbsym
S= ../..
@@ -56,7 +55,7 @@ SYSTEM_DEP=Makefile symbols.sort ${SYSTEM_OBJS} libkern.a
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @${LD} -Bstatic -Z -T ${LOAD_ADDRESS} -o $@ -X ${SYSTEM_OBJS} vers.o libkern.a
SYSTEM_LD_TAIL= @echo rearranging symbols; symorder symbols.sort $@; \
- ${DBSYM} -fT ${LOAD_ADDRESS} $@; ${STRIP} -x $@; size $@; chmod 755 $@
+ ${DBSYM} -fT ${LOAD_ADDRESS} $@; size $@; chmod 755 $@
# (XXX) ok, this is weird. but we've got a working ed, and a broken ex, and
# the script is identical for either... -- cgd
OpenPOWER on IntegriCloud