Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2005 10:27:23 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 84282 for review
Message-ID:  <200509261027.j8QARNah077308@repoman.freebsd.org>

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

Change 84282 by soc-andrew@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"



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