PERFORCE change 84528 for review

soc-andrew soc-andrew at FreeBSD.org
Thu Sep 29 20:30:58 PDT 2005


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

Change 84528 by soc-andrew at 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


More information about the p4-projects mailing list