From owner-p4-projects@FreeBSD.ORG Mon May 3 11:13:12 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BB26016A4D0; Mon, 3 May 2004 11:13:12 -0700 (PDT) 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 71CA216A4CE for ; Mon, 3 May 2004 11:13:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD6643D2D for ; Mon, 3 May 2004 11:13:12 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43IDCGe087401 for ; Mon, 3 May 2004 11:13:12 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43IDBYH087397 for perforce@freebsd.org; Mon, 3 May 2004 11:13:11 -0700 (PDT) (envelope-from cvance@nailabs.com) Date: Mon, 3 May 2004 11:13:11 -0700 (PDT) Message-Id: <200405031813.i43IDBYH087397@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@nailabs.com using -f From: Chris Vance To: Perforce Change Reviews Subject: PERFORCE change 52153 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 18:13:13 -0000 http://perforce.freebsd.org/chv.cgi?CH=52153 Change 52153 by cvance@cvance_g5 on 2004/05/03 11:12:35 Minor bug fix for extattr programs, add a target to build a release tarball Affected files ... .. //depot/projects/trustedbsd/sedarwin73/Makeconfig#4 edit .. //depot/projects/trustedbsd/sedarwin73/Makefile#4 edit .. //depot/projects/trustedbsd/sedarwin73/release/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin73/Makeconfig#4 (text+ko) ==== @@ -2,13 +2,10 @@ SEDARWIN_ROOT = /Volumes/Space/cvance/trustedbsd/sedarwin73 # Set the following variable to the installation directory -# or leave blank for "/" -#DESTDIR = DESTDIR = $(SEDARWIN_ROOT)/export # if you aren't going to install as root, you need to set the -# user for -#EXPORT_OWNER= +# user and group for /usr/bin/install to use. EXPORT_OWNER= cvance # @@ -18,7 +15,8 @@ DARWIN = $(SEDARWIN_ROOT)/apsl/xnu EXPORT_HDRS = $(DARWIN)/BUILD/obj/EXPORT_HDRS CFLAGS += -I$(EXPORT_HDRS)/bsd -I$(EXPORT_HDRS)/osfmk -I$(EXPORT_HDRS) -LDADD+= -L$(SEDARWIN_ROOT)/libsebsd -L$(SEDARWIN_ROOT)/libmac +LDADD+= -L$(SEDARWIN_ROOT)/libsebsd -L$(SEDARWIN_ROOT)/libmac +LDADD+= -L$(SEDARWIN_ROOT)/libextattr POLICYDIR= $(DESTDIR)/ BINDIR= /usr/bin ==== //depot/projects/trustedbsd/sedarwin73/Makefile#4 (text+ko) ==== @@ -11,11 +11,14 @@ mac_cmds \ sebsd_cmds \ policy \ - apsl/file_cmds \ - apsl/bootstrap_cmds + apsl/file_cmds +# apsl/bootstrap_cmds # sebsd_system +dist: + cd release && $(MAKE) dist + distclean: cd release && $(MAKE) distclean ==== //depot/projects/trustedbsd/sedarwin73/release/Makefile#2 (text+ko) ==== @@ -13,6 +13,10 @@ install: all +dist: + cd $(DESTDIR) && gnutar --owner root --group wheel -czf \ + $(SEDARWIN_ROOT)/sedarwin.tgz . + distclean: rm -rf $(DESTDIR)