mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
For a normal zephyr application the pristine target simply runs "rm -rf outdir". However the JerryScript build overrides the output directory [O=$(OUTPUT)] so Zephyr's implementation pristine is not able to to a full aggressive clean up for all boards. For this reason it is better for the JerryScript build wrapper to have its own implementation of pristine. JerryScript-DCO-1.0-Signed-off-by: Daniel Thompson daniel.thompson@linaro.org