From 19682716ac2d00cfb378bb83db9195bd3ac62135 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:46:23 +0000 Subject: Adapt to sugar-docs changes --- (limited to 'devbot/build.py') diff --git a/devbot/build.py b/devbot/build.py index 7c4f570..5abe724 100644 --- a/devbot/build.py +++ b/devbot/build.py @@ -101,9 +101,6 @@ def _pull_module(module): except subprocess.CalledProcessError: sys.exit(1) -def _build_make(module, log): - command.run(["make"], log) - def _build_autotools(module, log): makefile_path = os.path.join(module.get_build_dir(), "Makefile") @@ -152,8 +149,6 @@ def _build_module(module, log=None): _build_activity(module, log) elif os.path.exists(os.path.join(source_dir, "autogen.sh")): _build_autotools(module, log) - elif os.path.exists(os.path.join(source_dir, "Makefile")): - _build_make(module, log) else: print "The source directory has unexpected content, please " \ "delete it and pull\nthe source again." -- cgit v0.9.1