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 1670 by niro, Sun Feb 5 16:12:26 2012 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
12  SYSTEMDDIR = $(LIBDIR)/systemd  SYSTEMDDIR = /usr/lib/systemd
13  UNITSDIR = $(SYSTEMDDIR)/system  UNITSDIR = $(SYSTEMDDIR)/system
14    
15  general:  general:

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