summaryrefslogtreecommitdiff
path: root/progs/tools
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14fix gltrace (bug 16691)Guillaume Melquiond1-1/+3
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+2
This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-2/+2
Respect the user's choice of shell when running mklib rather than always using /bin/sh.
2007-10-10Ignore more generated files in progs/Dan Nicholson1-0/+1
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-03-01s/unsigned int/size_t/ (bug 10135)Brian1-1/+1
2007-03-01include assert.hBrian1-0/+1
2006-06-02Thomas Sondergaard's API tracerBrian Paul6-0/+579