Revert "[DEV] optimise check of file date (3.2s->2.9s in userland and 0.60s->0.26s in kernel)" ==> reate compilation bug

This reverts commit 3457215994.
This commit is contained in:
2017-02-01 23:32:11 +01:00
parent 25028a136c
commit 898a730f70
2 changed files with 10 additions and 38 deletions

View File

@@ -23,7 +23,6 @@ import lutin.multiprocess as multiprocess
import lutin.tools as tools
import lutin.host as lutinHost
import lutin.tools as lutinTools
import lutin.depend as depend
myArgs = arguments.LutinArg()
myArgs.add("h", "help", desc="Display this help")
@@ -386,7 +385,6 @@ for argument in localArgument:
}
#remove previous target
my_target = None
depend.clear_cache_file_date()
elif argument.get_option_name() == "mode":
if config["mode"] != argument.get_arg():
config["mode"] = argument.get_arg()