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.
This commit is contained in:
fsgqa
2004-04-21 04:30:30 +00:00
parent 31dd09e00d
commit 54600d6e7c
+1 -6
View File
@@ -189,11 +189,6 @@ _update_workarea()
WORKAREA="$1" p_tupdate 2>&1 \ WORKAREA="$1" p_tupdate 2>&1 \
|| _fail " !!! p_tupdate failed" || _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" _log " *** non-trunk files"
cd "$1" cd "$1"
WORKAREA="$1" p_list -c 2>&1 \ WORKAREA="$1" p_list -c 2>&1 \
@@ -427,7 +422,7 @@ do
*buildkernel) *buildkernel)
_log " *** build kernel" _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" cd "$KWORKAREA"
[ -z "$KTARGET" ] && KTARGET=bzImage [ -z "$KTARGET" ] && KTARGET=bzImage