mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 02:20:29 +00:00
build: remove dead variabe STAMPS_NOARCH
This commit is contained in:
parent
b40cfcaa41
commit
4cca6adcb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@
|
||||
|
||||
# automatically downloaded source files
|
||||
/sources/
|
||||
/.stamps/
|
||||
|
||||
# prebuild target binarys to provide
|
||||
/target/
|
||||
|
2
Makefile
2
Makefile
@ -21,4 +21,4 @@ distclean:
|
||||
rm -rf ./.ccache ./$(BUILD_DIRS)
|
||||
|
||||
src-pkg:
|
||||
tar cvJf sources.tar.xz sources .stamps
|
||||
tar cvJf sources.tar.xz sources
|
||||
|
@ -33,7 +33,6 @@ THREAD_CONTROL=${BUILD}/.threads
|
||||
|
||||
TARGET_ADDONS="$TARGET_IMG/$ADDONS/$ADDON_PATH"
|
||||
ADDON_BUILD="$BUILD/$ADDONS/$1"
|
||||
STAMPS_NOARCH=.stamps
|
||||
STAMPS=$BUILD/.stamps
|
||||
STAMPS_INSTALL=$BUILD/image/.stamps
|
||||
DOCS=DOCS
|
||||
|
Loading…
Reference in New Issue
Block a user