PERFORCE change 80968 for review

Andrew Reisse areisse at FreeBSD.org
Mon Jul 25 16:23:08 GMT 2005


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

Change 80968 by areisse at areisse_ibook on 2005/07/25 16:23:01

	Include libsepol in the build (lib only, no utilities).
	libsepol uses the bswap functions that are expected to be
	found in <sys/endian.h> but are not on Darwin.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#4 edit
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsepol/include/sys/endian.h#1 add

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#4 (text+ko) ====

@@ -1,17 +1,20 @@
 all:
 	cd sedarwin && gnumake
+	cd libsepol/src && gnumake
 	cd libselinux && gnumake
 	cd programs && gnumake
 	cd policy && gnumake
 
 clean:
 	cd sedarwin && gnumake clean
+	cd libsepol/src && gnumake clean
 	cd libselinux && gnumake clean
 	cd programs && gnumake clean
 	cd policy && gnumake clean
 
 install:
 	cd sedarwin && gnumake install
+	cd libsepol/src && gnumake install
 	cd libselinux && gnumake install
 	cd programs && gnumake install
 	cd policy && 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