From owner-p4-projects@FreeBSD.ORG Sat Sep 30 08:14:45 2006 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 D662216A415; Sat, 30 Sep 2006 08:14:44 +0000 (UTC) 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 6CF9716A407 for ; Sat, 30 Sep 2006 08:14:44 +0000 (UTC) (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 0165743D4C for ; Sat, 30 Sep 2006 08:14:44 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8U8EhUZ025279 for ; Sat, 30 Sep 2006 08:14:43 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8U8Eh1f025276 for perforce@freebsd.org; Sat, 30 Sep 2006 08:14:43 GMT (envelope-from soc-andrew@freebsd.org) Date: Sat, 30 Sep 2006 08:14:43 GMT Message-Id: <200609300814.k8U8Eh1f025276@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 106950 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: Sat, 30 Sep 2006 08:14:45 -0000 http://perforce.freebsd.org/chv.cgi?CH=106950 Change 106950 by soc-andrew@soc-andrew_serv on 2006/09/30 08:14:31 Update the Makefiles to the new file names. Export require for some of the custom steps Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/main.lua#5 edit .. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/base/Makefile#4 edit .. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/lib/Makefile#3 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/main.lua#5 (text+ko) ==== @@ -201,6 +201,7 @@ print = print, pairs = pairs, ipairs = ipairs, + require = require, table = table, string = string } ==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/base/Makefile#4 (text+ko) ==== @@ -1,6 +1,7 @@ NOOBJ= -FILES= 200_install.lua 400_configure.lua 950_reboot.lua main.lua +FILES= 200_install.lua 400_configure.lua 500_create_geom_mirror.lua \ + 950_reboot.lua main.lua FILESDIR= ${INST_DIR} ==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/lib/Makefile#3 (text+ko) ==== @@ -1,9 +1,13 @@ NOOBJ= -FILES= bitwise.lua cmdchain.lua configvars.lua flow.lua menu.lua \ - network.lua network_ui.lua package.lua package_ui.lua \ - storage.lua storage_ui.lua target_system.lua \ - target_system_ui.lua uinav.lua +FILES= Bitwise.lua Capacity.lua CmdChain.lua ConfigFile.lua Disk.lua \ + DiskUI.lua Flow.lua FlowStep.lua Installation.lua \ + InstallationUI.lua Menu.lua MenuItem.lua NavContainer.lua \ + NavLeaf.lua Network.lua NetworkUI.lua Package.lua \ + PackageGraph.lua PackageList.lua PackageSet.lua PackageUI.lua \ + Partition.lua PartitionUI.lua StorageSystem.lua \ + StorageSystemUI.lua Subpartition.lua + FILESDIR= ${INST_DIR}/lib