Commit Graph

66 Commits

Author SHA1 Message Date
Laurence Withers 4029a771e3 Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if
we use '#!/bin/bash' then we end up sourcing enough .rc files to override any changes we have made
to PATH etc.
2007-03-29 09:36:35 +00:00
Laurence Withers 15ee88eda6 Remove obsolete text in `version' 2007-03-20 21:58:26 +00:00
Laurence Withers ba0e8e7de7 Remove old kdevelop cruft 2007-02-19 21:27:39 +00:00
Laurence Withers 464597a446 Update .gitignore 2007-02-19 20:31:32 +00:00
Laurence Withers b210e6a1b1 Remove VEREXTRA, it was never used. 2007-02-19 20:29:07 +00:00
Laurence Withers 4d0efeeb14 Fix typo in installation message 2007-02-05 20:16:35 +00:00
Laurence Withers 682e37133e Fix installation of symlinks 2007-02-05 14:58:38 +00:00
Laurence Withers 28de5c8aaa Fix annoying bug in file installation 2007-02-05 13:49:17 +00:00
Laurence Withers dfdd180b0d Fix recursion bug in build_dir_tree 2007-02-05 13:36:48 +00:00
Laurence Withers fffbcb9d14 Update README to mention install_prefix 2007-02-05 12:57:58 +00:00
Laurence Withers 7ce30bf7bd Update copyright dates and add INSTALL_PREFIX 2007-02-05 12:51:38 +00:00
Laurence Withers 45a9c51bdc Add MONOLITHIC_OPTIONS 2007-02-02 21:38:36 +00:00
Laurence Withers 5592da7b80 Add app.sh module 2007-01-31 19:14:25 +00:00
Laurence Withers 8968ed27b2 Add a C module 2007-01-31 14:03:00 +00:00
Laurence Withers b2295cd907 Remove unnecessary executable flag. 2007-01-02 10:44:41 +00:00
Laurence Withers 28f36feef4 Remove stray tab 2006-12-12 16:17:22 +00:00
Laurence Withers 4b6457479b Don't fail the script if the last command in config returns false 2006-12-12 16:15:27 +00:00
Laurence Withers 7f6786c908 Update for new config/scripts 2006-12-08 16:21:38 +00:00
Laurence Withers aacb01917c WIP 2006-12-08 15:51:18 +00:00
Laurence Withers 1f2f79bb05 Update ignore 2006-12-08 15:15:59 +00:00
Laurence Withers 31e3e08408 Don't define VERSION etc. in header files. 2006-08-25 10:21:11 +01:00
Laurence Withers b5e34d56bf Update .gitignore to match. 2006-08-15 09:38:25 +01:00
Laurence Withers 2299d6abd6 Fix quoting problem. 2006-08-01 13:50:04 +01:00
Laurence Withers 4863ca9c8b Add a "none/files" module. This is used to install static files. 2006-07-30 13:13:46 +01:00
Laurence Withers 4320510300 Update .gitignore. 2006-07-27 18:25:10 +01:00
Laurence Withers 3e91db08d5 Move the release script into the maintenance directory. 2006-07-27 18:23:05 +01:00
Laurence Withers e1de1ce843 Update bits and pieces that should be substituted in files. 2006-07-25 19:19:59 +01:00
Laurence Withers 27b371a66c Add a couple of .gitignore files; these will ignore generated paths and
symlinks used only by developers.
2006-07-25 19:09:06 +01:00
Laurence Withers 04ae87ca9a Remove unused bits. 2006-07-25 19:01:10 +01:00
Laurence Withers 35bc2766a6 Update copyright messages. 2006-07-25 18:57:00 +01:00
Laurence Withers 2eb3f126e3 Cleanups:
- begin switching to new copyright message
 - add modelines to more files
2006-07-25 18:50:00 +01:00
Laurence Withers becb94e1d4 In the monolithic build, we must always define SRC etc, since that is used
outside the script. This must happen even if the monolithic build has
already occurred.
2006-07-25 10:58:17 +01:00
Laurence Withers 3e7fd2dd59 Minor fix to build script 2006-07-25 10:42:49 +01:00
Laurence Withers 4f8ae1456d Minor fixes. 2006-07-25 10:08:26 +01:00
Laurence Withers 19bb0c3f38 Fix some files. 2006-07-25 09:54:09 +01:00
Laurence Withers 167ff9b843 Rename some files. 2006-07-25 09:54:01 +01:00
Laurence Withers 79e1bce1b1 Add really quick instructions to README 2006-07-25 09:30:42 +01:00
Laurence Withers e6a21ad4fa Minor fixes. 2006-07-25 09:27:37 +01:00
Laurence Withers cffa0b8b48 Add support for './make.sh <module>' 2006-07-24 22:41:27 +01:00
Laurence Withers 33cd0e4daf Update. 2006-07-24 22:37:53 +01:00
Laurence Withers 587981015f Further work in progress. 2006-07-24 22:37:26 +01:00
Laurence Withers 7a3fbaec1f Bugfixing in library module instantitation. 2006-07-24 22:20:28 +01:00
Laurence Withers 4667dab403 Parameterise author and copyright year. 2006-07-24 22:04:40 +01:00
Laurence Withers 98a21838c8 Prepare for changes 2006-07-24 22:01:53 +01:00
Laurence Withers a4a74665f1 Remove pre-instantiated modules. 2006-07-24 21:55:51 +01:00
Laurence Withers 11f2baa34b Major work in progress on build system module instantiation. 2006-07-24 21:55:12 +01:00
Laurence Withers 9e8d1e4c15 WIP on module instantiation.
Rather than the skeleton dir shipping with a couple of ready-made
modules, one for each type of project, it would make much more sense and
be much more flexible to instead provide a script to instantiate modules
as needed.
2006-07-24 20:19:15 +01:00
Laurence Withers 31c4a78918 Very minor fix: filename in comment. 2006-07-24 19:34:12 +01:00
Laurence Withers ea3ffb6a96 Add a minor fix for pkgconfig. 2006-07-24 17:13:01 +01:00
Laurence Withers b7bd6b2d8e Add a firmware directory, for those projects with firmware. 2006-07-24 16:36:02 +01:00