mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
ignore exit code of 'make clean' as it won't find a Makefile if called as first action (which is the case for "compiler all")
This commit is contained in:
@@ -6,8 +6,8 @@ function comp_clean() {
|
||||
|
||||
cd $BUILDPATH
|
||||
|
||||
make -f Makefile clean
|
||||
make clean
|
||||
make -f Makefile clean || true
|
||||
make clean || true
|
||||
find -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
|
||||
|
||||
cd $CWD
|
||||
|
||||
Reference in New Issue
Block a user