This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


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

`make distclean' does not remove sysd-sorted


>Submitter-Id:	net
>Originator:	Maciej W. Rozycki
>Organization:	Technical University of Gdansk, Poland
>Confidential:	no
>Synopsis:	`make distclean' does not remove sysd-sorted
>Severity:	non-critical
>Priority:	low
>Category:	libc
>Class:		support
>Release:	libc-2.0.104
>Environment:	any?
Host type: alpha-unknown-linux-gnu
System: Linux melmac.amg.gda.pl 2.1.129 #3 Mon Nov 23 13:04:10 CET 1998 alpha unknown
Architecture: alpha

Addons: crypt linuxthreads
Build CFLAGS: -pipe -O2
Build CC: gcc
Compiler version: egcs-2.92.23 19981122 (gcc2 ss-980609 experimental)
Kernel headers: UTS_RELEASE
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: yes
Build bounded: no
Build static-nss: yes
Stdio: libio

>Description:
	What to say?  When `make distclean' is invoked it does not remove
	the generated sysd-sorted file.  Probably a simple omission as
	sysd-sorted is quite a new invention.
>How-To-Repeat:
	Issue `make distclean' on a configured source tree.
>Fix:
	A patch similar to the following should make cleaning happy:

diff -u --recursive --new-file glibc-2.0.103.macro/Makefile glibc-2.0.103/Makefile
--- glibc-2.0.103.macro/Makefile	Fri Nov 20 18:03:24 1998
+++ glibc-2.0.103/Makefile	Sat Nov 28 15:34:26 1998
@@ -194,7 +194,8 @@
 parent-clean: parent-mostlyclean common-clean
 
 postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \
-	    $(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \
+	    $(addprefix $(objpfx), \
+			sysd-Makefile sysd-dirs sysd-rules sysd-sorted) \
 	    $(objpfx)soversions.mk
 
 clean: parent-clean




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