Adding -g

This commit is contained in:
sergiotarxz 2022-05-03 22:46:31 +02:00
parent 611c64098f
commit e5ef927a67
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
echo "Do nothing."
emerge --sync
# This is just here to sync up with the other desktops systems.
# It just makes life easier when doing a 'git diff' between branches.
# But if we were to do the same thing, it would be roughly this ...

View File

@ -6,4 +6,4 @@ emerge -b1q portage
emerge -b1q app-portage/grs
unset CONFIGFILE
emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world

View File

@ -5,7 +5,7 @@ env-update
unset CONFIGFILE
install-worldconf
emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world
emerge -buvNDqg --keep-going --verbose-conflicts --with-bdeps=y @world
clean-worldconf
emerge --depclean
emerge -bq --keep-going @preserved-rebuild
emerge -bqg --keep-going @preserved-rebuild