Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 11:13:11 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52153 for review
Message-ID:  <200405031813.i43IDBYH087397@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



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