adapt renaming the Makefiles

This commit is contained in:
Manuel Domke
2018-07-13 08:47:54 +02:00
parent 2cba29e90a
commit 744d4dd9b8
4 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ md5sums=('SKIP')
install='INSTALL'
build() {
cd "${srcdir}/infnoise/software/"
make
make -f Makefile.linux
}
package() {

View File

@@ -5,8 +5,8 @@ VERSION=`git --no-pager describe --tags --always`
PATH=$PATH:/sbin/
make clean
make
make -f Makefile.linux clean
make -f Makefile.linux
rm -rf build
mkdir -p build/DEBIAN
@@ -40,7 +40,7 @@ rm -rf build
cd tools
mkdir -p build/usr/bin/
make
make -f Makefile.linux
cp passgen build/usr/bin/infnoise-passgen
cp dice build/usr/bin/infnoise-dice
@@ -67,7 +67,7 @@ rm -rf build
mkdir -p build/usr/lib
mkdir -p build/usr/include
make libinfnoise.so
make -f Makefile.linux libinfnoise.so
cp libinfnoise.so build/usr/lib/
cp libinfnoise.h build/usr/include

View File

@@ -18,7 +18,7 @@ tar -xzf ../SOURCES/infnoise.tar.gz
%build
cd tools
make
make -f Makefile.linux
%install
#make DESTDIR=$RPM_BUILD_ROOT install

View File

@@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-root
tar -xzf ../SOURCES/infnoise.tar.gz
%build
make
make -f Makefile.linux
%install
#make DESTDIR=$RPM_BUILD_ROOT install