build: remove dead variabe STAMPS_NOARCH

This commit is contained in:
Andre Heider 2019-12-03 11:10:19 +01:00
parent b40cfcaa41
commit 4cca6adcb8
3 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
# automatically downloaded source files
/sources/
/.stamps/
# prebuild target binarys to provide
/target/

View File

@ -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

View File

@ -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