[jhbuild] don't look into meson internal files during configure step
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] don't look into meson internal files during configure step
- Date: Sun, 14 Aug 2016 08:47:54 +0000 (UTC)
commit 2908423f5b0241e560fd61f6d80f54ee645b7590
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Aug 14 10:45:47 2016 +0200
don't look into meson internal files during configure step
jhbuild/modtypes/meson.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/modtypes/meson.py b/jhbuild/modtypes/meson.py
index 04873ae..ad5a935 100644
--- a/jhbuild/modtypes/meson.py
+++ b/jhbuild/modtypes/meson.py
@@ -80,8 +80,6 @@ class MesonModule(MakeModule, DownloadableModule):
builddir = self.get_builddir(buildscript)
if not os.path.exists(builddir):
os.makedirs(builddir)
- if os.path.exists(os.path.join(builddir, 'meson-private/coredata.dat')):
- os.unlink(os.path.join(builddir, 'meson-private/coredata.dat'))
prefix = os.path.expanduser(buildscript.config.prefix)
if not inpath('meson', os.environ['PATH'].split(os.pathsep)):
raise CommandError(_('%s not found') % 'meson')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]