PERFORCE change 93015 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Mar 8 22:06:53 PST 2006


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

Change 93015 by soc-andrew at soc-andrew_serv on 2006/03/09 06:06:40

	Remove /usr/bin/bsdlua from being built as we now install from the package

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#11 edit
.. //depot/projects/soc2005/bsdinstaller/src/usr.bin/Makefile#5 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#11 (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="Makefile.inc1 lib/Makefile libexec/Makefile usr.bin/Makefile usr.sbin/Makefile release/Makefile share/Makefile etc/mtree/BSD.usr.dist"
+FILES="Makefile.inc1 lib/Makefile libexec/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_bsdinstaller contrib/lua:base_lua lib/bsdinstaller:lib_bsdinstaller lib/lua:lib_lua libexec/bsdinstaller:libexec usr.bin/lua:usr_bin 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 libexec/bsdinstaller:libexec 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"

==== //depot/projects/soc2005/bsdinstaller/src/usr.bin/Makefile#5 (text+ko) ====

@@ -107,7 +107,6 @@
 	look \
 	lorder \
 	lsvfs \
-	lua \
 	m4 \
 	mail \
 	make \


More information about the p4-projects mailing list