Adding bad --gmake to files that use gmake

This commit is contained in:
MrVeink 2022-08-26 13:57:09 +03:00 committed by Ella Stanforth
parent 2423bb97ff
commit 420b1342a7
27 changed files with 64 additions and 64 deletions

View file

@ -15,12 +15,12 @@ build() {
--host=x86_64-unknown-linux-musl \
--without-libiberty
gmake
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir
bad --gmake gmake install DESTDIR=$pkgdir
install -d $pkgdir/usr/lib/distcc
ln -sr $pkgdir/usr/bin/distcc $pkgdir/usr/lib/distcc/cc

View file

@ -15,18 +15,18 @@ fetch() {
build() {
cd $pkgname-$pkgver
./configure
gmake
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
gmake install ROOT=$pkgdir
bad --gmake gmake install ROOT=$pkgdir
rm -r $pkgdir/usr/share
}
package_doc() {
cd $pkgname-$pkgver
gmake install ROOT=$pkgdir
bad --gmake gmake install ROOT=$pkgdir
rm -r $pkgdir/usr/lib
rm -r $pkgdir/usr/bin
}

View file

@ -11,17 +11,17 @@ fetch() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --without-python
gmake
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir
bad --gmake gmake install DESTDIR=$pkgdir
}
package_dev() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir
bad --gmake gmake install DESTDIR=$pkgdir
}
license() {

View file

@ -16,12 +16,12 @@ build() {
--build=x86_64-unknown-linux-musl \
--host=x86_64-unknown-linux-musl
gmake
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir
bad --gmake gmake install DESTDIR=$pkgdir
}
license() {

View file

@ -11,12 +11,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
gmake
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir
bad --gmake gmake install DESTDIR=$pkgdir
ln -sr $pkgdir/usr/bin/mold $pkgdir/usr/bin/ld.mold
}

View file

@ -10,12 +10,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
gmake PREFIX=/usr
bad --gmake gmake PREFIX=/usr
}
package() {
cd $pkgname-$pkgver
gmake install PREFIX=/usr DESTDIR=$pkgdir
bad --gmake gmake install PREFIX=/usr DESTDIR=$pkgdir
}
license() {