From d004e086a26529bcd1cc950341f71f77953c3866 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 18 Nov 2016 21:10:36 +0100 Subject: move definition of configure -continue switch to builtins ... where it actually belongs, as it should work in each repo in a modular build. Change-Id: I5463f0bcacb239900bed0b0f7be9cf32a3eab04e Reviewed-by: Lars Knoll --- mkspecs/features/data/configure.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/features/data') diff --git a/mkspecs/features/data/configure.json b/mkspecs/features/data/configure.json index 20a83025e6..8e5ff5f0a4 100644 --- a/mkspecs/features/data/configure.json +++ b/mkspecs/features/data/configure.json @@ -7,6 +7,8 @@ "v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } }, "verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } }, + "continue": "void", + "recheck": { "type": "void", "name": "cache_use", "value": "positive" }, "recheck-all": { "type": "void", "name": "cache_use", "value": "none" }, -- cgit v1.2.3