philyuchkoff / HAProxy-2-RPM-builder

Build latest HAProxy binary for CentOS/RHEL 6/7/8/9 with prometheus metrics support
GNU General Public License v3.0
63 stars 30 forks source link

Build failing - No rule to make target `0'. #21

Closed mdzidic closed 1 year ago

mdzidic commented 1 year ago

Hello,

Make throwing this error:

+ /usr/bin/make -j6 -j6 CPU=generic TARGET=linux-glibc USE_SYSTEMD=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_OPENSSL=1 USE_ZLIB=1 USE_REGPARM=1 'ADDINC=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic' USE_LINUX_TPROXY=1 USE_THREAD=1 USE_TFO=1 USE_NS=1 0 'ADDLIB=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
make[1]: *** No rule to make target `0'.  Stop.
make[1]: Entering directory `/rpmbuild/BUILD/haproxy-2.7.8'
make[1]: Leaving directory `/rpmbuild/BUILD/haproxy-2.7.8'
philyuchkoff commented 1 year ago

Thank you!!!