Changeset 1776
- Timestamp:
- 12/09/06 23:55:39 (2 years ago)
- Location:
- branches/6.2/packages
- Files:
-
- 4 modified
-
coreutils/Makefile (modified) (1 diff)
-
grep/Makefile (modified) (1 diff)
-
popt/Makefile (modified) (1 diff)
-
xorg-server/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/coreutils/Makefile
r1636 r1776 49 49 patch -Np1 -i ../$(PATCH50) 50 50 chmod +x tests/sort/sort-mb-tests 51 sed -i 's/_LEN 6/_LEN 20/' src/who.c52 51 ./configure --prefix=/usr 53 52 make $(PM) -
branches/6.2/packages/grep/Makefile
r1528 r1776 39 39 compile-stage2: 40 40 patch -Np1 -i ../$(PATCH50) 41 chmod +x tests/fmbtest.sh 41 42 ./configure --prefix=/usr --bindir=/bin 42 43 make $(PM) -
branches/6.2/packages/popt/Makefile
r1588 r1776 22 22 compile-stage2: 23 23 sed -i -e "/*origOptString ==/c 0)" popt.c 24 autoreconf -f -i -v25 24 ./configure --prefix=/usr 26 25 make $(PM) -
branches/6.2/packages/xorg-server/Makefile
r1735 r1776 36 36 patch -Np1 -i ../$(PATCH1) 37 37 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 41 42 make 42 43 make install
