'make' command goes run ./configure

381 Views Asked by At

So, i compile apt from source code, i need running ./configure before running make. But why, when run make command, it's goes running ./configure. Why that's running ./configure when i running make? Because make reconfigure it?

Note

I see an multiple Makefile file in apt source code folder.

root@localhost:~/oneos/apt-1.2.32# ls
AUTHORS                    apt-private    environment.mak
COMPILING                  bin            ftparchive
COPYING                    build          include
COPYING.GPL                buildlib       makefile
Dockerfile                 cmdline        methods
Makefile                   completions    mirror-failure.py
README.SrvRecords          config.log     obj
README.make                config.status  po
README.md                  configure      prepare-release
README.progress-reporting  configure.ac   scripts
abicheck                   debian         shippable.yml
aclocal.m4                 doc            test
apt-inst                   docs           vendor
apt-pkg                    dselect
root@localhost:~/oneos/apt-1.2.32# 
0

There are 0 best solutions below