make and make install not working
sumitparwal opened this issue · 0 comments
I followed this document installed and unzipped using :https://github.com/shekyan/slowhttptest/wiki/InstallationAndUsage
but when i am running make getting below logs doesn't seem it is making someting
sumitparwal@DESKTOP-A9FJ2UV:/slowhttptest-1.9.0$ make/slowhttptest-1.9.0$ sudo make install
make all-recursive
make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0'
Making all in src
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src'
Making all in man
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0'
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0'
make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0'
sumitparwal@DESKTOP-A9FJ2UV:
Making install in src
make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src'
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src'
/usr/bin/mkdir -p '/home/sumitparwal/Downloads/bin'
/usr/bin/install -c slowhttptest '/home/sumitparwal/Downloads/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src'
make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src'
Making install in man
make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/sumitparwal/Downloads/share/man/man1'
/usr/bin/install -c -m 644 slowhttptest.1 '/home/sumitparwal/Downloads/share/man/man1'
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man'
make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0'
make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0'
make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0'