diff options
Diffstat (limited to 'fuel/build/f_resolvconf/Makefile')
-rw-r--r-- | fuel/build/f_resolvconf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fuel/build/f_resolvconf/Makefile b/fuel/build/f_resolvconf/Makefile index c311a2d..0949737 100644 --- a/fuel/build/f_resolvconf/Makefile +++ b/fuel/build/f_resolvconf/Makefile @@ -18,6 +18,10 @@ clean: @rm -rf tmp @rm -rf release +.PHONY: validate-cache +validate-cache: + @echo "No cache validation schema available for $(shell pwd)" + @echo "Continuing ..." .PHONY: release release: |