From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.bemta5.messagelabs.com (mail1.bemta5.messagelabs.com [195.245.231.138]) (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 CF7148210E for ; Mon, 12 Dec 2016 02:32:16 -0800 (PST) Received: from [85.158.136.83] by server-2.bemta-5.messagelabs.com id 70/68-08512-EAC7E485; Mon, 12 Dec 2016 10:32:14 +0000 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrEIsWRWlGSWpSXmKPExsViZ8MRqruuxi/ C4OUdTYs9h44yOzB6dM/+xxLAGMWamZeUX5HAmvH38xX2glM8FZvbihsYD3F1MXJxCAksZJJY u76HGcI5xijx6vNkNgjnIqPEmX3XgBxODjYBV4mL/9axg9giAuYSrfOvMIHYwgI6Er0bbrF2M XIAxQ0lTp5WgCjRk2iYuRisnEVAVeLQxNssIDavgL/E/O1PWUFsRgEViV13tzCC2MwC4hKbnn 0Hi0sICEgs2XOeGcIWlXj5+B9U3EBi69J9LBC2gsShDUdZIHr1JG5MncIGYWtLLFv4mhlil6D EyZlPWCYwCs9CsmIWkpZZSFpmIWlZwMiyilGjOLWoLLVI18hIL6koMz2jJDcxM0fX0MBULze1 uDgxPTUnMalYLzk/dxMjMPzrGRgYdzDuafc7xCjJwaQkyvvD2y9CiC8pP6UyI7E4I76oNCe1+ BCjBgeHwOk1qy8wSrHk5eelKknwKlUD1QkWpaanVqRl5gAjFKZUgoNHSYTXtBIozVtckJhbnJ kOkTrFqCglznupCighAJLIKM2Da4MlhUuMslLCvIwMDAxCPAWpRbmZJajyrxjFORiVhHn1Qbb zZOaVwE1/BbSYCWjx833eIItLEhFSUg2Mpde+71vD23GsJrpNwivhjLHiqrVKO57zfHvFJfHP NHX9m8J9WqudRevyD21ea51083y2F6uotEZrh8DmW37a/b5d8n9an734vkZh5vmoUNl1itKu+ 04HN3hl8LrtThfYbirCN/PUx9m7Ns7pmamcqhs0yfKiyKHSpSo+Tx2/yO2XO//v+eIDSizFGY mGWsxFxYkA6B6aSgUDAAA= X-Env-Sender: peter.kirmeier@ts.fujitsu.com X-Msg-Ref: server-11.tower-36.messagelabs.com!1481538734!75750995!1 X-Originating-IP: [62.60.8.85] X-StarScan-Received: X-StarScan-Version: 9.0.16; banners=-,-,- X-VirusChecked: Checked Received: (qmail 26892 invoked from network); 12 Dec 2016 10:32:14 -0000 Received: from unknown (HELO mailhost4.uk.fujitsu.com) (62.60.8.85) by server-11.tower-36.messagelabs.com with DHE-RSA-AES256-GCM-SHA384 encrypted SMTP; 12 Dec 2016 10:32:14 -0000 Received: from R01UKEXCASM126.r01.fujitsu.local (ex2k13_126.fs.fujitsu.com [10.183.43.178]) by mailhost4.uk.fujitsu.com (8.14.5/8.14.5) with ESMTP id uBCAVd6p024227 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL) for ; Mon, 12 Dec 2016 10:31:54 GMT Received: from R01UKEXCASM124.r01.fujitsu.local (10.183.43.176) by R01UKEXCASM126.r01.fujitsu.local (10.183.43.178) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Mon, 12 Dec 2016 10:31:58 +0000 Received: from R01UKEXCASM124.r01.fujitsu.local ([fe80::a100:54d8:1c51:87b9]) by R01UKEXCASM124.r01.fujitsu.local ([fe80::a100:54d8:1c51:87b9%23]) with mapi id 15.00.1178.000; Mon, 12 Dec 2016 10:31:58 +0000 From: "peter.kirmeier@ts.fujitsu.com" To: "edk2-devel@lists.01.org" Thread-Topic: $ escape sequence at build_rule.txt Thread-Index: AdJUYkzgPnWOU/8WTkiuFH3zrHmzpg== Date: Mon, 12 Dec 2016 10:31:58 +0000 Message-ID: <98ff7c88cfa14fd68742142e48300697@R01UKEXCASM124.r01.fujitsu.local> Accept-Language: de-DE, en-GB, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.182.185.8] MIME-Version: 1.0 Subject: $ escape sequence at build_rule.txt X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 10:32:17 -0000 Content-Language: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I tried to add a AWK replacement into the build_rules to become part of the= generated makefiles: "$(TOOLS_DIR)\gawk.exe" "NF{gsub(/ *\\$$/,\"\"); print}" infile.in = > outfile.out Unfortunately I don't get it, how the dollar sign can be escaped to the dou= bled $$ which is used by make for placing a single $ at the command. Can someone help? Thanks, Peter --- Peter Kirmeier Senior Firmware Developer Client Computing Devices Engineering FUJITSU Buergermeister-Ulrich-Strasse 100, 86199 Augsburg, Germany Tel.: +49 (821) 804 3227 Fax: +49 (821) 804 83227 E-mail: peter.kirmeier@ts.fujitsu.com Web: ts.fujitsu.com Company: Fujitsu Technology Solutions GmbH / ts.fujitsu.com/imprint This communication contains information that is confidential, proprietary i= n nature and/or privileged.=A0 It is for the exclusive use of the intended = recipient(s). If you are not the intended recipient(s) or the person respon= sible for delivering it to the intended recipient(s), please note that any = form of dissemination, distribution or copying of this communication is str= ictly prohibited and may be unlawful. If you have received this communicati= on in error, please immediately notify the sender and delete the original c= ommunication. Thank you for your cooperation. Please be advised that neither Fujitsu, its affiliates, its employees or ag= ents accept liability for any errors, omissions or damages caused by delays= of receipt or by any virus infection in this message or its attachments, o= r which may otherwise arise as a result of this e-mail transmission.