Fix make clean - now cleans everything but the ccache

This commit is contained in:
Christian Schmidt 2011-10-25 21:17:49 +02:00
parent 3ac94b5716
commit 1750f2f52b

View File

@ -1,4 +1,4 @@
BUILD_DIRS="build.*"
BUILD_DIRS=build.*
all: system
@ -9,7 +9,7 @@ release:
./scripts/image release
clean:
rm -rf $(BUILD_DIRS)
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps