Commit graph

12660 commits

Author SHA1 Message Date
Thomas Klausner
add4c9ba0c Don't override CFLAGS nor LDFLAGS, just append to them.
Ok mmeeks@
2010-12-03 16:00:13 +01:00
Michael Meeks
7b06ddc15c enable zenity support by default if it is in the path 2010-12-03 12:40:51 +00:00
Jan Holesovsky
a16ea41c84 g: Configure git's push.default to tracking if it is not set. 2010-12-03 12:36:19 +01:00
Kevin Hunter
ab9ff28ca4 Replace oldstyle ` with $(
` is deprecated, and $() is the new, cleaner way of doing subshell executions.
2010-12-03 12:23:10 +01:00
Norbert Thiebaud
810d21d845 disable cairo on MacOS 2010-12-03 05:14:16 -06:00
Norbert Thiebaud
b84a7448a5 Make --with-opengl work on MacOS
now that --with-opengl is enabled by default, merge the patch
dev300/transogl-crossplatform.diff.
2010-12-03 05:14:16 -06:00
Caolán McNamara
adfa18b3c2 mtune x86 to atom 2010-12-02 20:38:27 +00:00
Jan Holesovsky
bbe16ac81b bootstrap.1: Add $EXEEXT to dmake to check for the correct thing on Windows. 2010-12-02 18:03:33 +01:00
Caolán McNamara
d3f104d48f make smoketest use ooinstal to build its install set 2010-12-02 14:06:21 +00:00
Caolán McNamara
eb84bfb7dc make life simpler for nfs builds 2010-12-02 13:31:20 +00:00
Cédric Bosdonnat
7d327440be Added l10n to gitignores 2010-12-02 13:35:18 +01:00
Michael Meeks
bdb1da2666 disable the binfilter by default 2010-12-02 12:12:30 +00:00
Michael Meeks
834b53a2be default to use system-python for the sake of gdb-ability 2010-12-02 12:07:19 +00:00
Michael Meeks
03f97b302d fix fetch rule 2010-12-02 12:07:12 +00:00
Michael Meeks
22d81d13b0 default opengl to on, except on Windows & bin obsolste pam pieces 2010-12-02 11:53:39 +00:00
Michael Meeks
cd2927c591 default cairo, hids, and lockdown to enabled. 2010-12-02 11:41:53 +00:00
Michael Meeks
d9c81375bf default broffice to enabled, and epm to disabled 2010-12-02 11:31:26 +00:00
Michael Meeks
a22c7cb5f3 split downloading down into a separate 'fetch' rule 2010-12-02 10:47:33 +00:00
Jordan Ayers
5d734844a5 Accelerate perl installer: optimize installer::scriptitems::optimize_list().
Replace call to convert_stringlist_into_hash with a simpler method using split; this requires significantly fewer data copy operations.
The new routine strips all whitespace from the front and end of each value; the old function call stripped leading whitespace, most of the time.
2010-12-02 09:21:55 +00:00
Caolán McNamara
65a5effad9 fix relocate now that tcsh Env file is no longer generated 2010-12-02 08:56:52 +00:00
Norbert Thiebaud
19ef1eb7a7 fix the IFS trick. the bashims removal broke that part 2010-12-01 18:22:32 -06:00
Thorsten Behrens
fe6ed1e8bf Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
  git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
  that to dynamically add l10n repo
2010-12-02 00:13:48 +01:00
Jan Holesovsky
f9eb714c78 autogen.sh: Even more portable. 2010-12-02 00:14:48 +01:00
Robert Nagy
bd515e768b merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:26:31 +01:00
Michael Meeks
0beac18c7a overcome aborted download problems
Previously if we aborted the download, it would delete dmake/dmake
which would then simply not be re-built, since we were checking for
the version in the solver in the bootstrap script - which would still
be there.
2010-12-01 20:58:53 +00:00
Jan Holesovsky
5da12b112f autogen.sh: Remove bashism / non-portable stuff. 2010-12-01 19:03:56 +01:00
Caolán McNamara
6637546a37 add another dir to the PYTHONPATH 2010-12-01 16:03:54 +00:00
Jan Holesovsky
c3bd12c124 gitignore: Add src/ 2010-12-01 13:57:25 +01:00
Norbert Thiebaud
edac2b708b add support for --with-distro 2010-12-01 06:21:09 -06:00
Fridrich Štrba
c3701eb55f Windows Installer package that contains more than 32767 files 2010-12-01 11:28:52 +01:00
Jan Holesovsky
f9eb626e4b tinbuild: Update to match the new bootstrap-based build. 2010-12-01 11:14:57 +01:00
Jan Holesovsky
9c0035f024 Makefile.in: Introduce the 'install' target.
You can use it like 'make install', or 'make install prefix=/path', to override
what has been set by ./configure.
2010-12-01 11:14:57 +01:00
Jan Holesovsky
73a77a19de tinbuild: Move it from the build repo to bootstrap. 2010-12-01 11:14:57 +01:00
Robert Nagy
441372c6c3 Do not try to break 2 levels if ther is only one loop to break 2010-12-01 10:58:54 +01:00
Takeshi Abe
d2e91b8732 ban bashism 2010-11-30 22:34:22 -06:00
Jan Holesovsky
730989afb4 configure.in: Move the post_download creation up a bit.
So that the message about what to do now (issue make and make dev-install) is
the last thing the user sees.
2010-11-30 20:25:22 -06:00
Jan Holesovsky
be729b0086 download: Fix minor typos to make it work on Windows. 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
4a8e692f6b make autogen ability to remember the last command line work on MacOS
futhermore: the conf.log extraction method is no reliable. autoconf
has changed and newer version don't put it there.
furthermore, because of the post_download generation,
the conf.log get crowded by a second autoconf...
2010-11-30 20:25:22 -06:00
Norbert Thiebaud
4ab516df62 fix issues when building with the build-repo 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
b1b5d92e3d adjust .gitignore 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
dc0370ab52 add a script to generate the links in bootstrap 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
f797994afe exile some download-dependent configure test into a post_download step
on windows, the configure check that some dll/exe are present.
these are in fact automatically downloaded by the ./download script.
but that script is run _after_ ./configure.
So the tests are postponed and run in a post_download script that is
invoked at the end of the download script.
2010-11-30 20:25:22 -06:00
Jan Holesovsky
40dd1bc167 git-hooks: Symlink the git hooks to the ones from git-hooks/ 2010-11-30 20:25:22 -06:00
Jan Holesovsky
60f200caa4 git-hooks: Copy them from the build repo. 2010-11-30 20:25:21 -06:00
Sebastian Spaeth
e23436d7e8 Expand documentation to mention debuglevels.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-30 20:25:21 -06:00
Norbert Thiebaud
8feb6c0387 oops: remove a debugging flags in g 2010-11-30 20:25:21 -06:00
Norbert Thiebaud
d41f1866bc simplify the determination of the bootstrap dir 2010-11-30 20:25:21 -06:00
Norbert Thiebaud
13756e658c adjust gitignore to exclude built stuff in bootstrap 2010-11-30 20:25:21 -06:00
Norbert Thiebaud
f61644158e add some utility scripts to create new workdir
based on kohei blog on the subject, adapted for the 'bootstrap' build
2010-11-30 20:25:21 -06:00
Norbert Thiebaud
22ce993077 correct the instructions:./download and ./g clone are implicit with make 2010-11-30 20:25:21 -06:00