PERFORCE change 43302 for review

Chris Vance cvance at FreeBSD.org
Tue Dec 2 16:15:15 GMT 2003


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

Change 43302 by cvance at cvance_osx_laptop on 2003/12/02 08:14:19

	Add 'clean' targets 

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/sebsd_cmds/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/sebsd_cmds/loadpolicy/Makefile#3 edit
.. //depot/projects/trustedbsd/sedarwin/sebsd_cmds/newrole/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/sebsd_cmds/Makefile#2 (text+ko) ====

@@ -4,6 +4,11 @@
 	(cd loadpolicy ; make)
 	(cd newrole ; make)
 
+clean:
+	(cd checkpolicy ; make clean)
+	(cd loadpolicy ; make clean)
+	(cd newrole ; make clean)
+
 install:
 	(cd checkpolicy ; make install)
 	(cd loadpolicy ; make install)

==== //depot/projects/trustedbsd/sedarwin/sebsd_cmds/loadpolicy/Makefile#3 (text+ko) ====

@@ -9,4 +9,7 @@
 install:
 	install -m 755 -o root -g wheel sebsd_loadpolicy /usr/sbin
 
+clean:
+	rm -f $(OBJS) sebsd_loadpolicy
+
 CFLAGS += -I../../apsl/xnu/security/sebsd

==== //depot/projects/trustedbsd/sedarwin/sebsd_cmds/newrole/Makefile#3 (text+ko) ====

@@ -9,4 +9,7 @@
 install:
 	install -m 755 -o root -g wheel sebsd_newrole /usr/sbin
 
+clean:
+	rm -f $(OBJS) sebsd_newrole
+
 CFLAGS += -I../../apsl/xnu/security/sebsd
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