packages: glibc/glibc.spec - simplify symlinking

glen glen at pld-linux.org
Tue Oct 27 14:03:43 CET 2009


Author: glen                         Date: Tue Oct 27 13:03:43 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- simplify symlinking

---- Files affected:
packages/glibc:
   glibc.spec (1.840 -> 1.841) 

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.840 packages/glibc/glibc.spec:1.841
--- packages/glibc/glibc.spec:1.840	Sat Sep 26 15:09:26 2009
+++ packages/glibc/glibc.spec	Tue Oct 27 14:03:37 2009
@@ -926,8 +926,8 @@
 chmod +x scripts/cpp
 
 # i786 (aka pentium4) hack
-cd nptl/sysdeps/i386 && ln -s i686 i786 && cd -
-cd nptl/sysdeps/unix/sysv/linux/i386 && ln -s i686 i786 && cd -
+ln -s i686 nptl/sysdeps/i386/i786
+ln -s i686 nptl/sysdeps/unix/sysv/linux/i386/i786
 
 %build
 # glibc has its own way to remove PLT relocations. / H. J. Lu.
@@ -1659,6 +1659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.841  2009/10/27 13:03:37  glen
+- simplify symlinking
+
 Revision 1.840  2009/09/26 13:09:26  patrys
 - add binutils patch (quick and dirty)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.840&r2=1.841&f=u



More information about the pld-cvs-commit mailing list