summaryrefslogtreecommitdiff
path: root/Docs/env.sh
Commit message (Collapse)AuthorAgeFilesLines
* env.sh: Add cmd:getconf as dependency for Haikummu_man/docs_env_sh_tweaksFrançois Revol2013-12-281-1/+1
| | | | It is now provided as a specific package.
* env.sh: Add ns-pkgman-install to install Haiku dev packagesFrançois Revol2013-12-271-0/+13
|
* env.sh: export LIBRARY_PATH for HaikuFrançois Revol2013-12-271-0/+1
| | | | Maybe those should be conditional on $TARGET_ABI...
* env.sh: Account for BSD variant getconf NPROCESSORS_ONLNFrançois Revol2013-12-271-1/+1
| | | | | | | Haiku now provides the BSD getconf, so should work as well. One might want to handle Solaris too some day... cf. https://gist.github.com/jj1bdx/5746298
* env.sh: Use a more portable way of counting online processorsFrançois Revol2013-12-271-1/+1
| | | | | | | | | | getconf _NPROCESSORS_ONLN should be available on Linux, FreeBSD and OSX at least: http://linux.die.net/man/1/getconf https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/getconf.1.html ...and shall soon be available on Haiku as well.
* updates for git repo renamesVincent Sanders2013-05-051-2/+9
|
* Improve environment script to extend pkg-config path and libnsfb library targetVincent Sanders2013-04-141-1/+8
|
* Support ZSH and change behaviour for MAKE a littleDaniel Silverstone2013-03-051-8/+23
| | | | | | Adds support for ZSH by shonky means, and also changes ns-make to ns-make-libs, extends the script to count CPUs and use a -jX and adds ns-make to call make with the given args and also the -jX.
* add example environment scriptVincent Sanders2013-03-051-0/+101