Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | 2008-07-12 | 1 | -1/+1 |
| | | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh. | ||||
* | Makefile clean-ups | Brian Paul | 2008-06-09 | 1 | -2/+2 |
| | |||||
* | move directfb-libgl into drivers/directfb/Makefile | Brian Paul | 2008-06-06 | 1 | -1/+14 |
| | |||||
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -1/+1 |
| | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul | 2006-06-26 | 1 | -1/+1 |
| | | | | Probably need to fix the install destinations too... | ||||
* | DirectFB updates (Claudio Ciccani) | Brian Paul | 2005-06-20 | 1 | -1/+2 |
| | |||||
* | DirectFB driver (Claudio Ciccani) | Brian Paul | 2005-01-03 | 1 | -0/+53 |