Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf duplicate "file" should only include "...



details:   https://anonhg.NetBSD.org/src/rev/4e591fc9dca2
branches:  trunk
changeset: 488100:4e591fc9dca2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 18 07:03:35 2000 +0000

description:
duplicate "file" should only include "compile-with"

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 630731b1c33e -r 4e591fc9dca2 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sun Jun 18 07:02:04 2000 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sun Jun 18 07:03:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.32 2000/06/18 06:57:15 mrg Exp $
+#      $NetBSD: files.sparc64,v 1.33 2000/06/18 07:03:35 mrg Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -14,10 +14,10 @@
 # These files must be compiled w/no omtimization in 64-bit mode
 #
 
-file net/if_ppp.c      ppp     needs-count     compile-with "${NOOPT_C}"
-file net/if_loop.c     loop    needs-count     compile-with "${NOOPT_C}"
-file net/if_sl.c       sl      needs-count     compile-with "${NOOPT_C}"
-file ufs/lfs/lfs_debug.c                lfs    compile-with "${NOOPT_C}"
+file net/if_ppp.c              compile-with "${NOOPT_C}"
+file net/if_loop.c             compile-with "${NOOPT_C}"
+file net/if_sl.c               compile-with "${NOOPT_C}"
+file ufs/lfs/lfs_debug.c        compile-with "${NOOPT_C}"
 
 #
 # XXXXXXXXXXX



Home | Main Index | Thread Index | Old Index