Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/pmax/conf Pull up rev 1.71 from the trunk:



details:   https://anonhg.NetBSD.org/src/rev/668de0da909f
branches:  netbsd-1-4
changeset: 468254:668de0da909f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 16 12:57:52 1999 +0000

description:
Pull up rev 1.71 from the trunk:
        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 c800a18aa467 -r 668de0da909f sys/arch/pmax/conf/Makefile.pmax
--- a/sys/arch/pmax/conf/Makefile.pmax  Fri Apr 16 06:37:23 1999 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax  Fri Apr 16 12:57:52 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.70.2.1 1999/04/16 12:57:52 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