From: <hc...@us...> - 2014-06-13 07:13:04
|
Revision: 2668 http://sourceforge.net/p/edk2-buildtools/code/2668 Author: hchen30 Date: 2014-06-13 07:12:55 +0000 (Fri, 13 Jun 2014) Log Message: ----------- 1. Fix GCC build rules for ASL sources that contain PCDs. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hes...@in...> Reviewed-by: Kinney, Michael D <mic...@in...> Reviewed-by: Zhang, Chao B <cha...@in...> Modified Paths: -------------- trunk/BaseTools/Conf/build_rule.template Modified: trunk/BaseTools/Conf/build_rule.template =================================================================== --- trunk/BaseTools/Conf/build_rule.template 2014-06-09 10:38:25 UTC (rev 2667) +++ trunk/BaseTools/Conf/build_rule.template 2014-06-13 07:12:55 UTC (rev 2668) @@ -1,5 +1,5 @@ # -# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> # Portions copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -359,7 +359,8 @@ <Command.GCC> Trim --asl-file -o $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i -i $(INC_LIST) ${src} "$(ASLPP)" $(ASLPP_FLAGS) $(INC) -I${s_path} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i > $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii - "$(ASL)" $(ASL_FLAGS) $(ASL_OUTFLAGS)${dst} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii + Trim --source-code -l -o $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iiii $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii + "$(ASL)" $(ASL_FLAGS) $(ASL_OUTFLAGS)${dst} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iiii [C-Code-File.AcpiTable] <InputFile> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |