したがって、ソース コードから apt をコンパイルします。実行./configure
する前に実行する必要がありmake
ます。しかし、なぜ、make
コマンドを実行すると、実行中になります./configure
。なぜ私が走っている./configure
ときにそれが走っているのmake
ですか?再構成するからmake
?
ノート
Makefile
apt source code フォルダーに複数のファイルが表示されます。
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#