summaryrefslogtreecommitdiffstats
path: root/lddd
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07Support non-standard install locationsLukas Fleischer1-46/+0
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce7d8dc26cd424321f2e8638d05da0a6d4. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-07-25lddd: Add /usr/local/lib to library directoriesEric Bélanger1-1/+1
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-07-25lddd: Replace hardcoded list of library directories by those listed in ↵Eric Bélanger1-2/+2
/etc/ld.so.conf.d Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-07-25Replace backticks by $() and add missing quotesEric Bélanger1-2/+2
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-07-13lddd: correct mktemp usagePierre Schmitz1-3/+1
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz1-3/+0
2010-02-17escape line breaks in find commandPierre Schmitz1-6/+6
2010-02-13apply common coding stylePierre Schmitz1-21/+25
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee1-20/+22
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-11-29Add lddd script from cvs-archAaron Griffin1-0/+45
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>