Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -3/+3 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -0/+6 |
| | |||||
* | print current config name before building src and progs | Brian Paul | 2004-08-25 | 1 | -1/+5 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -2/+2 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | Fail if any subdir fails. | Keith Whitwell | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+34 |