From 287edcc1901d1a13684801a23d61b33ae352be9f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 25 Mar 2016 20:24:02 +0100 Subject: for building the archive, only clean the archive directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 896702a9d..511fa0962 100644 --- a/Makefile +++ b/Makefile @@ -106,9 +106,9 @@ distclean: clean # Builds the source package .PHONY: dist dist: - make clean make build make test + rm -rf $(source_build_directory) mkdir -p $(source_build_directory) tar cvzf $(source_package_name).tar.gz ../$(app_name) \ --exclude-vcs \ @@ -120,9 +120,9 @@ dist: # Builds the source package for the app store, ignores php and js tests .PHONY: appstore appstore: - make clean make build make test + rm -rf $(appstore_build_directory) mkdir -p $(appstore_build_directory) tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \ --exclude-vcs \ -- cgit v1.2.3