push@5e5abfcab4c2962005be89c951a86f55db27555e From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Liming Gao Sent: Tuesday, September 10, 2019 11:23 PM To: devel@edk2.groups.io; bur...@gmail.com Subject: Re: [edk2-devel] Increase robustness of nmake BaseTools build for space also used by make
Reviewed-by: Liming Gao <liming....@intel.com<mailto:liming....@intel.com>> From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> [mailto:devel@edk2.groups.io] On Behalf Of Burt Silverman Sent: Sunday, September 8, 2019 6:10 AM To: devel@edk2.groups.io<mailto:devel@edk2.groups.io> Subject: [edk2-devel] Increase robustness of nmake BaseTools build for space also used by make Author: Burt Silverman <bur...@gmail.com<mailto:bur...@gmail.com>> 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 <bur...@gmail.com<mailto:bur...@gmail.com>> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47146): https://edk2.groups.io/g/devel/message/47146 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] -=-=-=-=-=-=-=-=-=-=-=-