Source-Changes-HG archive

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

[src/bouyer-quota2]: src/tests/fs/ffs/clients Add a edquota rump client



details:   https://anonhg.NetBSD.org/src/rev/3543a44fa40c
branches:  bouyer-quota2
changeset: 761084:3543a44fa40c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Jan 30 00:27:56 2011 +0000

description:
Add a edquota rump client

diffstat:

 tests/fs/ffs/clients/Makefile |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r e0a01eaaea20 -r 3543a44fa40c tests/fs/ffs/clients/Makefile
--- a/tests/fs/ffs/clients/Makefile     Sun Jan 30 00:26:03 2011 +0000
+++ b/tests/fs/ffs/clients/Makefile     Sun Jan 30 00:27:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.2 2011/01/28 22:15:36 bouyer Exp $
+#      $NetBSD: Makefile,v 1.1.2.3 2011/01/30 00:27:56 bouyer Exp $
 #
 
 .include <bsd.own.mk>
@@ -6,11 +6,12 @@
 TESTSDIR=      ${TESTSBASE}/fs/ffs
 WARNS=         4
 
-PROGS=                 rump_quota rump_repquota
+PROGS=                 rump_quota rump_repquota rump_edquota
 
 .PATH: ${NETBSDSRCDIR}/usr.bin/quota
 SRCS.rump_quota=       quota.c printquota.c getvfsquota.c quota_rumpops.c
 SRCS.rump_repquota=    printquota.c quota_rumpops.c
+SRCS.rump_edquota=     printquota.c getvfsquota.c quota_rumpops.c
 CPPFLAGS.quota.c+=     -I${NETBSDSRCDIR}/usr.bin/quota
 CPPFLAGS.printquota.c+=        -I${NETBSDSRCDIR}/usr.bin/quota
 CPPFLAGS.getvfsquota.c+=-I${NETBSDSRCDIR}/usr.bin/quota -I${NETBSDSRCDIR}/sys
@@ -19,10 +20,16 @@
 SRCS.rump_repquota+=   repquota.c
 CPPFLAGS.repquota.c+=  -I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
 
+.PATH: ${NETBSDSRCDIR}/usr.sbin/edquota
+SRCS.rump_edquota+=    edquota.c
+CPPFLAGS.edquota.c+=   -I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
+
 .PATH:  ${NETBSDSRCDIR}/sys/ufs/ufs 
 SRCS.rump_quota+=      quota2_prop.c
 SRCS.rump_repquota+=   quota2_prop.c quota1_subr.c
-CPPFLAGS.quota2_prop.c+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
+SRCS.rump_edquota+=    quota2_prop.c quota1_subr.c
+CPPFLAGS.quota2_prop.c+=-I${NETBSDSRCDIR}/sys
+CPPFLAGS.quota1_subr.c+=-I${NETBSDSRCDIR}/sys
 
 DPADD.rump_quota=      ${LIBRPCSVC} ${LIBPROP} ${LIBRUMPCLIENT}
 LDADD.rump_quota=      -lrpcsvc -lprop -lrumpclient
@@ -34,4 +41,9 @@
 MAN.rump_repquota=     # empty
 BINDIR.rump_repquota=  ${TESTSDIR}
 
+DPADD.rump_edquota=    ${LIBRPCSVC} ${LIBPROP} ${LIBRUMPCLIENT}
+LDADD.rump_edquota=    -lrpcsvc -lprop -lrumpclient
+MAN.rump_edquota=      # empty
+BINDIR.rump_edquota=   ${TESTSDIR}
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index