aboutsummaryrefslogtreecommitdiffstats
path: root/fuel/build/f_isoroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fuel/build/f_isoroot/Makefile')
-rw-r--r--fuel/build/f_isoroot/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/fuel/build/f_isoroot/Makefile b/fuel/build/f_isoroot/Makefile
index a9b12d927..3831a09f0 100644
--- a/fuel/build/f_isoroot/Makefile
+++ b/fuel/build/f_isoroot/Makefile
@@ -26,10 +26,8 @@ clean: $(SUBCLEAN)
$(SUBCLEAN): %.clean:
$(MAKE) -C $* -f Makefile clean
-validate-cache:
- @echo "No cache validation schema available for $(shell pwd)"
- @echo "Continuing ..."
-
.PHONY: release
-release:clean $(SUBDIRS)
+release: $(SUBDIRS)
@cp -Rvp release/* ../release/isoroot
+
+include cache.mk