make/STAGE1-make
Petr Šabata 155b953028 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/make#c55f31d05dc5eaf4461e5c53d43872e706f20e0d
2020-10-15 18:54:53 +02:00

8 lines
178 B
Plaintext

srpm $1
mcd $BUILDDIR/$1
$SRC/${1}-*/configure $TCONFIGARGS
notparallel
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
make $J V=1
make $J install DESTDIR=${ROOTFS}