mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
Allow test-package.sh to be used in a clean tree
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
f994d1c7d7
commit
a5c16ae304
@ -189,8 +189,8 @@ EOF
|
|||||||
CT_EndStep
|
CT_EndStep
|
||||||
}
|
}
|
||||||
|
|
||||||
mv .config .config-saved
|
[ -r .config ] && mv .config .config-saved
|
||||||
. maintainer/package-versions
|
. maintainer/package-versions
|
||||||
mv .config-saved .config
|
[ -r .config-saved ] && mv .config-saved .config
|
||||||
|
|
||||||
rm -rf ${CT_TARBALLS_DIR} ${CT_COMMON_SRC_DIR}
|
rm -rf ${CT_TARBALLS_DIR} ${CT_COMMON_SRC_DIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user