From patchwork Sat Nov 15 13:20:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 3760 Received: (qmail 28177 invoked by alias); 15 Nov 2014 13:20:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 28158 invoked by uid 89); 15 Nov 2014 13:20:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, T_FROM_12LTRDOM autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Nov 2014 13:20:33 +0000 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XpdHC-0005UF-8p from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sat, 15 Nov 2014 05:20:30 -0800 Received: from qiyao.dyndns.org.com (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.3.181.6; Sat, 15 Nov 2014 05:20:29 -0800 From: Yao Qi To: Subject: [PATCH 1/7] Make IMPORTED_GNULIB_MODULES in alphabetical order Date: Sat, 15 Nov 2014 21:20:06 +0800 Message-ID: <1416057612-16155-2-git-send-email-yao@codesourcery.com> In-Reply-To: <1416057612-16155-1-git-send-email-yao@codesourcery.com> References: <1416057612-16155-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 X-IsSubscribed: yes Since we'll add more modules in this list, better to keep them in alphabetical order. gdb: * gnulib/update-gnulib.sh: Make IMPORTED_GNULIB_MODULES in alphabetical order. --- gdb/gnulib/update-gnulib.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh index 7fd3fae..ec1a8e8 100644 --- a/gdb/gnulib/update-gnulib.sh +++ b/gdb/gnulib/update-gnulib.sh @@ -30,17 +30,17 @@ # The list of gnulib modules we are importing in GDB. IMPORTED_GNULIB_MODULES="\ + dirent \ dirfd \ fnmatch-gnu \ frexpl \ inttypes \ memmem \ - update-copyright \ - unistd \ pathmax \ strstr \ - dirent \ sys_stat \ + unistd \ + update-copyright \ " # The gnulib commit ID to use for the update.