summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2011-03-08build.sh: add support for git submodulesGaetan Nadon1-0/+27
2011-01-09build.sh: rebuild a failing target with Automake silent rules disabledGaetan Nadon1-0/+10
2011-01-09build.sh: remove *) empty fallback caseGaetan Nadon1-14/+0
2011-01-09build.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-16build.sh: another pass at the env variable help textGaetan Nadon1-21/+29
2010-12-16build.sh: new layout and updated text for options usageGaetan Nadon1-17/+17
2010-12-16build.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
2010-11-15Remove local variables.Trevor Woerner1-6/+1
2010-11-13Remove -f and -r options.Trevor Woerner1-14/+1
2010-11-10Allow build.sh to work on Solaris 10.Patrick E. Kane1-8/+16
2010-11-10build.sh tar M/C for xcb, mesa, xkeyboardlinux fan1-3/+32
2010-11-06Verify existence of command specified by --cmd.Trevor Woerner1-0/+10
2010-11-05build.sh: verbose error output for missing componentsSimon Braunschmidt1-0/+5
2010-11-05build.sh: allow tarballs with --modfileSimon Braunschmidt1-1/+0
2010-11-05radeonhd is now deprecated.Gaetan Nadon1-1/+0
2010-11-03Allow --cmd option to accept 'gmake'.Trevor Woerner1-12/+16
2010-10-22Configure cloned repositories.Trevor Woerner1-13/+16
2010-10-07Process a user-supplied sub-project list.Trevor Woerner1-17/+78
2010-10-05Spelling fix.Trevor Woerner1-1/+1