From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6772 invoked by alias); 28 May 2003 21:05:23 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 6713 invoked from network); 28 May 2003 21:05:22 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.213.212) by sources.redhat.com with SMTP; 28 May 2003 21:05:22 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 4F48C354C; Wed, 28 May 2003 14:05:21 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h4SL5Kg06341; Wed, 28 May 2003 14:05:20 -0700 Date: Wed, 28 May 2003 21:05:00 -0000 Message-Id: <200305282105.h4SL5Kg06341@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Schwab Cc: libc-hacker@sources.redhat.com Subject: Re: Dependency generation fixes In-Reply-To: Andreas Schwab's message of , 11 May 2003 18:06:21 +0200 X-Zippy-Says: How do you explain Wayne Newton's POWER over millions? It's th' MOUSTACHE... Have you ever noticed th' way it radiates SINCERITY, HONESTY & WARMTH? It's a MOUSTACHE you want to take HOME and introduce to NANCY SINATRA! X-SW-Source: 2003-05/txt/msg00036.txt.bz2 > Tested natively on ppc-linux and with a ppc->m68k-linux cross. > > Andreas. > > 2003-05-11 Andreas Schwab > > * Makerules: Always use -MP together with -MD. > (set-remove-dotot): Substitute $(..) also at start of line. > ($(stdio_lim:h=st)): Use -MD instead of SUNPRO_DEPENDENCIES. > Generated defines with a single compiler call. Use > $(sed-remove-dotdot). > * mach/Makefile ($(objpfx)mach-syscalls.mk): Use -MD instead > of DEPENDENCIES_OUTPUT, and use $(sed-remove-objpfx). > * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): > Use -MD instead of SUNPRO_DEPENDENCIES, and use > $(sed-remove-objpfx). > * sysdeps/unix/sysv/linux/mips/Makefile > ($(objpfx)syscall-%.h): Likewise. I put these in. Thanks, Roland