[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:cli_manual:shells [2012/10/28 21:07 (UTC)] – [~/.bashrc] sycamorexhowtos:cli_manual:shells [2012/10/28 21:36 (UTC)] – [~/.bashrc] sycamorex
Line 536: Line 536:
 export NNTPSERVER='aioe.org' export NNTPSERVER='aioe.org'
  
 +# To take advantage of multicore CPUs you can use the MAKEFLAGS variable. 
 +# For example the equivalent of "make -j2" would be:
 +# export MAKEFLAGS="-j2"
 +# Uncomment the above line to use it.
  
-CHOST="x86_64" +</code>
-export CFLAGS="-march=native -O2 -pipe -fPIC" +
-export CXXFLAGS="${CFLAGS}" +
-export PATH=$PATH:~/bin +
-export MAKEFLAGS="-j4" +
-export QUEUEDIR=/home/xtd8865/data/queues+
  
 =====Other configuration files===== =====Other configuration files=====
 howtos:cli_manual:shells ()