From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14873 invoked by alias); 5 May 2003 11:14:38 -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 14855 invoked from network); 5 May 2003 11:14:37 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 5 May 2003 11:14:37 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id A40021487B for ; Mon, 5 May 2003 13:14:36 +0200 (MEST) To: GNU libc hacker Subject: Fixes for make clean From: Andreas Jaeger Date: Mon, 05 May 2003 11:14:00 -0000 Message-ID: User-Agent: Gnus/5.09002 (Oort Gnus v0.20) XEmacs/21.4 (Portable Code, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00004.txt.bz2 I needed the following fixes for make clean. Ok to commit? Now only these files in linuxthreads are not removed: $ ll linuxthreads/ total 136861 -rw-r--r-- 1 aj suse 42096 May 5 11:38 libc-tsd.os -rwxr-xr-x 1 aj suse 18993840 May 5 11:38 libc.so -rw-r--r-- 1 aj suse 61756576 May 5 11:38 libc_pic_lite.a -rw-r--r-- 1 aj suse 59129130 May 5 11:38 libc_pic_lite.os -rw-r--r-- 1 aj suse 74308 May 5 11:38 libpthread_nonshared.a I don't see directly what's broken, there's a generated clause for them, Andreas 2003-05-05 Andreas Jaeger * sunrpc/Makefile (generated-dirs): New. * resolv/Makefile (generate): New. ============================================================ Index: sunrpc/Makefile --- sunrpc/Makefile 16 Oct 2002 22:09:46 -0000 1.75 +++ sunrpc/Makefile 5 May 2003 09:18:06 -0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1994-2001, 2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -55,6 +55,7 @@ headers = $(addprefix rpc/,auth.h auth_u install-others = $(inst_sysconfdir)/rpc generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ $(rpcsvc:%.x=rpcsvc/%.stmp) rpc-proto.c rpc-proto.d rpcgen +generated-dirs := rpcsvc routines := auth_none auth_unix authuxprot bindrsvprt \ clnt_gen clnt_perr clnt_raw clnt_simp clnt_tcp \ ============================================================ Index: resolv/Makefile --- resolv/Makefile 1 Mar 2003 22:15:00 -0000 1.42 +++ resolv/Makefile 5 May 2003 09:18:06 -0000 @@ -34,6 +34,8 @@ routines := herror inet_addr inet_ntop i tests = tst-aton tst-leaks +generate := mtrace-tst-leaks tst-leaks.mtrace + include ../Makeconfig extra-libs := libresolv libnss_dns -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj