Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32 Descend



details:   https://anonhg.NetBSD.org/src/rev/9d82f5762cbd
branches:  trunk
changeset: 820955:9d82f5762cbd
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 16 17:39:59 2017 +0000

description:
Descend

diffstat:

 sys/compat/linux32/Makefile     |  3 +++
 sys/compat/linux32/Makefile.inc |  4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d0fda042cb6a -r 9d82f5762cbd sys/compat/linux32/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/linux32/Makefile       Mon Jan 16 17:39:59 2017 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2017/01/16 17:39:59 christos Exp $
+SUBDIR= arch
+.include <bsd.subdir.mk>
diff -r d0fda042cb6a -r 9d82f5762cbd sys/compat/linux32/Makefile.inc
--- a/sys/compat/linux32/Makefile.inc   Mon Jan 16 17:39:22 2017 +0000
+++ b/sys/compat/linux32/Makefile.inc   Mon Jan 16 17:39:59 2017 +0000
@@ -1,5 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.3 2014/01/14 18:51:25 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2017/01/16 17:39:59 christos Exp $
 
+.if !defined(SUBDIR)
 SYSCALL_PREFIX=linux32
 
 .include <bsd.syscall.mk>
+.endif



Home | Main Index | Thread Index | Old Index