Magellan Linux

Diff of /trunk/magellan-initscripts/Makefile

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

revision 453 by niro, Fri Apr 14 13:56:49 2006 UTC revision 454 by niro, Sun Apr 1 01:09:01 2007 UTC
# Line 1  Line 1 
1  # Magellan Initscripts  # Magellan Initscripts
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.3 2006-04-14 13:56:49 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.4 2007-04-01 01:09:01 niro Exp $
3    
4  CC=gcc  CC=gcc
5  CFLAGS=-Os -Wall  CFLAGS=-Os -Wall
# Line 56  install-etc: Line 56  install-etc:
56   protocols \   protocols \
57   rc.config \   rc.config \
58   services \   services \
59   shells; \   shells \
60     sysctl.conf; \
61   do \   do \
62   install -m 0644 etc/$${file} $(DESTDIR)$(sysconfdir); \   install -m 0644 etc/$${file} $(DESTDIR)$(sysconfdir); \
63   done   done

Legend:
Removed from v.453  
changed lines
  Added in v.454