[ros-diffs] [cwittich] 24659: now it is possible to build bootcd and bootcdregtest with the same tree (without changing any files)

cwittich at svn.reactos.org cwittich at svn.reactos.org
Thu Oct 26 10:45:17 CEST 2006


Author: cwittich
Date: Thu Oct 26 12:45:16 2006
New Revision: 24659

URL: http://svn.reactos.org/svn/reactos?rev=24659&view=rev
Log:
now it is possible to build bootcd and bootcdregtest with the same tree (without changing any files)

Modified:
    trunk/reactos/Makefile
    trunk/reactos/boot/bootdata/packages/reactos.dff

Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=24659&r1=24658&r2=24659&view=diff
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Thu Oct 26 12:45:16 2006
@@ -402,6 +402,12 @@
 		ROS_OUTPUT=output-$(ARCH)-r \
 		world
 
+
+regtest:
+	$(cp) boot\bootdata\unattend.inf.sample output-i386\cd\reactos\unattend.inf
+	$(MAKE) bootcdregtest
+	$(rm) output-i386\cd\reactos\unattend.inf
+
 .PHONY: msvc
 msvc: $(RBUILD_TARGET)
 	$(ECHO_RBUILD)

Modified: trunk/reactos/boot/bootdata/packages/reactos.dff
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/reactos.dff?rev=24659&r1=24658&r2=24659&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/packages/reactos.dff (original)
+++ trunk/reactos/boot/bootdata/packages/reactos.dff Thu Oct 26 12:45:16 2006
@@ -398,7 +398,7 @@
 media\inf\usb.inf                                   6
 media\inf\usbstor.inf                               6
 media\inf\xboxdisp.inf                              6
-;boot\bootdata\unattend.inf                         6   optional
+boot\bootdata\unattend.inf                          6   optional
 
 
 ; Subsystems




More information about the Ros-diffs mailing list