From: Derrick Brashear Date: Sun, 27 Feb 2011 02:42:40 +0000 (-0500) Subject: generated mode: fix result X-Git-Tag: debian/1.6.0.pre3-1~5^2^2~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=153a44e4b76172e642320bad0585a6cc8a966273;p=packages%2Fo%2Fopenafs.git generated mode: fix result don't leave build results which will interfere with the next phase around Reviewed-on: http://gerrit.openafs.org/4074 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit e16d015a3eec3cf2fb79b27b39bd567bb4f07581) Change-Id: I3bd6270f1d33468e9893aaebd887b23a1eda4f07 Reviewed-on: http://gerrit.openafs.org/4080 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/Makefile.in b/Makefile.in index e8dceb0b0..6ca97176e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,6 +67,7 @@ generated: force buildtools +${COMPILE_PART1} update ${COMPILE_GENERATED} +${COMPILE_PART1} vlserver ${COMPILE_GENERATED} +${COMPILE_PART1} volser ${COMPILE_GENERATED} + +${COMPILE_PART1} config ${COMPILE_PART2A} generated_clean install: all install_dirs $(MAKE) build COMPILE_PART2B=install diff --git a/src/config/Makefile.in b/src/config/Makefile.in index 9e81529a5..8793663fe 100644 --- a/src/config/Makefile.in +++ b/src/config/Makefile.in @@ -25,6 +25,9 @@ all: config mkvers \ ${TOP_INCDIR}/afs/venus.h \ ${TOP_INCDIR}/afs/vioc.h +generated_clean: + ${RM} -f ${TOP_INCDIR}/afs/param.h + buildtools: \ config \ mkvers \