Age | Commit message (Expand) | Author | Files | Lines |
2008-10-06 | mesa: fix static library construction | Brian Paul | 1 | -1/+23 |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | 1 | -4/+16 |
2008-07-14 | mklib: don't version symbols when using --exports | Julien Cristau | 1 | -1/+1 |
2008-06-21 | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | 1 | -6/+12 |
2008-06-21 | Make minstall work with Solaris /bin/sh | Alan Coopersmith | 1 | -1/+2 |
2008-05-05 | autoconf: Scrape the version from configs/default | Dan Nicholson | 1 | -0/+17 |
2008-04-09 | Add support for dfbsd to mklib script. | Hasso Tepper | 1 | -1/+4 |
2008-02-19 | Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw... | Jeremy Huddleston | 1 | -11/+27 |
2008-02-07 | added -altopts to allow overriding all other opts | Andy Skinner | 1 | -1/+51 |
2007-12-11 | autoconf: Replace install-sh with symlink to minstall | Dan Nicholson | 1 | -519/+1 |
2007-12-07 | autoconf: Add support files required for autoconf use | Dan Nicholson | 3 | -0/+3661 |
2007-12-04 | Use -Bsymbolic for linking all shared objects. | Michel Dänzer | 1 | -2/+7 |
2007-10-31 | confdiff.sh: A testing script for comparing configs settings | Dan Nicholson | 1 | -0/+48 |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | 1 | -12/+18 |
2007-06-22 | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | 1 | -0/+3 |
2007-05-08 | special case for -pthread (bug 10876) | Brian | 1 | -0/+4 |
2007-03-27 | simplify .a suffixing | Brian | 1 | -6/+6 |
2007-03-27 | remove static lib before building to make more bulletproof | Bernardo Innocenti | 1 | -0/+1 |
2006-12-11 | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer | 1 | -1/+1 |
2006-12-11 | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer | 1 | -0/+1 |
2006-11-10 | fix -noprefix option for Solaris (bug 7722) | Brian Paul | 1 | -4/+11 |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 1 | -0/+88 |
2006-08-10 | mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet | Adam Jackson | 1 | -4/+4 |
2006-06-16 | don't create include/GLES yet | Brian Paul | 1 | -1/+1 |
2006-04-19 | updates for GNU/Hurd (bug 6657) | Brian Paul | 1 | -4/+6 |
2006-04-18 | assorted AIX, IRIX fixes from Dan Schikore | Brian Paul | 1 | -29/+25 |
2006-04-14 | Use 'file' command in more places to determine the library ABI (IRIX, SunOS, | Brian Paul | 1 | -43/+68 |
2006-04-13 | remove the -dlopen option. Always make both kinds of libs for AIX, Darwin. | Brian Paul | 1 | -33/+33 |
2006-04-13 | Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules | Brian Paul | 1 | -11/+51 |
2006-04-05 | pass -m32 or -m64 to linker for SunOS as needed (bug 6484) | Brian Paul | 1 | -4/+22 |
2006-03-30 | some comments for Darwin | Brian Paul | 1 | -0/+3 |
2006-02-14 | fix AIX issues (bug 5874) | Brian Paul | 1 | -0/+2 |
2006-01-04 | install GLw headers (bug 5396) | Brian Paul | 1 | -0/+1 |
2006-01-04 | special-case Darwin (bug 4509) | Brian Paul | 1 | -0/+2 |
2005-10-22 | Fix FreeBSD build by building libGL in the order desired, and doing a fix to my | Eric Anholt | 1 | -1/+2 |
2005-10-21 | Darwin version fix (SF bug 1334274) | Brian Paul | 1 | -1/+1 |
2005-10-18 | Attempt to fix libGL on FreeBSD, where the library was being built without any | Eric Anholt | 1 | -4/+16 |
2005-09-14 | remove .a file before creating new one | Brian Paul | 1 | -4/+3 |
2005-09-13 | fix FreeBSD problem (bug 4435) | Brian Paul | 1 | -6/+13 |
2005-08-08 | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | 1 | -0/+9 |
2005-08-08 | Since this isn't a bash script, don't use function and instead inline the usage | Eric Anholt | 1 | -26/+20 |
2005-07-25 | Add license/copyright. | Brian Paul | 1 | -44/+110 |
2005-07-25 | Added -linker option to mklib, used to specify a particular program for | Brian Paul | 1 | -61/+39 |
2005-06-30 | fix Darwin dynamic lib naming | Brian Paul | 1 | -1/+1 |
2005-06-05 | Make install install GLES too | Jon Smirl | 1 | -0/+2 |
2005-03-03 | if building 32-bit objects in 64-bit environment, use -m32 flag | Brian Paul | 1 | -0/+9 |
2005-02-21 | Add DESTDIR install target | Dave Airlie | 1 | -2/+5 |
2004-11-29 | fixed OSF/1 shared lib problem (bug 1065260) | Brian Paul | 1 | -1/+6 |
2004-11-01 | merge the AIX and AIX64 cases | Brian Paul | 1 | -39/+13 |
2004-10-16 | added initial support for -exports option, Linux/OpenBSD only for now | Brian Paul | 1 | -1/+18 |