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/0e05a97728d7
branches:  trunk
changeset: 336640:0e05a97728d7
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 e01b05a9fdc6 -r 0e05a97728d7 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