Date: Sat, 29 Nov 2003 19:34:12 -0000 From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 43156 for review Message-ID: <200311291934.hATJY9Z9043368@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=43156 Change 43156 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311291934.hATJY9Z9043368>