Revert "ostbuild: Check for the Makefile in the correct directory"
I'm not sure how this made anything work...probably I was screwing
something else up.
This reverts commit aeeed8da13.
This commit is contained in:
parent
0ac0b220e3
commit
b1ff693ea3
|
|
@ -152,10 +152,7 @@ class OstbuildCompileOne(builtins.Builtin):
|
||||||
args.extend(self.configargs)
|
args.extend(self.configargs)
|
||||||
run_sync(args, cwd=builddir)
|
run_sync(args, cwd=builddir)
|
||||||
|
|
||||||
if use_builddir:
|
makefile_path = os.path.join(builddir, 'Makefile')
|
||||||
makefile_path = os.path.join(builddir, 'Makefile')
|
|
||||||
else:
|
|
||||||
makefile_path = 'Makefile'
|
|
||||||
if not os.path.exists(makefile_path):
|
if not os.path.exists(makefile_path):
|
||||||
fatal("No Makefile found")
|
fatal("No Makefile found")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue