PERFORCE change 106950 for review

soc-andrew soc-andrew at FreeBSD.org
Sat Sep 30 01:14:45 PDT 2006


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

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


More information about the p4-projects mailing list