Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 18:40:08 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93060 for review
Message-ID:  <200603091840.k29Ie8QS017281@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93060

Change 93060 by rwatson@rwatson_peppercorn on 2006/03/09 18:39:50

	SEBSD is not properly connected to the build tools section of the
	build, so interacts poorly with mergemaster.  For now, use the
	installed system sebsd_* tools, rather than trying to run from
	DESTDIR where they may not exist.  In the future, we'll need to
	attach the SEBSD tool set to the build tool set so it can run in
	the build/install environment.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#23 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#23 (text+ko) ====

@@ -18,9 +18,9 @@
 
 FLASKDIR = flask/
 PREFIX = /usr
-LOADPOLICY  = $(DESTDIR)/usr/sbin/sebsd_loadpolicy
-CHECKPOLICY = $(DESTDIR)/sbin/sebsd_checkpolicy
-SETFILES = $(DESTDIR)/sbin/sebsd_setfiles
+LOADPOLICY  = /usr/sbin/sebsd_loadpolicy
+CHECKPOLICY = /sbin/sebsd_checkpolicy
+SETFILES = /sbin/sebsd_setfiles
 .if (POLICYVERCOMPAT)
 POLICYVERTMP = $(POLICYVERCOMPAT)
 POLICYVERCOMPATARGS = -c $(POLICYVERCOMPAT)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603091840.k29Ie8QS017281>