[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1264 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2006-03-02 11:20:52 +0000 (Thu, 02 Mar 2006)
New Revision: 1264

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * Remove ld.so from optimized libraries as it is not used.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-03-02 10:19:15 UTC (rev 1263)
+++ glibc-package/trunk/debian/changelog	2006-03-02 11:20:52 UTC (rev 1264)
@@ -3,7 +3,8 @@
   * Set configure_build to the same value as configure_host for sparc
     optimized libraries (as on i386). This way they will be tested.
   * If the CPU has biarch support, run tests for cross-compiled libraries.
-
+  * Remove ld.so from optimized libraries as it is not used.
+  
  -- Aurelien Jarno <aurel32@debian.org>  Thu,  2 Mar 2006 05:10:12 +0100
 
 glibc (2.3.6-3) unstable; urgency=low

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2006-03-02 10:19:15 UTC (rev 1263)
+++ glibc-package/trunk/debian/rules.d/build.mk	2006-03-02 11:20:52 UTC (rev 1264)
@@ -106,6 +106,11 @@
 	  (cd $(DEB_SRCDIR)/manual && texi2html -split_chapter libc.texinfo); \
 	fi
 
+	# Remove ld.so from optimized libraries
+	if [ $(curpass) != libc ] && [ $(call xx,configure_build) = $(call xx,configure_target) ]; then \
+		rm -f debian/tmp-$(curpass)/$(call xx,slibdir)/ld*.so* ; \
+	fi
+	
 	# /usr/include/nptl and /usr/lib/nptl.  It assumes tmp-libc is already installed.
 	if [ $(curpass) = nptl ]; then \
 	  for file in `find debian/tmp-$(curpass)/usr/include -type f | sed 's/^debian\/tmp-nptl\///'`; do \



Reply to: