Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 06:06:51 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93015 for review
Message-ID:  <200603090606.k2966pUD063048@repoman.freebsd.org>

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

Change 93015 by soc-andrew@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 \



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