mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts: rename legacy image and create_addon scripts, new make targets
This commit is contained in:
parent
23c6529978
commit
d26e29c4d9
16
Makefile
16
Makefile
@ -17,6 +17,22 @@ noobs:
|
|||||||
amlpkg:
|
amlpkg:
|
||||||
./scripts/image amlpkg
|
./scripts/image amlpkg
|
||||||
|
|
||||||
|
# legacy sequential build targets
|
||||||
|
system-st:
|
||||||
|
./scripts/image_st
|
||||||
|
|
||||||
|
release-st:
|
||||||
|
./scripts/image_st release
|
||||||
|
|
||||||
|
image-st:
|
||||||
|
./scripts/image_st mkimage
|
||||||
|
|
||||||
|
noobs-st:
|
||||||
|
./scripts/image_st noobs
|
||||||
|
|
||||||
|
amlpkg-st:
|
||||||
|
./scripts/image_st amlpkg
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user