From owner-p4-projects@FreeBSD.ORG Tue Nov 14 21:36:58 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5286516A417; Tue, 14 Nov 2006 21:36:58 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1404F16A415 for ; Tue, 14 Nov 2006 21:36:58 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62CE43D68 for ; Tue, 14 Nov 2006 21:36:57 +0000 (GMT) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAELav3d077693 for ; Tue, 14 Nov 2006 21:36:57 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAELavmr077690 for perforce@freebsd.org; Tue, 14 Nov 2006 21:36:57 GMT (envelope-from millert@freebsd.org) Date: Tue, 14 Nov 2006 21:36:57 GMT Message-Id: <200611142136.kAELavmr077690@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 109995 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 21:36:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=109995 Change 109995 by millert@millert_g5tower on 2006/11/14 21:36:21 Use $(EXPORT_HDRS), $(DARWIN_ROOT) and $(SOURCE_ROOT) for SEDarwin plugin. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/darwin/osx_cmds/MAC.loginPlugin/MAC.loginPlugin.xcode/project.pbxproj#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/darwin/osx_cmds/MAC.loginPlugin/MAC.loginPlugin.xcode/project.pbxproj#3 (text+ko) ==== @@ -81,8 +81,8 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; INFOPLIST_FILE = plugins/SEDarwin/Info.plist; - OTHER_CFLAGS = "-I../../$(XNU)/BUILD/obj/EXPORT_HDRS/bsd -I../../$(XNU)/BUILD/obj/EXPORT_HDRS/security -I../../../policies/sedarwin/libselinux/include"; - OTHER_LDFLAGS = "-framework Foundation -framework AppKit -L../../../policies/sedarwin/libselinux/src -lselinux -L../../../policies/sedarwin/libsepol/src -lsepol -L../../../policies/sedarwin/libsecompat -lsecompat -L../../libmac -lmac"; + OTHER_CFLAGS = "-I$(EXPORT_HDRS)/bsd -I$(EXPORT_HDRS)/security -I$(SOURCE_ROOT)/policies/sedarwin/libselinux/include"; + OTHER_LDFLAGS = "-framework Foundation -framework AppKit -L$(SOURCE_ROOT)/policies/sedarwin/libselinux/src -lselinux -L$(SOURCE_ROOT)/policies/sedarwin/libsepol/src -lsepol -L$(SOURCE_ROOT)/policies/sedarwin/libsecompat -lsecompat -L$(DARWIN_ROOT)/libmac -lmac"; OTHER_REZFLAGS = ""; PRODUCT_NAME = SEDarwin; SECTORDER_FLAGS = "";