There's no need to pipe yes '' to make defconfig since
it will not ask for anything anyway, and even if it did
the user should probably be asked ...
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
@./kconfig/conf --defconfig=defconfigs/$(@:defconfig-%=%) Kconfig
.config:
- @test -f defconfig && (yes '' | $(MAKE) usedefconfig) || ( \
+ @test -f defconfig && $(MAKE) usedefconfig || ( \
echo "/--------------" ;\
echo "| Your backport package isn't configured, please configure it" ;\
echo "| using one of the following options:" ;\