Adding -g
This commit is contained in:
parent
611c64098f
commit
e5ef927a67
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
echo "Do nothing."
|
echo "Do nothing."
|
||||||
|
|
||||||
emerge --sync
|
|
||||||
# This is just here to sync up with the other desktops systems.
|
# This is just here to sync up with the other desktops systems.
|
||||||
# It just makes life easier when doing a 'git diff' between branches.
|
# 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 ...
|
# But if we were to do the same thing, it would be roughly this ...
|
||||||
|
@ -6,4 +6,4 @@ emerge -b1q portage
|
|||||||
emerge -b1q app-portage/grs
|
emerge -b1q app-portage/grs
|
||||||
|
|
||||||
unset CONFIGFILE
|
unset CONFIGFILE
|
||||||
emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
|
emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world
|
||||||
|
@ -5,7 +5,7 @@ env-update
|
|||||||
|
|
||||||
unset CONFIGFILE
|
unset CONFIGFILE
|
||||||
install-worldconf
|
install-worldconf
|
||||||
emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world
|
emerge -buvNDqg --keep-going --verbose-conflicts --with-bdeps=y @world
|
||||||
clean-worldconf
|
clean-worldconf
|
||||||
emerge --depclean
|
emerge --depclean
|
||||||
emerge -bq --keep-going @preserved-rebuild
|
emerge -bqg --keep-going @preserved-rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user