Magellan Linux

Diff of /trunk/bootstrap/Makefile

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

revision 2187 by niro, Wed Oct 9 10:24:06 2013 UTC revision 2188 by niro, Wed Oct 9 10:25:21 2013 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  VERSION=$(shell cat VERSION)  VERSION = $(shell cat VERSION)
4  PREFIX=/usr  PREFIX = /usr
5    
6  RM = rm  RM = rm
7  SED = sed  SED = sed
8  INSTALL = install  INSTALL = install
9    
10  sbindir=$(PREFIX)/sbin  sbindir = $(PREFIX)/sbin
11  srcdir=.  srcdir = .
12    
13  all:  all:
14   $(SED) "s:@VERSION@:$(VERSION):g" \   $(SED) "s:@VERSION@:$(VERSION):g" \

Legend:
Removed from v.2187  
changed lines
  Added in v.2188