Magellan Linux

Diff of /trunk/mage/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3047 by niro, Fri Jun 30 12:09:53 2017 UTC revision 3048 by niro, Tue Aug 1 12:29:08 2017 UTC
# Line 2  Line 2 
2  # $Id$  # $Id$
3    
4  VERSION = $(shell cat VERSION)  VERSION = $(shell cat VERSION)
5  ARCH = $(shell uname -m)  ARCH = $(shell arch)
6    
7  ifeq ($(ARCH), x86_64)  ifeq ($(ARCH), x86_64)
8   MARCH = x86-64   MARCH = x86-64

Legend:
Removed from v.3047  
changed lines
  Added in v.3048