This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fixes for make clean


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]