mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
456502c8a3
The shipped Makefile errors out 'You must run ./configure before make' when Make.inc/src/config.h are missing, so the 'make clean' run by autotools_preconfigure fails before configure has run. Set CLEANBROKEN to skip that clean. Signed-off-by: Khem Raj <raj.khem@gmail.com>