Magellan Linux

Diff of /trunk/initscripts/Makefile.inc

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

revision 1669 by niro, Sun Feb 5 16:09:48 2012 UTC revision 2211 by niro, Tue Oct 15 08:53:10 2013 UTC
# Line 5  CFLAGS = -Os -Wall Line 5  CFLAGS = -Os -Wall
5  LDFLAGS = -s  LDFLAGS = -s
6    
7  SYSCONFDIR = /etc  SYSCONFDIR = /etc
8  LIBDIR = /usr/lib  LIBDIR = /lib
9  SBINDIR = /sbin  SBINDIR = /sbin
10  RCDIR = $(SYSCONFDIR)/rc.d  RCDIR = $(SYSCONFDIR)/rc.d
11  INITDIR = $(RCDIR)/init.d  INITDIR = $(RCDIR)/init.d
 SYSTEMDDIR = $(LIBDIR)/systemd  
 UNITSDIR = $(SYSTEMDDIR)/system  
12    
13  general:  general:
14   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)

Legend:
Removed from v.1669  
changed lines
  Added in v.2211