Date: Sat, 6 May 2006 05:56:54 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96726 for review Message-ID: <200605060556.k465us0M015614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96726 Change 96726 by soc-andrew@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605060556.k465us0M015614>