Advertisement
Guest User

Untitled

a guest
Feb 25th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # Modified Calculate-install 2.2.8
  3. # Processed template files:
  4. # /usr/share/calculate/templates/install/1merge/portage/make.conf
  5. # For modify this file, create /etc/make.conf.clt template.
  6. #------------------------------------------------------------------------------
  7. #-------------------------
  8. # basic options assemblies
  9. #-------------------------
  10. # Alternative mirror updates
  11. #PORTAGE_BINHOST="http://calculate.freeside.ru/pub/CLDG/grp/i686"
  12. #PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLDG/grp/i686"
  13.  
  14. # Add flags nowireless, noprinter, nooffice, etc. separated by a space or
  15. # uncomment this option for all dependences. After changed, launch
  16. # `emerge -uDN world` then delete excess packages `emerge --depclean`.
  17. #CALCULATE=""
  18.  
  19. # Accept license packages net-wireless/broadcom-sta, dev-java/sun-jdk and other
  20. ACCEPT_LICENSE="*"
  21.  
  22. # Connect layman for include calculate overlay
  23. source /var/lib/layman/make.conf
  24.  
  25. #-----------------------------------------------------------
  26. # optimized settings for compiling packages on your computer
  27. #-----------------------------------------------------------
  28. #CFLAGS="-O2 -march=native -pipe"
  29. #CXXFLAGS="${CFLAGS}"
  30.  
  31. #----------------------------------
  32. # compile-time option to accelerate
  33. #----------------------------------
  34. MAKEOPTS="-j3"
  35. #EMERGE_DEFAULT_OPTS="--jobs=4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement