Why elf/sln not build?

H.J. Lu hjl@lucon.org
Wed Aug 5 09:02:00 GMT 1998


Hi,

glibcc 2.0.7 in CVS is broken due to this change:

1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/Makefile: Don't install sln.

As the result, elf/sln is not built. "make install" failed at the
last moment since elf/sln is not found. May I ask why it is removed?
It is a very useful tool when something goes wrong. Even if we don't
want to install it, we still shoulld build it.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
Wed Aug  5 09:00:48 1998  H.J. Lu  (hjl@gnu.org)

	* elf/Makefile (others): Depend on $(objpfx)sln.

Index: elf/Makefile
===================================================================
RCS file: /home/work/cvs/gnu/glibc-2.0/elf/Makefile,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 Makefile
--- Makefile	1998/08/05 14:01:35	1.1.1.5
+++ Makefile	1998/08/05 15:58:16
@@ -79,6 +79,7 @@
 
 include ../Rules
 
+others: $(objpfx)sln
 
 ifeq (yes,$(build-shared))
 # Make sure these things are built in the `make lib' pass so they can be used



More information about the Libc-hacker mailing list