Date: Thu, 9 Feb 2006 18:14:08 GMT From: Rob Deker <deker@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 91435 for review Message-ID: <200602091814.k19IE8ha025555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91435 Change 91435 by deker@deker_build1.columbia.sparta.com on 2006/02/09 18:13:50 update master Darwin Makefile to support notifyd and pam_lctx Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#7 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#7 (text+ko) ==== @@ -19,8 +19,9 @@ cd mach_cmds && gnumake cd top && make cd bsm/bsm/lib && gnumake - cd pam_modules/pam_lctx && gnumake + gnumake -C pam_modules/pam_lctx cd system_cmds/mach_init.tproj && gnumake + cd netinfo/servers/notifyd && gnumake cd OpenSSH && gnumake install: @@ -40,8 +41,9 @@ cd mach_cmds && gnumake install cd top && make install cd bsm/bsm/lib && gnumake install - cd pam_modules/pam_lctx && gnumake DSTROOT=$(DESTDIR) install + gnumake -C pam_modules/pam_lctx DSTROOT=$(DESTDIR) install cd system_cmds/mach_init.tproj && gnumake install + cd netinfo/servers/notifyd && gnumake install cd OpenSSH && gnumake install clean: @@ -61,7 +63,8 @@ cd mach_cmds && gnumake clean cd top && make clean cd bsm/bsm/lib && gnumake clean - cd pam_modules/pam_lctx && gnumake clean + gnumake -C pam_modules/pam_lctx clean cd system_cmds/mach_init.tproj && gnumake clean + cd netinfo/servers/notifyd && gnumake clean cd OpenSSH && gnumake clean rm -rf build/obj
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602091814.k19IE8ha025555>