From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2473 invoked by alias); 18 Aug 2009 07:50:40 -0000 Received: (qmail 2464 invoked by uid 22791); 18 Aug 2009 07:50:39 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Aug 2009 07:50:33 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7oThi030522; Tue, 18 Aug 2009 03:50:29 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7I7oTom011747; Tue, 18 Aug 2009 03:50:29 -0400 Received: from [10.36.8.119] (vpn2-8-119.ams2.redhat.com [10.36.8.119]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7oROM013199; Tue, 18 Aug 2009 03:50:28 -0400 Message-ID: <4A8A5D43.3060607@redhat.com> Date: Tue, 18 Aug 2009 10:54:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Ralf Wildenhues CC: binutils@sourceware.org Subject: Re: dependency tracking in gas References: <20090815124234.GA20656@gmx.de> <20090815124530.GE20656@gmx.de> In-Reply-To: <20090815124530.GE20656@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00308.txt.bz2 Hi Ralf, > gas/ChangeLog: > 2009-08-15 Ralf Wildenhues > > * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11, > foreign and no-dist. > (all): Remove now-unneeded dependency upon info. > (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES) > (DEP_FILE_DEPS): Remove variables. > ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies. > ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o) > (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o) > (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o) > (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove > now-unneeded rules. > (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES), > $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES), > $(CONFIG_ATOF_CFILES), so their dependency fragments are picked up > in the Makefile. > (itbl-lex.c, itbl-ops.o): Remove manual dependencies. > (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o) > (itbl-test.o): Rewrite using automake-style dependency > tracking rules; only list the dependency upon the primary source > file, but no included headers. > (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am): > Remove. > (mkdep section): Remove. > * Makefile.in: Regenerate. Approved - please apply.