mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
lwp: Fast time doesn't need util
With the rise of roken, the fasttime file no longer depends on util Change-Id: I2a1391d13bb39321666889dcfc2fbf43b181c749 Reviewed-on: http://gerrit.openafs.org/8030 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
c2d724dc5b
commit
04c750b2fe
@ -178,7 +178,7 @@ hcrypto: config $(DIR_roken)
|
||||
rfc3961: config hcrypto
|
||||
+${COMPILE_PART1} crypto/rfc3961 ${COMPILE_PART2}
|
||||
|
||||
lwp: util lwp_depinstall
|
||||
lwp: opr $(DIR_roken) lwp_depinstall
|
||||
+${COMPILE_PART1} lwp ${COMPILE_PART2}
|
||||
|
||||
roken: config
|
||||
@ -187,7 +187,7 @@ roken: config
|
||||
rxgen: $(DIR_roken) config
|
||||
+${COMPILE_PART1} rxgen ${COMPILE_PART2}
|
||||
|
||||
rx: config lwp rxgen rx_depinstall
|
||||
rx: config lwp rxgen rx_depinstall util
|
||||
+${COMPILE_PART1} rx ${COMPILE_PART2}
|
||||
|
||||
rxstat: rx rxstat_depinstall
|
||||
|
@ -28,8 +28,6 @@
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#include <afs/afsutil.h>
|
||||
|
||||
int ft_debug;
|
||||
|
||||
#define TRUE 1
|
||||
|
Loading…
Reference in New Issue
Block a user