audk/BaseTools/Source/C/Makefiles
Bruce Cran 5ddccf34c4 BaseTools: Fix build on FreeBSD and allow use of non-gcc system compiler
On FreeBSD, uuid.h is in /usr/include, not /usr/include/uuid.

Fix some errors when building using clang caused by self-assignment: the
preferred way to 'use' a variable is '(void)x;', not 'x = x;'.

Where the system provides $(CC) etc. by default, don't override it to be gcc.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <bruce@cran.org.uk>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17866 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-08 01:06:25 +00:00
..
NmakeSubdirs.bat License header updated to match correct format. 2014-08-28 13:53:34 +00:00
app.makefile License header updated to match correct format. 2014-08-28 13:53:34 +00:00
footer.makefile License header updated to match correct format. 2014-08-28 13:53:34 +00:00
header.makefile BaseTools: Fix build on FreeBSD and allow use of non-gcc system compiler 2015-07-08 01:06:25 +00:00
lib.makefile License header updated to match correct format. 2014-08-28 13:53:34 +00:00
ms.app License header updated to match correct format. 2014-08-28 13:53:34 +00:00
ms.common BaseTools: Update nmake Makefile to handle the file path with “:\\”. 2014-09-23 01:32:56 +00:00
ms.lib Sync BaseTool trunk (version r2649) into EDKII BaseTools. 2014-01-27 05:23:15 +00:00
ms.rule License header updated to match correct format. 2014-08-28 13:53:34 +00:00