summaryrefslogtreecommitdiff
path: root/src/egl/Makefile
AgeCommit message (Collapse)Author
2008-05-07Never fail `make clean'Dan Nicholson
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.
2008-05-06Error consistently when running recursive makeDan Nicholson
When changing directories and running a sub-make, ensure that both the cd and make commands propagate errors to the parent make.
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-04-22initial EGL codeBrian Paul