Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | |||
2006-08-16 | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | |
_mesa_align_malloc and friends. | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul | |
2006-03-07 | FreeBSD updates (Pedro Giffuni) | Brian Paul | |
2005-09-13 | Fix libGL build on FreeBSD by respecting ASM_FLAGS. | Eric Anholt | |
Submitted by: Diego Pettenò <flameeyes@gentoo.org> | |||
2005-08-29 | fix APP_LIB_DEPS | Brian Paul | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
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". | |||
2004-03-26 | new system configurations | Brian Paul | |