public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: GNU libc hacker <libc-hacker@sources.redhat.com>
Subject: Fixes for make clean
Date: Mon, 05 May 2003 11:14:00 -0000	[thread overview]
Message-ID: <hod6ixejc4.fsf@byrd.suse.de> (raw)


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  <aj@suse.de>

	* 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

             reply	other threads:[~2003-05-05 11:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 11:14 Andreas Jaeger [this message]
2003-05-05 17:20 ` Ulrich Drepper
2003-12-31 11:34 Andreas Jaeger
2003-12-31 22:52 ` Roland McGrath
2005-01-03 11:11 Andreas Jaeger
2005-01-03 16:57 ` Ulrich Drepper
2005-01-07 12:44 ` Jakub Jelinek
2005-01-07 13:58   ` Andreas Jaeger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hod6ixejc4.fsf@byrd.suse.de \
    --to=aj@suse.de \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).