Magellan Linux

Diff of /branches/mage-next/conf/Makefile

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

revision 3051 by niro, Fri Jun 30 12:11:53 2017 UTC revision 3052 by niro, Tue Aug 1 15:48:19 2017 UTC
# Line 2  include ../Makefile.inc Line 2  include ../Makefile.inc
2    
3  FILES = etc-update.conf mage.rc.example mage.rc.global  FILES = etc-update.conf mage.rc.example mage.rc.global
4    
5  ARCH = $(shell uname -m)  ARCH = $(shell arch)
6  ifeq ($(ARCH), x86_64)  ifeq ($(ARCH), x86_64)
7   MARCH = x86-64   MARCH = x86-64
8  else  else

Legend:
Removed from v.3051  
changed lines
  Added in v.3052