From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65125 invoked by alias); 13 Oct 2016 20:44:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 65105 invoked by uid 89); 13 Oct 2016 20:44:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_20,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Gallager, makefiledef, TAGS, makefile.def X-HELO: mail-lf0-f68.google.com Received: from mail-lf0-f68.google.com (HELO mail-lf0-f68.google.com) (209.85.215.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Oct 2016 20:44:00 +0000 Received: by mail-lf0-f68.google.com with SMTP id l131so11675214lfl.0 for ; Thu, 13 Oct 2016 13:43:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=r+5dX4xnDLJXiT6yJuxHR0G4E7I4nDygIvR3HVu9Qnk=; b=BngjPGf5tsS0Kbh7RbkOnGv8a6S5w32YIoHY63a+P/XwwbgPGYHB1JCMPv8gyfzvL7 xIvo7lj7Kq8CvFwHDClA8igi9tR2jOam3v/ejPKFGby16bolT+hLvJha0zUBH8KhP9nH ln+yKcuMIjOozT3YqOSQodtm9wEEqiFzyl633W96KJzZfUzmPu8jTQgcQIPR9cqJrRrW XVkFCKUmhTd2yE+ji6J8eb6HSdqpm2I+pl0sKvYmw4davdAaOfJh/tKqdlKL/Eij0pCU YUiIDxNr3auaPP/RIH8iSXxLPNcCYump7Uis7/OAWL/Uf5q57Vz+aYPgyXCQWRqqmeFl yMyg== X-Gm-Message-State: AA6/9Rn5GRefEPLn+1nK51syp7yCozS0XVuHAMoBRIRYxE5Hu/9JBWZKU+W9t2YR9JgVX7sJ/13m4vOOcJIWSMsi X-Received: by 10.28.209.15 with SMTP id i15mr3297710wmg.2.1476391437726; Thu, 13 Oct 2016 13:43:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.186.228 with HTTP; Thu, 13 Oct 2016 13:43:57 -0700 (PDT) In-Reply-To: References: From: Eric Gallager Date: Thu, 13 Oct 2016 20:44:00 -0000 Message-ID: Subject: Re: [PATCH] Allow `make tags` to work from top-level directory To: Jeff Law Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg01090.txt.bz2 On 10/13/16, Jeff Law wrote: > On 10/06/2016 07:21 AM, Eric Gallager wrote: >> The libdecnumber, libgcc, and libobjc subdirectories are missing TAGS >> targets in their Makefiles. The attached patch causes them to be >> skipped when running `make tags`. >> >> ChangeLog entry: >> >> 2016-10-06 Eric Gallager >> >> * Makefile.def: Mark libdecnumber, libgcc, and libobjc as missing >> TAGS target. >> * Makefile.in: Regenerate. >> > OK. Please install. > > Thanks, > Jeff > I'm still waiting to hear back from about my request for copyright assignment, which I'll need to get sorted out before I can start committing stuff (like this patch). Thanks, Eric