gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1628: include cpu arch test for cim


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1628: include cpu arch test for cim
Date: Sun, 20 Jan 2013 16:19:32 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1628
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-20 16:19:32 +0100
message:
  include cpu arch test for cim
modified:
  gnu/cim/Makefile
=== modified file 'gnu/cim/Makefile'
--- a/gnu/cim/Makefile  2012-12-16 22:02:50 +0000
+++ b/gnu/cim/Makefile  2013-01-20 15:19:32 +0000
@@ -16,5 +16,9 @@
 
 ######################################################################
 
-include ../../gar.lib/auto.mk
+ifeq ($(GARARCH),x86_64)
+       include ../../gar.lib/auto.mk
+else
+       include ../../gar.lib/wrong_arch.mk
+endif
 include config.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]