]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- simplify symlinking
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Oct 2009 13:03:37 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.841

glibc.spec

index fa22c63b8cfe8d2373ed7c330e4dfb4ce1e44c7c..15afca1316c6952ae9654113c8f0618ccab53dbf 100644 (file)
@@ -925,8 +925,8 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 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.
This page took 0.0423519999999999 seconds and 4 git commands to generate.