From ffba0ee6c13d325d3e9529eff7593bf54ca1ec43 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Mon, 11 Feb 2013 19:15:03 +0000 Subject: [PATCH] don't recompile if nothing changed git-svn-id: svn://kolibrios.org@3241 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 1 + data/rus/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/data/eng/Makefile b/data/eng/Makefile index ca404387b1..0929c2028b 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -452,6 +452,7 @@ $(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets) $(call respace,$(make_distribution_dirs)) ln -sr $(BUILD_DIR)/kolibri.img distribution_kit/kolibri.img $(call respace,$(make_distribution_links)) + touch $(BUILD_DIR)/distr.lst # Special targets to modify behaviour of make. .DELETE_ON_ERROR: diff --git a/data/rus/Makefile b/data/rus/Makefile index 66cf840932..622511109e 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -474,6 +474,7 @@ $(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets) $(call respace,$(make_distribution_dirs)) ln -sr $(BUILD_DIR)/kolibri.img distribution_kit/kolibri.img $(call respace,$(make_distribution_links)) + touch $(BUILD_DIR)/distr.lst # Special targets to modify behaviour of make. .DELETE_ON_ERROR: