mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:25:43 +00:00
now it is possible to build bootcd and bootcdregtest with the same tree (without changing any files)
svn path=/trunk/; revision=24659
This commit is contained in:
parent
ef31ab5c96
commit
e343b07d1f
2 changed files with 7 additions and 1 deletions
|
@ -402,6 +402,12 @@ universe:
|
||||||
ROS_OUTPUT=output-$(ARCH)-r \
|
ROS_OUTPUT=output-$(ARCH)-r \
|
||||||
world
|
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
|
.PHONY: msvc
|
||||||
msvc: $(RBUILD_TARGET)
|
msvc: $(RBUILD_TARGET)
|
||||||
$(ECHO_RBUILD)
|
$(ECHO_RBUILD)
|
||||||
|
|
|
@ -398,7 +398,7 @@ media\inf\usbport.inf 6
|
||||||
media\inf\usb.inf 6
|
media\inf\usb.inf 6
|
||||||
media\inf\usbstor.inf 6
|
media\inf\usbstor.inf 6
|
||||||
media\inf\xboxdisp.inf 6
|
media\inf\xboxdisp.inf 6
|
||||||
;boot\bootdata\unattend.inf 6 optional
|
boot\bootdata\unattend.inf 6 optional
|
||||||
|
|
||||||
|
|
||||||
; Subsystems
|
; Subsystems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue