Subversion Repositories Kolibri OS

Rev

Rev 3236 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3236 Rev 3237
Line 470... Line 470...
470
 
470
 
471
# The third goal: distribution list.
471
# The third goal: distribution list.
472
$(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets)
472
$(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets)
473
	rm -rf distribution_kit
473
	rm -rf distribution_kit
-
 
474
	$(call respace,$(make_distribution_dirs))
474
	$(call respace,$(make_distribution_dirs))
475
	ln -sr $(BUILD_DIR)/kolibri.img distribution_kit/kolibri.img
Line 475... Line 476...
475
	$(call respace,$(make_distribution_links))
476
	$(call respace,$(make_distribution_links))
476
 
477
 
477
# Special targets to modify behaviour of make.
478
# Special targets to modify behaviour of make.