mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
config: make makefile builder be a config tool also
all of our helper tools should be configured in one place, so a cross compile can override them Change-Id: I35044832257fa3389504f79207aa423e39d1ad4a Reviewed-on: http://gerrit.openafs.org/8198 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
eae608d99a
commit
bb84ed0f56
@ -478,7 +478,7 @@ libafs: config export rfc3961 hcrypto lwp_depinstall \
|
|||||||
libacl_depinstall afs_depinstall dir_depinstall \
|
libacl_depinstall afs_depinstall dir_depinstall \
|
||||||
rxstat_depinstall sys_depinstall auth_depinstall \
|
rxstat_depinstall sys_depinstall auth_depinstall \
|
||||||
rxosdsrc
|
rxosdsrc
|
||||||
src/config/config src/libafs/MakefileProto.${MKAFS_OSTYPE} src/libafs/Makefile ${SYS_NAME}
|
${CONFIGTOOL} src/libafs/MakefileProto.${MKAFS_OSTYPE} src/libafs/Makefile ${SYS_NAME}
|
||||||
+${COMPILE_PART1} libafs ${COMPILE_PART2}
|
+${COMPILE_PART1} libafs ${COMPILE_PART2}
|
||||||
|
|
||||||
libafs_tree: export lwp_depinstall rx_depinstall vlserver_depinstall tvlserver_depinstall rxkad_depinstall fsint_depinstall \
|
libafs_tree: export lwp_depinstall rx_depinstall vlserver_depinstall tvlserver_depinstall rxkad_depinstall fsint_depinstall \
|
||||||
@ -495,7 +495,7 @@ libafs_tree: export lwp_depinstall rx_depinstall vlserver_depinstall tvlserver_d
|
|||||||
#
|
#
|
||||||
|
|
||||||
libuafs_setup: config export
|
libuafs_setup: config export
|
||||||
src/config/config src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
|
${CONFIGTOOL} src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
|
||||||
|
|
||||||
libuafs: libuafs_setup vlserver_depinstall tvlserver_depinstall rx_depinstall fsint_depinstall \
|
libuafs: libuafs_setup vlserver_depinstall tvlserver_depinstall rx_depinstall fsint_depinstall \
|
||||||
auth_depinstall dir_depinstall libacl_depinstall rxkad_depinstall \
|
auth_depinstall dir_depinstall libacl_depinstall rxkad_depinstall \
|
||||||
|
@ -145,6 +145,7 @@ KERNELDIR = ../libafs
|
|||||||
# Build helper apps
|
# Build helper apps
|
||||||
#
|
#
|
||||||
COMPILE_ET = ${TOP_OBJDIR}/src/comerr/compile_et
|
COMPILE_ET = ${TOP_OBJDIR}/src/comerr/compile_et
|
||||||
|
CONFIGTOOL = ${TOP_OBJDIR}/src/config/config
|
||||||
RXGEN = ${TOP_OBJDIR}/src/rxgen/rxgen
|
RXGEN = ${TOP_OBJDIR}/src/rxgen/rxgen
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
LWPTOOL = ${TOP_SRCDIR}/config/lwptool
|
LWPTOOL = ${TOP_SRCDIR}/config/lwptool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user