From owner-p4-projects@FreeBSD.ORG Fri Sep 30 03:30:58 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DAF2E16A421; Fri, 30 Sep 2005 03:30:57 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED1C16A41F for ; Fri, 30 Sep 2005 03:30:57 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3FF43D4C for ; Fri, 30 Sep 2005 03:30:57 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U3UvbF003754 for ; Fri, 30 Sep 2005 03:30:57 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U3Uvgt003751 for perforce@freebsd.org; Fri, 30 Sep 2005 03:30:57 GMT (envelope-from soc-andrew@freebsd.org) Date: Fri, 30 Sep 2005 03:30:57 GMT Message-Id: <200509300330.j8U3Uvgt003751@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 84528 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 03:30:58 -0000 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