Magellan Linux

Diff of /tags/installer-simple-0_4_90_20140108_4/Makefile

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

revision 2447 by niro, Tue Jan 7 14:57:45 2014 UTC revision 2448 by niro, Tue Jan 7 14:58:49 2014 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
 VERSION = $(shell cat VERSION)  
 SYSTEMDUNITDIR = $(shell pkg-config --variable=systemdsystemunitdir systemd)  
 INSTALLER_TTY = tty1  
   
3  SYSCONFDIR = /etc  SYSCONFDIR = /etc
4  PREFIX = /usr  PREFIX = /usr
5  LIBDIR = $(PREFIX)/lib/installer  LIBDIR = $(PREFIX)/lib/installer
# Line 13  SED = sed Line 9  SED = sed
9  INSTALL = install  INSTALL = install
10  LN_S = ln -snf  LN_S = ln -snf
11  RM = rm  RM = rm
12    CAT = cat
13    PKGCONFIG = pkg-config
14    
15    VERSION = $(shell $(CAT) VERSION)
16    SYSTEMDUNITDIR = $(shell $(PKGCONFIG) --variable=systemdsystemunitdir systemd)
17    INSTALLER_TTY = tty1
18    
19  all:  all:
20   $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \   $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \

Legend:
Removed from v.2447  
changed lines
  Added in v.2448