Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/kern/lib/libsys_linux factor out the syscall buildi...
details: https://anonhg.NetBSD.org/src/rev/674fbded6ecc
branches: trunk
changeset: 806782:674fbded6ecc
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 08 15:20:07 2015 +0000
description:
factor out the syscall building code
diffstat:
sys/rump/kern/lib/libsys_linux/Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (20 lines):
diff -r 67a9ac9b48fa -r 674fbded6ecc sys/rump/kern/lib/libsys_linux/Makefile
--- a/sys/rump/kern/lib/libsys_linux/Makefile Sun Mar 08 15:19:40 2015 +0000
+++ b/sys/rump/kern/lib/libsys_linux/Makefile Sun Mar 08 15:20:07 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/03/08 15:07:33 christos Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/08 15:20:07 christos Exp $
#
.PATH: ${.CURDIR}/../../../../compat/linux/common
@@ -22,9 +22,4 @@
.include <bsd.klinks.mk>
SYS_P=rump_linux_sys
-SYS_MKSYSCALLS=${.CURDIR}/../../../../kern/makesyscalls.sh
-SYS_DST=${SYS_P}calls.c ${SYS_P}ent.c ${SYS_P}callargs.h ${SYS_P}call.h:
-SYS_SRC=${SYS_MKSYSCALLS} syscalls.conf syscalls.master
-
-${SYS_DST}: ${SYS_SRC}
- ${HOST_SH} ${.ALLSRC}
+.include "../Makefile.sys"
Home |
Main Index |
Thread Index |
Old Index