This is the mail archive of the libc-alpha@sourceware.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]

Re: [Various] libc/1295: *.so.map files not found


Andreas Jaeger <aj@arthur.rhein-neckar.de> writes:

|> >>>>> Alejandro Galindo writes:
|> 
|>  > Hello!
|>  > Thanks Andreas,
|> 
|>  > i found the real problem, 
|> 
|>  > the principal problem its to run 'make clean'  on the build directory, becouse
|>  > it dont delete the sysd-versions, and when we run   'make'  one more time, the
|>  > *.map files arent created anymore. Iam sorry, i cant be more explicit (spoking
|>  > technically).
|> 
|>  > Thank you very much for your help
|> Thank you!
|> 
|> I just run a make clean in my build directory and sysd-versions is
|> indeed not removed - but all the map files are:-(.

Please try this patch:

1999-09-17  Andreas Schwab  <schwab@suse.de>

	* Makefile (clean): Also remove $(postclean) files.

Index: Makefile
===================================================================
RCS file: /glibc/cvsfiles/libc/Makefile,v
retrieving revision 1.187
diff -u -a -u -r1.187 Makefile
--- Makefile	1999/08/21 01:03:33	1.187
+++ Makefile	1999/09/17 08:25:24
@@ -205,6 +205,7 @@
 # subdirectories are dealt with and so they won't try to remove object
 # files from it when it's going to be removed anyway.
 	@$(MAKE) subdir_clean no_deps=t
+	-rm -f $(postclean)
 mostlyclean: parent-mostlyclean
 	@$(MAKE) subdir_mostlyclean no_deps=t
 	-rm -f $(postclean)

-- 
Andreas Schwab                                  "And now for something
schwab@suse.de                                   completely different."
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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