aboutsummaryrefslogtreecommitdiffstats
path: root/fuel/build/f_isoroot/f_kscfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fuel/build/f_isoroot/f_kscfg/Makefile')
-rw-r--r--fuel/build/f_isoroot/f_kscfg/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/fuel/build/f_isoroot/f_kscfg/Makefile b/fuel/build/f_isoroot/f_kscfg/Makefile
index 38305fd50..fe740418d 100644
--- a/fuel/build/f_isoroot/f_kscfg/Makefile
+++ b/fuel/build/f_isoroot/f_kscfg/Makefile
@@ -23,3 +23,22 @@ clean:
.PHONY: release
release: all
@cp -Rvp release/* ../release
+
+#############################################################################
+# Cache operations - only used when building through ci/build.sh
+#############################################################################
+
+# Clean local data related to caching - called prior to ordinary build
+.PHONY: clean-cache
+clean-cache: clean
+ @echo "clean-cache not implemented"
+
+# Try to download cache - called prior to ordinary build
+.PHONY: get-cache
+get-cache:
+ @echo "get-cache not implemented"
+
+# Store cache if not already stored - called after ordinary build
+.PHONY: put-cache
+put-cache:
+ @echo "put-cache not implemented"