generated mode: fix result

don't leave build results which will interfere with the next phase around

Change-Id: If7e5f4773b7c79f7deceb88d7393cbb65a220bd5
Reviewed-on: http://gerrit.openafs.org/4074
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Derrick Brashear 2011-02-26 21:42:40 -05:00
parent 94d8451a8c
commit e16d015a3e
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 \