Re: [edk2-devel] Increase robustness of nmake BaseTools build for space also used by make

2019-09-07 Thread Burt Silverman
>it must phony dependency
I meant to write "it must have a phony dependency"

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47005): https://edk2.groups.io/g/devel/message/47005
Mute This Topic: https://groups.io/mt/34060160/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[edk2-devel] Increase robustness of nmake BaseTools build for space also used by make

2019-09-07 Thread Burt Silverman
Author: Burt Silverman 
Date:   Sat Sep 7 16:33:53 2019 -0400

Improve robustness for multiple build environments

When building BaseTools, GNUmakefile builds create directory
BaseTools/Source/C/libs/. On the other hand, Makefile builds use libs
as an nmake pseudo target, so it either must NOT exist as a file or
directory, OR it must phony dependency like .PHONY. The latter
solution conflicts with NmakeSubdirs.py. Therefore, I make it go away
in the cleanall target. I could also add it to the clean target, but
it strikes me that cleanall should be more forceful.

Signed-off-by: Burt Silverman 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47004): https://edk2.groups.io/g/devel/message/47004
Mute This Topic: https://groups.io/mt/34060160/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



0001-Improve-robustness-for-multiple-build-environments.patch
Description: Binary data


Re: [edk2-devel] [PATCH v3 1/1] MdePkg: Add STATIC_ASSERT macro

2019-09-07 Thread Vitaly Cheptsov via Groups.Io
Hello,

Given that new EDK II stable has already landed, and it was suggested to merge 
this right afterwards, it seems to me about the time to merge this patch.

Best wishes,
Vitaly

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47003): https://edk2.groups.io/g/devel/message/47003
Mute This Topic: https://groups.io/mt/32917749/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-