[jhbuild/desrt/master: 10/21] sysid: add a new 'gmake' condition
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/desrt/master: 10/21] sysid: add a new 'gmake' condition
- Date: Sun, 18 Jan 2015 15:44:27 +0000 (UTC)
commit 1d94633e017121d41d88dbcf4f7b3e577b524c83
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Jan 4 11:31:07 2015 -0500
sysid: add a new 'gmake' condition
This condition means that gmake is called 'gmake' on this system.
Add a new sysid.get_gmake_cmd() function that returns the name of gmake
on this system.
https://bugzilla.gnome.org/show_bug.cgi?id=742292
jhbuild/utils/sysid.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/sysid.py b/jhbuild/utils/sysid.py
index 40f547b..088eb27 100644
--- a/jhbuild/utils/sysid.py
+++ b/jhbuild/utils/sysid.py
@@ -130,7 +130,7 @@ def ensure_loaded():
# comes first in the list
conditions_sets = [
('linux', ['linux', 'wayland', 'udev', 'x11', 'systemd', 'gnu-elf']),
- ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf']),
+ ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf', 'gmake']),
('darwin', ['darwin', 'macos', 'quartz']),
# this must be left here so that at least one will be found
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]