PERFORCE change 52153 for review
Chris Vance
cvance at FreeBSD.org
Mon May 3 18:13:11 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=52153
Change 52153 by cvance at 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)
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