Changeset 1776

Show
Ignore:
Timestamp:
12/09/06 23:55:39 (2 years ago)
Author:
alexander
Message:

Removed unnecessary differences between 6.2 and trunk

Location:
branches/6.2/packages
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/coreutils/Makefile

    r1636 r1776  
    4949        patch -Np1 -i ../$(PATCH50) 
    5050        chmod +x tests/sort/sort-mb-tests 
    51         sed -i 's/_LEN 6/_LEN 20/' src/who.c 
    5251        ./configure --prefix=/usr 
    5352        make $(PM) 
  • branches/6.2/packages/grep/Makefile

    r1528 r1776  
    3939compile-stage2: 
    4040        patch -Np1 -i ../$(PATCH50) 
     41        chmod +x tests/fmbtest.sh 
    4142        ./configure --prefix=/usr --bindir=/bin 
    4243        make $(PM) 
  • branches/6.2/packages/popt/Makefile

    r1588 r1776  
    2222compile-stage2: 
    2323        sed -i -e "/*origOptString ==/c 0)" popt.c 
    24         autoreconf -f -i -v 
    2524        ./configure --prefix=/usr 
    2625        make $(PM) 
  • branches/6.2/packages/xorg-server/Makefile

    r1735 r1776  
    3636        patch -Np1 -i ../$(PATCH1) 
    3737        patch -Np1 -i ../$(PATCH2) 
    38         automake 
    39         ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 
    40             --with-mesa-source=`pwd`/$(DIR1) --with-default-font-path=built-ins 
     38        autoreconf --force --install --verbose 
     39        ./configure --prefix=/usr --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var \ 
     40            --with-mesa-source=`pwd`/$(DIR1) --with-default-font-path=built-ins \ 
     41            --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb 
    4142        make 
    4243        make install