Skip to content

Commit

Permalink
Don't need the p_check ... | p_purge as newer ptools will do
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fsgqa committed Apr 21, 2004
1 parent 31dd09e commit 54600d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/auto-qa
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54600d6

Please sign in to comment.