commit changes
This commit is contained in:
15
stage/toolchain/sed.bash
Normal file
15
stage/toolchain/sed.bash
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
fetch $SED_URL
|
||||
|
||||
cd "$SOURCES" && tar xf sed-$SED_VERSION.tar.xz && cd sed-$SED_VERSION
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
make && make DESTDIR="$SYSROOT" install
|
||||
|
||||
cd "$SOURCES" && rm -rf sed-$SED_VERSION
|
||||
Reference in New Issue
Block a user