lw-build-system/skel
Laurence Withers dcee211388 Update shell files to use /bin/bash and POSIX .
bash's earlier problems with subshells running scripts starting #!/bin/bash
seem to be solved, so explicitly mark all scripts as requiring bash.
Furthermore, change all source built-ins to prefix the path with "./" as
required by POSIX. Together these changes should stop further problems
with changes of source built-in semantics in future.
2009-04-06 14:13:06 +00:00
..
scripts Update copyright dates 2009-01-03 22:55:04 +00:00
.gitignore Add vim swap files to default gitignore 2008-03-06 23:56:15 +00:00
COPYING Switch to GPLv3 2007-10-14 10:31:40 +00:00
README Update copyright dates 2009-01-03 22:55:04 +00:00
config Update copyright dates 2009-01-03 22:55:04 +00:00
make.sh Update shell files to use /bin/bash and POSIX . 2009-04-06 14:13:06 +00:00
run-test.sh Update shell files to use /bin/bash and POSIX . 2009-04-06 14:13:06 +00:00
version Update copyright dates 2009-01-03 22:55:04 +00:00

README

@P@
========================================================================
(c)2009, @AUTHOR@, <@EMAIL@>.
Released under the GNU GPLv3. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@