Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | 2004-06-25 | 1 | -1/+1 |
| | | | | | | the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler. | ||||
* | Missed in last commit: | Eric Anholt | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 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". | ||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+80 |