Source-Changes-HG archive

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

[src/trunk]: src/tests Avoid double-inclusion of bsd.subdir.mk file. This el...



details:   https://anonhg.NetBSD.org/src/rev/07842a898910
branches:  trunk
changeset: 760530:07842a898910
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 07 01:07:31 2011 +0000

description:
Avoid double-inclusion of bsd.subdir.mk file.  This eliminates some harmlessnbut annoying warning messages.

diffstat:

 tests/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ad04da869f10 -r 07842a898910 tests/Makefile
--- a/tests/Makefile    Fri Jan 07 00:31:34 2011 +0000
+++ b/tests/Makefile    Fri Jan 07 01:07:31 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2011/01/02 13:18:37 pooka Exp $
+# $NetBSD: Makefile,v 1.28 2011/01/07 01:07:31 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -15,6 +15,8 @@
 . endif
 
 .include <bsd.test.mk>
-.endif
+
+.else
 
 .include <bsd.subdir.mk>
+.endif



Home | Main Index | Thread Index | Old Index