diff --git a/.gitignore b/.gitignore index 96833ce134..c268f21730 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # automatically downloaded source files /sources/ -/.stamps/ # prebuild target binarys to provide /target/ diff --git a/Makefile b/Makefile index 838cfd3a84..9de5e6c308 100644 --- a/Makefile +++ b/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 diff --git a/config/path b/config/path index bf088f6684..74f2aade4b 100644 --- a/config/path +++ b/config/path @@ -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