Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2003 11:07:32 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44071 for review
Message-ID:  <200312181907.hBIJ7WL5036070@repoman.freebsd.org>

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

Change 44071 by cvance@cvance_sony on 2003/12/18 11:06:53

	Patch up install-src target

Affected files ...

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

Differences ...

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

@@ -99,5 +99,7 @@
 clean:
 	rm -f $(POLICYVER) policy.conf $(FC) tmp/*
 
-install-src:
+install-src: /etc/security/sebsd
+	-rm -rf $(INSTALLDIR)/policy.old
+	-mv $(INSTALLDIR)/policy $(INSTALLDIR)/policy.old
 	cd ..; tar cf - policy | (cd $(INSTALLDIR); tar xf -)



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