Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2005 01:17:12 GMT
From:      soc-tyler <soc-tyler@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 83084 for review
Message-ID:  <200509040117.j841HC3A008644@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83084

Change 83084 by soc-tyler@soc-tyler_launchd on 2005/09/04 01:16:43

	Update all(most all) the Makefiles to use my preferred CFLAGS and to work
	together with the base Makefile

Affected files ...

.. //depot/projects/soc2005/launchd/Makefile#18 edit
.. //depot/projects/soc2005/launchd/launchdebugd/Makefile#2 edit
.. //depot/projects/soc2005/launchd/launchproxy/Makefile#2 edit

Differences ...

==== //depot/projects/soc2005/launchd/Makefile#18 (text+ko) ====

@@ -4,8 +4,7 @@
 PROG=	launchd
 SRCS=	launchd.c liblaunch.c init.c
 #launchdebugd.c launchproxy.c
-MAN=	init.8 launchd.8 launchd_debugd.8 \
-	service.8
+MAN=	init.8 launchd.8 service.8
 
 BINMODE=500
 INSTALLFLAGS=-b -B.bak
@@ -26,6 +25,7 @@
 LDADD+=	-lutil -lcrypt -lpthread
 
 SUBDIR= launchctl \
-	launchproxy
+	launchproxy \
+	launchdebugd
 
 .include <bsd.prog.mk>

==== //depot/projects/soc2005/launchd/launchdebugd/Makefile#2 (text+ko) ====

@@ -5,7 +5,7 @@
 MAN=  launchdebugd.8
 
 LAUNCHD= ${.CURDIR}/../
-CFLAGS+= -I${LAUNCHD}/includes
+CFLAGS+= -g -Wall -W -Wshadow -Wpadded -I${LAUNCHD}/includes
 
 .PATH: ${LAUNCHD}
 

==== //depot/projects/soc2005/launchd/launchproxy/Makefile#2 (text+ko) ====

@@ -6,7 +6,7 @@
 
 LAUNCHD= ${.CURDIR}/../
 
-CFLAGS+= -I${LAUNCHD}/includes
+CFLAGS+= -g -Wall -W -Wshadow -Wpadded -I${LAUNCHD}/includes
 
 .PATH: ${LAUNCHD}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509040117.j841HC3A008644>