Makefile: Optimize building
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
6e26cd801a
commit
ea617a8eba
@ -30,7 +30,6 @@ All :: \
|
|||||||
"$(LANG).$(PLAT).$(CFG).Error-2.idt"
|
"$(LANG).$(PLAT).$(CFG).Error-2.idt"
|
||||||
|
|
||||||
"$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
|
"$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
|
||||||
-if exist $@ del /f /q $@
|
|
||||||
move /y << $@ > NUL
|
move /y << $@ > NUL
|
||||||
Error Message
|
Error Message
|
||||||
i2 L0
|
i2 L0
|
||||||
@ -38,7 +37,6 @@ Error Error
|
|||||||
<<NOKEEP
|
<<NOKEEP
|
||||||
|
|
||||||
"en_US.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
|
"en_US.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
|
||||||
-if exist $@ del /f /q $@
|
|
||||||
move /y << $@ > NUL
|
move /y << $@ > NUL
|
||||||
Error Message
|
Error Message
|
||||||
i2 L0
|
i2 L0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user