所以,我从源代码编译apt,我需要在运行./configure
之前运行make
。但是为什么,当运行make
命令时,它会运行./configure
。为什么./configure
当我跑步时它正在运行make
?因为make
重新配置呢?
笔记
Makefile
我在 apt 源代码文件夹中看到一个多个文件。
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#