mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Fix make clean - now cleans everything but the ccache
This commit is contained in:
parent
3ac94b5716
commit
1750f2f52b
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
BUILD_DIRS="build.*"
|
BUILD_DIRS=build.*
|
||||||
|
|
||||||
all: system
|
all: system
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ release:
|
|||||||
./scripts/image release
|
./scripts/image release
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIRS)
|
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
||||||
|
|
||||||
src-pkg:
|
src-pkg:
|
||||||
tar cvjf sources.tar.bz2 sources .stamps
|
tar cvjf sources.tar.bz2 sources .stamps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user