summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/recipetool/create_buildsys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py
index ed14a53304..931ef3b33f 100644
--- a/scripts/lib/recipetool/create_buildsys.py
+++ b/scripts/lib/recipetool/create_buildsys.py
@@ -279,7 +279,7 @@ class MakefileRecipeHandler(RecipeHandler):
279 279
280 installtarget = True 280 installtarget = True
281 try: 281 try:
282 stdout, stderr = bb.process.run('make -qn install', cwd=srctree, shell=True) 282 stdout, stderr = bb.process.run('make -n install', cwd=srctree, shell=True)
283 except bb.process.ExecutionError as e: 283 except bb.process.ExecutionError as e:
284 if e.exitcode != 1: 284 if e.exitcode != 1:
285 installtarget = False 285 installtarget = False