From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A61D421A6F106 for ; Tue, 18 Apr 2017 20:39:52 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 18 Apr 2017 20:39:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="847467181" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.50]) by FMSMGA003.fm.intel.com with ESMTP; 18 Apr 2017 20:39:51 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Tue, 18 Apr 2017 20:39:47 -0700 Message-Id: <1492573188-12276-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-BuildSpecification PATCH] Add NMAKE response file for long command lines X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 03:39:52 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=479 GitHub branch for review: https://github.com/mdkinney/edk2-BuildSpecification/tree/Bugzilla_479_NmakeLongCommandLineHandling GitHub branch compare against latest DRAFT for review: https://github.com/tianocore-docs/edk2-BuildSpecification/compare/master...mdkinney:Bugzilla_479_NmakeLongCommandLineHandling?w=1 If an NMAKE command line is too long, then the include paths and tool flags are added to a response file that is passed to NMAKE. Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (1): Add NMAKE response file for long command lines .../82_auto-generation_process.md | 20 ++++++++++++++++++++ README.md | 1 + 2 files changed, 21 insertions(+) -- 2.6.3.windows.1