Date: Thu, 1 Dec 2005 21:51:38 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87613 for review Message-ID: <200512012151.jB1LpcDi085949@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=87613 Change 87613 by millert@millert_g4tower on 2005/12/01 21:50:57 Build and install the LoginWindow plugin instead of the wslogin dynamic lib hack. Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/Makefile#4 edit .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/Makefile#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/Makefile#4 (text+ko) ==== @@ -3,6 +3,7 @@ all: cd darwin && make for i in $(BUILD_MODULES); do cd $$i && make && cd ..; done + cd darwin/osx_cmds && make dist: install cd release && make dist @@ -11,6 +12,7 @@ cd release && make install cd darwin && make install for i in $(INSTALL_MODULES); do cd $$i && make install && cd ..; done + cd darwin/osx_cmds && make install package: cd release && make package @@ -23,6 +25,7 @@ cd release && make distclean cd darwin && make clean for i in $(BUILD_MODULES); do cd $$i && make clean && cd ..; done + cd darwin/osx_cmds && make Makeconfig: Makeconfig.in @echo "# Set this to the root of the source distribution." > $@ ==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/Makefile#3 (text+ko) ==== @@ -2,23 +2,19 @@ SUBDIR= checkpolicy \ loadpolicy \ - wslogin \ newrole all: cd checkpolicy ; gnumake cd loadpolicy ; gnumake - cd wslogin ; gnumake cd newrole ; gnumake clean: cd checkpolicy ; gnumake clean cd loadpolicy ; gnumake clean - cd wslogin ; gnumake clean cd newrole ; gnumake clean install: cd checkpolicy ; gnumake install cd loadpolicy ; gnumake install - cd wslogin ; gnumake install cd newrole ; gnumake installhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512012151.jB1LpcDi085949>
