]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FreeBSD/build: Files specific for building on FreeBSD
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 24 Mar 2016 11:47:34 +0000 (12:47 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 10 May 2016 21:41:17 +0000 (23:41 +0200)
commit89f63d4ae870d21fdfdeb0f11eecf8cb7dca410b
tree6212b8f460aac4d838606383104fc86d3e43a0d4
parentb89d793afc1ecf32be0af0b267dbfa56d4acc70f
FreeBSD/build: Files specific for building on FreeBSD

 - README.FreeBSD for the description of the current work thusfar
 - do_freebsd.sh, the srcipt to run autobuild/compile/tests
 - autogen_freebsd.sh set the options to use in the auto/configure tools
 - do_freebsd.sh: Install bash and softlink, so other bash scripts can
   run as is. Using /usr/bin/env would be more compliant.
   But not for now. This makes it compatible with the std-linux environment
 - So now we can even have Clang in /usr/bin and /usr/local/bin
   and still get the right one.
 - Use less error suppression, but start fixing warning.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
README.FreeBSD [new file with mode: 0644]
autogen_freebsd.sh [new file with mode: 0644]
do_freebsd.sh [new file with mode: 0755]