blob: 9f09e70d3f6b78175e63524c0216f03e3d3229f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- openafs-1.6.1/Makefile.in.orig 2012-03-27 08:03:34.000000000 +0900
+++ openafs-1.6.1/Makefile.in 2012-06-24 06:37:47.000000000 +0900
@@ -338,6 +338,7 @@
venus: cmd comerr volser ptserver libafscp
+${COMPILE_PART1} venus ${COMPILE_PART2}
+venus-test:: venus
+${COMPILE_PART1} venus/test ${COMPILE_PART2}
afsd: cmd comerr sys kauth @CLIENT_UAFS_DEP@
@@ -666,7 +667,7 @@
finale: project cmd comerr afsd butc tbutc tbudb @ENABLE_KERNEL_MODULE@ libuafs audit kauth log \
ptserver tptserver scout bu_utils ubik uss bozo @VFSCK@ volser tvolser tsalvaged \
dviced dvolser libafscp \
- venus update xstat afsmonitor rxdebug libafsrpc \
+ venus venus-test update xstat afsmonitor rxdebug libafsrpc \
libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \
platform kopenafs authtools
+${COMPILE_PART1} finale ${COMPILE_PART2}
@@ -674,7 +675,7 @@
finale_nolibafs: project cmd comerr afsd butc tbutc tbudb libuafs audit kauth log \
ptserver tptserver scout bu_utils ubik tubik uss bozo @VFSCK@ volser tvolser tsalvaged \
dviced dvolser libafscp\
- venus update xstat afsmonitor rxdebug libafsrpc \
+ venus venus-test update xstat afsmonitor rxdebug libafsrpc \
libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \
platform kopenafs authtools
+${COMPILE_PART1} finale ${COMPILE_PART2}
|