From 2a9e07dcaf87f64daa57526ec1c101d878f6b7b5 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 8 Mar 2010 12:27:28 -0500 Subject: [PATCH] remove fc_test from normal build 1.5 deals with this differently. for now, don't build fc_test (rx needs libsys so it can deal with network config from userspace; the sys/rxkad dependancies are circular if so. so, no) Change-Id: I4936fd610d9346aa78665664e76a2023783d6654 Reviewed-on: http://gerrit.openafs.org/1536 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 2 +- src/rxkad/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1b7a4e838a..d7de838293 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,7 @@ des: config pinstall sys: cmd comerr afs des rx rxstat fsint auth sys_depinstall ${COMPILE_PART1} sys ${COMPILE_PART2} -rxkad: cmd comerr sys des rx rxkad_depinstall +rxkad: cmd comerr des rx rxkad_depinstall ${COMPILE_PART1} rxkad ${COMPILE_PART2} auth: cmd comerr comerr des lwp rx rxkad audit sys_depinstall auth_depinstall diff --git a/src/rxkad/Makefile.in b/src/rxkad/Makefile.in index c426b18ee8..928bca71d2 100644 --- a/src/rxkad/Makefile.in +++ b/src/rxkad/Makefile.in @@ -29,7 +29,7 @@ fc_test_LIBS=\ ${TOP_LIBDIR}/liblwp.a \ ${TOP_LIBDIR}/libafsutil.a -all: ${TOP_LIBDIR}/librxkad.a fc_test depinstall +all: ${TOP_LIBDIR}/librxkad.a depinstall depinstall: \ ${TOP_INCDIR}/rx/rxkad.h \