Date: Sat, 30 Sep 2006 08:14:43 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106950 for review Message-ID: <200609300814.k8U8Eh1f025276@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609300814.k8U8Eh1f025276>