-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: infrastructure
-
b54
-
generic
-
generic
On windows, initial builds get a warning about C:/temp not existing, I suspect when it's checking the amount of temp disk space available.
We should make sure this directory exists with an appropriate dummy:=$(shell mkdir C:/temp)
or better yet $(_system_root)/temp and make sure no makefiles are explicitly spelling out any drive letters.
We should make sure this directory exists with an appropriate dummy:=$(shell mkdir C:/temp)
or better yet $(_system_root)/temp and make sure no makefiles are explicitly spelling out any drive letters.