PERFORCE change 83082 for review
soc-tyler
soc-tyler at FreeBSD.org
Sat Sep 3 18:09:02 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=83082
Change 83082 by soc-tyler at soc-tyler_launchd on 2005/09/04 01:08:26
Fix base Makefile, add launchproxy/ along with Makefile and a slight
reorganization. Move launchproxy.* to it's directory.
Affected files ...
.. //depot/projects/soc2005/launchd/Makefile#17 edit
.. //depot/projects/soc2005/launchd/launchctl/Makefile#10 edit
.. //depot/projects/soc2005/launchd/launchctl/launchctl.c#22 edit
.. //depot/projects/soc2005/launchd/launchproxy.8#3 delete
.. //depot/projects/soc2005/launchd/launchproxy.c#3 delete
.. //depot/projects/soc2005/launchd/launchproxy/Makefile#1 add
.. //depot/projects/soc2005/launchd/launchproxy/launchproxy.8#1 branch
.. //depot/projects/soc2005/launchd/launchproxy/launchproxy.c#1 add
Differences ...
==== //depot/projects/soc2005/launchd/Makefile#17 (text+ko) ====
@@ -5,7 +5,7 @@
SRCS= launchd.c liblaunch.c init.c
#launchdebugd.c launchproxy.c
MAN= init.8 launchd.8 launchd_debugd.8 \
- launchproxy.8 service.8
+ service.8
BINMODE=500
INSTALLFLAGS=-b -B.bak
@@ -25,5 +25,7 @@
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD+= -lutil -lcrypt -lpthread
+SUBDIR= launchctl \
+ launchproxy
.include <bsd.prog.mk>
==== //depot/projects/soc2005/launchd/launchctl/Makefile#10 (text+ko) ====
@@ -1,9 +1,7 @@
-# Makefile - R. Tyler Ballance <tyler at tamu.edu> - 6/29/05
# $FreeBSD$
PROG= launchctl
SRCS= launchctl.c liblaunch.c property.c
-MAN= launchctl.1
LAUNCHD= ${.CURDIR}/../
@@ -11,9 +9,9 @@
CFLAGS+= -DLAUNCHD_PATH=`echo \"$$PWD/../launchd\"` \
-DLAUNCHCTL_PATH=`echo \"$$PWD/launchctl\"`
# defining LAUNCHD_PATH and LAUNCHCTL_PATH is for development only
+
LDADD+= -lreadline -lutil -lpthread
.PATH: ${LAUNCHD}
-
.include <bsd.prog.mk>
==== //depot/projects/soc2005/launchd/launchctl/launchctl.c#22 (text+ko) ====
More information about the p4-projects
mailing list