PERFORCE change 87613 for review

Todd Miller millert at FreeBSD.org
Thu Dec 1 21:51:38 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87613

Change 87613 by millert at 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 install
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list