mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
44596eeda2
- Mark MAKE_JOBS_SAFE=yes. - Use OPTIONSng. Submitted by: bjk (maintainer)
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
--- 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}
|