PERFORCE change 96726 for review

soc-andrew soc-andrew at FreeBSD.org
Sat May 6 05:56:55 UTC 2006


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

Change 96726 by soc-andrew at soc-andrew_serv on 2006/05/06 05:56:15

	Detach libaura, libdfui and the frontend from the build

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#13 edit
.. //depot/projects/soc2005/bsdinstaller/src/lib/Makefile#13 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/Makefile#5 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/Makefile.inc1#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/aura/Makefile#2 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/dfui/Makefile#2 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/Makefile#17 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/Makefile#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/Makefile.inc#2 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/Makefile.inc1#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/install_ncurses/Makefile#4 delete

Differences ...

==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#13 (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.sbin/Makefile release/Makefile share/Makefile etc/mtree/BSD.usr.dist"
+FILES="Makefile.inc1 libexec/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 libexec/bsdinstaller:libexec usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share sys/i386/conf/NOPREEMPTION:sys"
+DIRS="contrib/bsdinstaller:base_bsdinstaller libexec/bsdinstaller:libexec 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