abf49f22b0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sed#1c4b830a2cbc4a6c918202b7373d58205b70494d
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
srpm $1
|
|
mcd $BUILDDIR/$1
|
|
$SRC/${1}-*/configure $TCONFIGARGS
|
|
notparallel
|
|
# Touch sed.1 so that it will not be built.
|
|
# The makefile in the sed/doc directory attempts to run the
|
|
# built sed binary in order to extract the --help output, but
|
|
# this fails because the sed binary is a cross-tool.
|
|
touch doc/sed.1
|
|
make $J V=1
|
|
make $J install DESTDIR=${ROOTFS}
|