From 93215a82b4ebda6d322f75023cfea4cc7d4904d2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 6 Aug 2013 16:29:24 -0700 Subject: Add config hash --- attoconf/lib/arches.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attoconf/lib/arches.py') diff --git a/attoconf/lib/arches.py b/attoconf/lib/arches.py index 595b396..007f879 100644 --- a/attoconf/lib/arches.py +++ b/attoconf/lib/arches.py @@ -27,14 +27,14 @@ def host(build, HOST): if HOST is None: BUILD, origin = build.vars['BUILD'] if origin != 'default': - origin = 'derived from BUILD' + origin = 'derived' build.vars['HOST'] = (BUILD, origin) def target(build, TARGET): if TARGET is None: HOST, origin = build.vars['HOST'] if origin != 'default': - origin = 'derived from HOST' + origin = 'derived' build.vars['TARGET'] = (HOST, origin) class Arches2(ClassyProject): -- cgit v1.2.3-70-g09d2