Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Don't build a.out kernels anymore.
details: https://anonhg.NetBSD.org/src/rev/b9b5379f643d
branches: trunk
changeset: 471625:b9b5379f643d
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Apr 06 06:16:07 1999 +0000
description:
Don't build a.out kernels anymore.
diffstat:
sys/arch/pmax/conf/Makefile.pmax | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 2da72d3902a9 -r b9b5379f643d sys/arch/pmax/conf/Makefile.pmax
--- a/sys/arch/pmax/conf/Makefile.pmax Tue Apr 06 05:57:34 1999 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax Tue Apr 06 06:16:07 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pmax,v 1.70 1999/03/27 08:15:29 simonb Exp $
+# $NetBSD: Makefile.pmax,v 1.71 1999/04/06 06:16:07 simonb Exp $
# Makefile for NetBSD
#
@@ -118,8 +118,6 @@
.endif
SYSTEM_LD_TAIL+=;\
- echo elf2aout $@ $@.aout; elf2aout $@ $@.aout; \
- chmod 755 $@.aout; \
echo elf2ecoff $@ $@.ecoff; elf2ecoff $@ $@.ecoff; \
chmod 755 $@.ecoff
@@ -147,7 +145,7 @@
__CLEANKERNEL: .USE
@echo "${.TARGET}ing the kernel objects"
- rm -f eddep *netbsd netbsd.aout netbsd.ecoff netbsd.gdb tags *.[io] \
+ rm -f eddep *netbsd netbsd.ecoff netbsd.gdb tags *.[io] \
[a-z]*.s [Ee]rrs linterrs makelinks assym.h.tmp assym.h
__CLEANDEPEND: .USE
Home |
Main Index |
Thread Index |
Old Index