PERFORCE change 43156 for review

Robert Watson rwatson at FreeBSD.org
Sat Nov 29 19:34:09 GMT 2003


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

Change 43156 by rwatson at rwatson_powerbook on 2003/11/29 11:33:46

	Clean up wslogin build, install.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#5 (text+ko) ====

@@ -3,16 +3,18 @@
 
 OBJS = wslogin.o
 
+all: wslogin.dylib build/wsloginui.app
+
 wslogin.dylib: $(OBJS)
 	gcc -dynamiclib -o $@ $(OBJS) ../../libsebsd/libsebsd.a ../../libmac/*.o
 
-wsloginui.app: LabelChooser.m LabelChooser.h main.m
+build/wsloginui.app: LabelChooser.m LabelChooser.h main.m
 	pbxbuild
 
 install:
 	install -m 644 -o root -g wheel wslogin.dylib /usr/lib
-	cd build ; tar -cf - wsloginui.app | (cd /System/Library/CoreServices \
-	    ; tar -xf -)
+	(cd build ; tar -cf - wsloginui.app) | (cd \
+	    /System/Library/CoreServices ; tar -xf -)
 	chown -R root:wheel /System/Library/CoreServices/wsloginui.app
 
 #
@@ -29,4 +31,4 @@
 
 clean:
 	rm -f $(OBJS) wslogin.dylib
-	rm -Rf wsloginui.app
+	rm -Rf build
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