On 05/17/18 21:52, Masahiro Yamada wrote: > Currently, the necessary package checks for building qconf is > surrounded by ifeq ($(MAKECMDGOALS),xconfig) ... endif. > Then, Make will restart when .tmp_qtcheck is generated. > > To simplify the Makefile, move the scripting to a separate file, > and use filechk. The shell script is executed everytime xconfig > is run, but it is not a costly script. > > Signed-off-by: Masahiro Yamada <[email protected]>
This one works for me. Tested-by: Randy Dunlap <[email protected]> Acked-by: Randy Dunlap <[email protected]> thanks. -- ~Randy

