Difference between revisions of "Translations:Make.conf/7/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Por padrão, o portage descompacta e compila os fontes em {{f|/var/tmp/}} e anexa {{f|portage/pkg-cat/pkg}} para compilar um pacote em outro lugar. Por exemplo, se o portage c...")
 
(No difference)

Latest revision as of 11:14, July 11, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Make.conf)
By default portage unpacks and compiles sources in {{f|/var/tmp/}}  it appends {{f|portage/pkg-cat/pkg}} to compile a package elsewhere. For example, if portage compiles a package in {{f|/tmp}}, it will be built at: {{f|/tmp/portage/pkg-cat/pkg}}. If you have Funtoo installed on an SSD, it may be a wise decision to mount {{f|/tmp}} in RAM or on a HDD so that you can minimize the number of writes to your SSD and extend its lifetime. After {{f|/tmp}} has been mounted off of your SSD, you can tell portage to compile future packages in {{f|/tmp}}, instead of in {{f|/var/tmp}}. To do this, add the following line to your {{f|/etc/portage/make.conf}}:

Por padrão, o portage descompacta e compila os fontes em /var/tmp/ e anexa portage/pkg-cat/pkg para compilar um pacote em outro lugar. Por exemplo, se o portage compilar um pacote em /tmp, ele será construído em: /tmp/portage/pkg-cat/pkg. Se você tiver o Funtoo instalado em um SSD, pode ser uma decisão sábia montar /tmp na RAM ou em um HDD para minimizar o número de gravações no SSD e prolongar sua vida útil. Depois que o /tmp foi montado fora do seu SSD, você pode dizer ao portage para compilar pacotes futuros no /tmp, em vez de no /var/tmp. Para fazer isso, adicione a seguinte linha ao seu /etc/portage/make.conf: