Files
Arch-R/packages/network/wireless_tools/build
T

20 lines
331 B
Python
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build linux
2009-05-17 05:48:41 +02:00
cd $BUILD/$1*
2009-03-18 13:02:53 +01:00
make PREFIX=/usr \
CC=$CC \
AR=$AR \
RANLIB=$RANLIB \
CFLAGS="$CFLAGS -I." \
BUILD_WE_ESSENTIAL='y' \
BUILD_STRIPPING='y' \
make PREFIX=$SYSROOT_PREFIX/usr install
2009-05-17 05:48:41 +02:00
make PREFIX=$SYSROOT_PREFIX/usr install-hdr