Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 Simplify tags target to reduce diffs with amd6...



details:   https://anonhg.NetBSD.org/src/rev/0cad4ec2a15a
branches:  trunk
changeset: 763411:0cad4ec2a15a
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Mar 18 19:48:12 2011 +0000

description:
Simplify tags target to reduce diffs with amd64/Makefile tags target.

diffstat:

 sys/arch/i386/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36b5e91db653 -r 0cad4ec2a15a sys/arch/i386/Makefile
--- a/sys/arch/i386/Makefile    Fri Mar 18 19:46:19 2011 +0000
+++ b/sys/arch/i386/Makefile    Fri Mar 18 19:48:12 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2009/08/30 02:00:56 dyoung Exp $
+#      $NetBSD: Makefile,v 1.39 2011/03/18 19:48:12 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -19,7 +19,7 @@
        ${SYSDIR}/arch/x86/include/*.h \
        ${SYSDIR}/arch/x86/isa/*.[ch] \
        ${SYSDIR}/arch/x86/pci/*.[ch]
-AI386= ${SYSDIR}/arch/i386/i386/*.[sS]
+AI386= ${SYSDIR}/arch/i386/i386/*.S
 
 # Directories in which to place tags links
 DI386= i386 eisa isa include pci



Home | Main Index | Thread Index | Old Index