summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2012-02-10build.sh: fix test error message when modules file not suppliedAlan Coopersmith1-1/+1
2012-02-02build.sh: make --autoresume and -o mutually exclusiveTrevor Woerner1-0/+10
2012-02-01build.sh: better integrate --autoresume and -nTrevor Woerner1-12/+83
2012-01-27build.sh: remove xgi driverTrevor Woerner1-1/+0
2012-01-27Format cleanup of help outputTrevor Woerner1-12/+19
2012-01-25build.sh: fix incorrect autoresume behaviour in conjonction with -nGaetan Nadon1-4/+11
2012-01-24Per-component configure optionsTrevor Woerner1-9/+26
2012-01-19build.sh: replace expr substr function with colon operatorGaetan Nadon1-7/+9
2011-09-27build.sh: aiptek, acecad and penmount are unmaintainedPeter Hutterer1-3/+0
2011-09-22build.sh: Add modules split out of xcb-utilAlan Coopersmith1-3/+7
2011-06-04build.sh: remove video-qxl due to external dependenciesGaetan Nadon1-1/+0
2011-04-30build.sh: makedepend must be built after protoGaetan Nadon1-2/+2
2011-03-08build.sh: add support for git submodulesGaetan Nadon1-0/+27
2011-01-10build.sh: rebuild a failing target with Automake silent rules disabledGaetan Nadon1-0/+10
2011-01-10build.sh: remove *) empty fallback caseGaetan Nadon1-14/+0
2011-01-10build.sh: use meaningful names for parameter variablesGaetan Nadon1-89/+105
2011-01-05build.sh: identify origin of error messagesGaetan Nadon1-2/+2
2011-01-05build.sh: improve error msg by adding full make commandGaetan Nadon1-7/+7
2011-01-05build.sh: honour $MAKEFLAGS value when using --cmd [mg]ake [...]Gaetan Nadon1-2/+2
2011-01-05build.sh: honour $MAKE value when using --cmd [mg]ake [...]Gaetan Nadon1-4/+4
2011-01-05build.sh: use more descriptive variable names for check_writable_dirGaetan Nadon1-2/+4
2011-01-05build.sh: relocate the test for the AMD Geode 32 bit CPUGaetan Nadon1-9/+6
2011-01-05build.sh: use accurate values for HOST_CPU from config.guessGaetan Nadon1-4/+4
2011-01-05build.sh: use accurate values for HOST_OS from config.guessGaetan Nadon1-8/+8
2010-12-31build.sh: refactor installation directories initialization codeGaetan Nadon1-86/+36
2010-12-31build.sh: verify PREFIX is a directory and is writableGaetan Nadon1-1/+22
2010-12-31build.sh: make PREFIX an optional variable as in Autoconf configureGaetan Nadon1-12/+16
2010-12-31Add "confflags" option to pass custom config arguments.tom fogal1-0/+5
2010-12-31build.sh: regroup script main line togetherGaetan Nadon1-41/+52
2010-12-31build.sh: do not set or document the xserver FONTPATH env variableGaetan Nadon1-8/+0
2010-12-31build.sh: add a note about the portability of the build shell script.Gaetan Nadon1-0/+5
2010-12-31build.sh: document the ACLOCAL env variable to find m4 macrosGaetan Nadon1-0/+1
2010-12-31config: add user input checking for *DIR environment variablesGaetan Nadon1-0/+24
2010-12-31build.sh: allow user to specify an alternate libdirGaetan Nadon1-16/+27
2010-12-31build.sh: allow user to specify an alternate localstatedirGaetan Nadon1-1/+14
2010-12-31build.sh: allow user to specify an alternate datadirGaetan Nadon1-3/+29
2010-12-31build.sh: allow user to specify an alternate bin directoryGaetan Nadon1-2/+15
2010-12-31build.sh: add support for EPREFIX for architecture-dependent filesGaetan Nadon1-11/+26
2010-12-31build.sh: expose the PREFIX variable for the user to setGaetan Nadon1-1/+2
2010-12-17build.sh: another pass at the env variable help textGaetan Nadon1-21/+29
2010-12-17build.sh: new layout and updated text for options usageGaetan Nadon1-17/+17
2010-12-17build.sh: use the script name only, not the path in usage statementGaetan Nadon1-2/+3
2010-12-14build.sh: remove CACHE env variable as it is not implementableGaetan Nadon1-2/+0
2010-12-13build.sh: move doc build before proto & libsAlan Coopersmith1-1/+1
2010-12-04Properly quote $CACHE should there be a space in the valueGaetan Nadon1-1/+1
2010-12-04build.sh: provide a new implementation for the -g optionGaetan Nadon1-6/+2
2010-12-04build.sh: support CC, CPP, CPPFLAGS and CFLAGSGaetan Nadon1-1/+15
2010-12-04build.sh: remove USE_XCB interface for libX11Gaetan Nadon1-23/+5
2010-11-28Remove "lib only" option from build.sh.Trevor Woerner1-15/+8
2010-11-23build.sh: build makedepend sooner as it is needed by mesa.Gaetan Nadon1-1/+2