[ostree] ostbuild: Don't check for a "Makefile"
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] ostbuild: Don't check for a "Makefile"
- Date: Wed, 18 Jan 2012 21:52:28 +0000 (UTC)
commit 4af64c76350ffbabdbb4daad8798967906296b4e
Author: Colin Walters <walters verbum org>
Date: Wed Jan 18 16:40:47 2012 -0500
ostbuild: Don't check for a "Makefile"
WebKit uses GNUmakefile which is totally valid, and this check
isn't really gaining us anything.
src/ostbuild/pyostbuild/builtin_compile_one.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/ostbuild/pyostbuild/builtin_compile_one.py b/src/ostbuild/pyostbuild/builtin_compile_one.py
index fb83dcc..88b3d11 100755
--- a/src/ostbuild/pyostbuild/builtin_compile_one.py
+++ b/src/ostbuild/pyostbuild/builtin_compile_one.py
@@ -152,10 +152,6 @@ class OstbuildCompileOne(builtins.Builtin):
args.extend(self.configargs)
run_sync(args, cwd=builddir)
- makefile_path = os.path.join(builddir, 'Makefile')
- if not os.path.exists(makefile_path):
- fatal("No Makefile found")
-
args = list(self.makeargs)
user_specified_jobs = False
for arg in args:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]