From 078f5d46ad34f36cce257b3b8a970471a4b2b68b Mon Sep 17 00:00:00 2001 From: gmorris Date: Tue, 12 Apr 2005 15:16:12 +0000 Subject: Added TOP, as needed, for easier compile in subdirectories --- tools/Makefile | 1 + tools/getiversion/Makefile | 1 + tools/getkversion/Makefile | 1 + tools/locktest/Makefile | 1 + tools/nlmtest/Makefile | 1 + tools/rpcdebug/Makefile | 1 + tools/rpcgen/Makefile | 1 + 7 files changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 0324877..7bfd84b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -2,6 +2,7 @@ # Various debugging/testing tools # +TOP = ../ SUBDIRS = rpcgen getiversion getkversion rpcdebug locktest # nlmtest doesn't work diff --git a/tools/getiversion/Makefile b/tools/getiversion/Makefile index 46c7150..e6c3244 100644 --- a/tools/getiversion/Makefile +++ b/tools/getiversion/Makefile @@ -2,6 +2,7 @@ # knfsd tools # +TOP = ../../ TOOL = getiversion OBJS = getiversion.o diff --git a/tools/getkversion/Makefile b/tools/getkversion/Makefile index be813ad..c13f80e 100644 --- a/tools/getkversion/Makefile +++ b/tools/getkversion/Makefile @@ -3,6 +3,7 @@ # compiled. # +TOP = ../../ TOOL = getkversion OBJS = getkversion.o diff --git a/tools/locktest/Makefile b/tools/locktest/Makefile index e18f0b1..d597228 100644 --- a/tools/locktest/Makefile +++ b/tools/locktest/Makefile @@ -2,6 +2,7 @@ # testlk - lock a file to test client side locking. # +TOP = ../../ TOOL = testlk OBJS = testlk.o diff --git a/tools/nlmtest/Makefile b/tools/nlmtest/Makefile index 6f29afb..0df9f32 100644 --- a/tools/nlmtest/Makefile +++ b/tools/nlmtest/Makefile @@ -2,6 +2,7 @@ # nlmtest Exercise some NLM calls to test the lockd server. # +TOP = ../../ TOOL = nlmtest SRCS = $(RPCSRCS) nlmtest.c OBJS = $(SRCS:.c=.o) diff --git a/tools/rpcdebug/Makefile b/tools/rpcdebug/Makefile index 5dce56b..d313960 100644 --- a/tools/rpcdebug/Makefile +++ b/tools/rpcdebug/Makefile @@ -2,6 +2,7 @@ # knfsd tools # +TOP = ../../ TOOL = rpcdebug nfsdebug nfsddebug OBJS = rpcdebug.o diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile index a4e4d17..7dc13d3 100644 --- a/tools/rpcgen/Makefile +++ b/tools/rpcgen/Makefile @@ -38,6 +38,7 @@ # Copyright (C) 1987, Sun Microsystems, Inc. # +TOP = ../../ TOOL = rpcgen OBJS = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \ rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o -- cgit