Date: Fri, 30 Sep 2005 03:30:57 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84528 for review Message-ID: <200509300330.j8U3Uvgt003751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84528 Change 84528 by soc-andrew@soc-andrew_serv on 2005/09/30 03:30:04 Create the ${WORLDTMP}/lib/lua directory Affected files ... .. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#9 edit .. //depot/projects/soc2005/bsdinstaller/src/Makefile.inc1#2 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#9 (text+ko) ==== @@ -3,7 +3,7 @@ # Script to create a patch and tarballs of files to use in release(7) # The files to diff -FILES="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.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_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" ==== //depot/projects/soc2005/bsdinstaller/src/Makefile.inc1#2 (text+ko) ==== @@ -304,8 +304,8 @@ mkdir -p ${WORLDTMP}/legacy/${_dir} .endfor .for _dir in \ - lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \ - usr/libexec usr/sbin usr/share/misc \ + lib usr/bin usr/include usr/lib/compat/aout usr/lib/lua \ + usr/libdata/ldscripts usr/libexec usr/sbin usr/share/misc \ usr/share/snmp/defs usr/share/snmp/mibs mkdir -p ${WORLDTMP}/${_dir} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509300330.j8U3Uvgt003751>