From: Michael Meffie Date: Sat, 1 Mar 2014 19:52:48 +0000 (-0500) Subject: compile_et macros to generate source and headers separately X-Git-Tag: upstream/1.8.0_pre1^2~755 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=be36376b244d1d94b24cb8fce44810fb31b7b5ce;p=packages%2Fo%2Fopenafs.git compile_et macros to generate source and headers separately Common makefile macros to generate headers and source files separately using the new compile_et -emit option. Change-Id: I5848922fbe1d94f9d3cec829a3ed657e7f63d191 Reviewed-on: http://gerrit.openafs.org/10869 Reviewed-by: D Brashear Tested-by: D Brashear --- diff --git a/src/config/Makefile.config.in b/src/config/Makefile.config.in index f82cda728..188c40ddf 100644 --- a/src/config/Makefile.config.in +++ b/src/config/Makefile.config.in @@ -195,6 +195,13 @@ RUN_LD=$(Q)$(RUN_LD_NOQ_V$(V)) RUN_CC_NOQ=$(RUN_CC_NOQ_V$(V)) RUN_LD_NOQ=$(RUN_LD_NOQ_V$(V)) +# +# Generate error table header and the source files independently for +# parallel make. +# +COMPILE_ET_H=${COMPILE_ET} -emit h +COMPILE_ET_C=${COMPILE_ET} -emit c + # # Common/standard cflags/paths/etc # Cflags defaults, will be overridden later if necessary