depfile: --make-target-prefix -> --make-prefix (#35009)

Since SPACK_PACKAGE_IDS is now also "namespaced" with <prefix>, it makes
more sense to call the flag `--make-prefix` and alias the old flag
`--make-target-prefix` to it.
This commit is contained in:
Harmen Stoppels
2023-01-19 14:58:34 +01:00
committed by GitHub
parent a7613407df
commit a357a39963
4 changed files with 22 additions and 22 deletions

View File

@@ -1004,7 +1004,7 @@ _spack_env_revert() {
_spack_env_depfile() {
if $list_options
then
SPACK_COMPREPLY="-h --help --make-target-prefix --make-disable-jobserver --use-buildcache -o --output -G --generator"
SPACK_COMPREPLY="-h --help --make-prefix --make-target-prefix --make-disable-jobserver --use-buildcache -o --output -G --generator"
else
_all_packages
fi