setup: Makefile - add update-fstab postshell from sources - version 2.5.6 (...

glen glen at pld-linux.org
Tue May 27 12:22:41 CEST 2008


Author: glen                         Date: Tue May 27 10:22:41 2008 GMT
Module: setup                         Tag: HEAD
---- Log message:
- add update-fstab postshell from sources
- version 2.5.6 (to be bigger than FC2 has)

---- Files affected:
setup:
   Makefile (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: setup/Makefile
diff -u setup/Makefile:1.17 setup/Makefile:1.18
--- setup/Makefile:1.17	Tue Apr  1 09:28:51 2008
+++ setup/Makefile	Tue May 27 12:22:36 2008
@@ -1,7 +1,7 @@
 # Very basic and very simple Makefile. Maybe it would be nice to make it
 # in ac/am.... but I'm too lazy ;)
-# 
-VERSION		= 2.4.13
+#
+VERSION		= 2.5.6
 
 CC		= gcc
 OPT_FLAGS	= -O2 -g
@@ -14,7 +14,7 @@
 SHRCDIR		= $(ETCDIR)/shrc.d
 #########################################
 
-BIN_FILES	= joinpasswd
+BIN_FILES	= joinpasswd update-fstab postshell
 DOCS		= ChangeLog
 ETC_FILES	= filesystems fstab group host.conf hosts motd mtab \
 	    netgroup passwd profile protocols resolv.conf securetty \
@@ -23,13 +23,15 @@
 ENV_FILES	= EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
 	    NNTPSERVER ORGANIZATION TMOUT VISUAL
 
-SOURCES		= joinpasswd.c
+SOURCES		= joinpasswd.c update-fstab.c postshell.c
 CLEAN		= $(BIN_FILES) *.o core *.tar.gz *.tar.bz2 *~ *.swp
 
 #########################################
-all: joinpasswd
+all: $(BIN_FILES)
 
 joinpasswd: joinpasswd.o
+update-fstab: update-fstab.o
+postshell: postshell.o
 
 .c.o:
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(CDEFS) -c $< -o $@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/setup/Makefile?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list