forked from KolibriOS/kolibrios
don't recompile if nothing changed
git-svn-id: svn://kolibrios.org@3241 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0d1c86e7bb
commit
ffba0ee6c1
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user