commit | a1701fabcf8593bc8c555154cb2b85ef6fd5bba0 | [log] [tgz] |
---|---|---|
author | Al Miller <al.miller@hp.com> | Fri Feb 20 08:10:41 2015 -0800 |
committer | Al Miller <al.miller@hp.com> | Fri Feb 20 08:22:25 2015 -0800 |
tree | dd548c45e2f6d0676f8bc9363862ebc82627b0ff | |
parent | aa8d31ac8b6a69b40569f7d906b8217ac6612c2d [diff] |
clean.sh needs to call "run_phase clean" for external plugins Change-Id: I67b970992479e50dc054f8c4a77a20e724e3e305
diff --git a/clean.sh b/clean.sh index 4f8c051..ad4525b 100755 --- a/clean.sh +++ b/clean.sh
@@ -76,6 +76,8 @@ # ========== # Phase: clean +run_phase clean + if [[ -d $TOP_DIR/extras.d ]]; then for i in $TOP_DIR/extras.d/*.sh; do [[ -r $i ]] && source $i clean