From 54600d6e7cde0ba91e78b5c5271e5c3efa9228d1 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Wed, 21 Apr 2004 04:30:30 +0000 Subject: [PATCH] Don't need the p_check ... | p_purge as newer ptools will do this automagically on p_tupdate. Change clean state to "cleankernel"; missed on past renaming. Don't need the p_check ... | p_purge as newer ptools will do this automagically on p_tupdate. Change clean state to "cleankernel"; missed on past renaming. --- tools/auto-qa | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/auto-qa b/tools/auto-qa index f13dd8ec..89854433 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -189,11 +189,6 @@ _update_workarea() WORKAREA="$1" p_tupdate 2>&1 \ || _fail " !!! p_tupdate failed" - _log " *** p_check/p_purge" - cd "$1" - WORKAREA="$1" p_check -s | p_purge -yiu 2>&1 \ - || _fail " !!! p_check/p_purge failed" - _log " *** non-trunk files" cd "$1" WORKAREA="$1" p_list -c 2>&1 \ @@ -427,7 +422,7 @@ do *buildkernel) _log " *** build kernel" - _change_state "clean" ; # we better start from scratch if this fails + _change_state "cleankernel" ; # we better start from scratch if this fails cd "$KWORKAREA" [ -z "$KTARGET" ] && KTARGET=bzImage -- 2.30.2