PERFORCE change 83084 for review
soc-tyler
soc-tyler at FreeBSD.org
Sat Sep 3 18:17:13 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=83084
Change 83084 by soc-tyler at 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}
More information about the p4-projects
mailing list