reading “Build Files Exist” seems to suggest the package already exists, but it’s not, I think.
So what is “CleanBuild” and what do the options mean: [N]one [A]ll [Ab]ort [I]nstalled [No]t Installed
And is meant by (1 2 3, 1-3, ^4) ?
reading “Build Files Exist” seems to suggest the package already exists, but it’s not, I think.
So what is “CleanBuild” and what do the options mean: [N]one [A]ll [Ab]ort [I]nstalled [No]t Installed
And is meant by (1 2 3, 1-3, ^4) ?
I would guess that “Build Files Exist” means makepkg successfully downloaded the files it needs to build the package. I assume cleanBuild is referring to the building of packages itself.
As for the options, my guesses are:
N
don’t install anything and continueA
build and install all the listed packagesAb
interrupt everything and exitI
rebuild packages which are already installed, but don’t install new onesNo
build and install packages which are not installed on the systemI think you can also pick specific packages by referring to their index
1 2 3
)1-3
)^4
)Note that I don’t use arch btw so I’m only guessing.
[N] builds normally. [A] deletes the source code from your machine and starts building from scratch. [Ab] aborts like you'd expect. [I] clean builds only installed packages. [No] Idem, but only not installed packages.