PERFORCE change 84282 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Sep 26 03:27:24 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84282

Change 84282 by soc-andrew at soc-andrew_serv on 2005/09/26 10:27:19

	Update the patch script to create patches and tarballs for the added files in changes 84277-84281

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#7 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#7 (text+ko) ====

@@ -3,10 +3,10 @@
 # Script to create a patch and tarballs of files to use in release(7)
 
 # The files to diff
-FILES="lib/Makefile usr.sbin/Makefile release/Makefile share/Makefile etc/mtree/BSD.usr.dist"
+FILES="lib/Makefile usr.bin/Makefile usr.sbin/Makefile release/Makefile share/Makefile etc/mtree/BSD.usr.dist"
 
 # Dir's to create a tarball of:name for tarball
-DIRS="contrib/bsdinstaller:base lib/bsdinstaller:lib usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share sys/i386/conf/NOPREEMPTION:sys"
+DIRS="contrib/bsdinstaller:base_bsdinstaller contrib/lua:base_lua lib/bsdinstaller:lib_bsdinstaller lib/lua:lib_lua usr.bin/lua:usr_bin usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share sys/i386/conf/NOPREEMPTION:sys"
 
 VENDOR="//depot/vendor/freebsd/src"
 BSDINS="//depot/projects/soc2005/bsdinstaller/src"


More information about the p4-projects mailing list