From c2c7d34973a97c3efb76cf91cce81ffffe131985 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 28 Mar 2014 15:12:03 +0100 Subject: Discover a POSIX shell for Solaris Under Solaris, use ksh instead of `/bin/sh`. This uses `$SHELL` as a POSIX shell, coupled with a `configure` check that sets it correctly. Note that the POSIX shell might end up being bash, so this actually introduces more fragmentation than it reduces. Taken from https://github.com/freedreno/mesa/blob/master/configure.ac --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c039fa7..d7d26c6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,10 @@ depcomp debian/rcm debian/rcm.debhelper.log share/rcm.sh +bin/lsrc +bin/mkrc +bin/rcup +bin/rcdn *deb NEWS.md rcm-*.tar.gz -- cgit v1.2.3