summaryrefslogtreecommitdiff
path: root/set_soenv.in
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25Ensure Env.Host.sh always return a zero exit codeFrançois Tigeot1-0/+3
* On some NetBSD systems, the last unset command returns a non-zero exit code * This made the make(1) processes terminate immediately in source-env-and-recurse, breaking the build. Reported by: Thomas Klausner <wiz@NetBSD.org>
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon1-3/+0
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)1-1/+1
2012-01-09Kill --with-local-solverTor Lillqvist1-6/+2
2012-01-02migrate JAVALIB out of set_soenv.inNorbert Thiebaud1-291/+3
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud1-67/+3
2012-01-01move UDP and fix linkoo to look for INPATH and UPD in config_host.mkNorbert Thiebaud1-1/+0
2012-01-01migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud1-154/+1
2012-01-01move mostly program locator variables out of set_soenv.inNorbert Thiebaud1-16/+0
2012-01-01migrate *_JAR out of set_soenv.inNorbert Thiebaud1-22/+0
2012-01-01migrate XSLTPROC out of set_soenv.inNorbert Thiebaud1-1/+0
2012-01-01migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud1-2/+0
2011-12-30migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud1-533/+386
2011-12-30move *_CFLAGS and *_LIBS to config_host.mkNorbert Thiebaud1-82/+0
2011-12-30move SIZEOF_* to config_host.mkNorbert Thiebaud1-6/+0
2011-12-27move ENABLE_* variables from set_soenv.in to config_host.mkNorbert Thiebaud1-43/+0
2011-12-25migrate most SYSTEM_* config from set_soenv.in to config_host.mk.inNorbert Thiebaud1-60/+0
should be pretty safe. The main risk if is something rely on the 'undef if empty' behavior of the typical trap is the use of *= in dmake a git grep of "\$(SYSTEM_" did not reveal any problematic case.
2011-12-24do not export SUNTEMPLATE_LANG. Not used anywhereNorbert Thiebaud1-1/+0
2011-12-24binned XAU_LIBS from configure.in. Not used anywhere.Norbert Thiebaud1-1/+0
2011-12-24binned --enable-static-gtk... no used anywhere.Norbert Thiebaud1-1/+0
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud1-3/+7
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-12-21only use posix_fallocate() if it's actually availableRobert Nagy1-0/+1
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar1-4/+0
2011-12-15Unset SYSBASE explicitly if not supposed to be setTor Lillqvist1-2/+9
This fixes cross-compiling from Linux to Android. My guess is that the build system nowadays, when building the cross_toolset (for the build platform), sources Env.Build.sh in an environment where Env.Host.sh has already been sourced. So, if Env.Host.sh exports SYSBASE, that stayed in force also after sourcing Env.Build.sh, with predictably horrible results. For some reason it didn't hurt cross-compiling from Mac OS X, which is why I hadn't noticed.
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane1-0/+2
Enable it by default on MacOS X
2011-12-15Revert "enable -gdwarf-4 by default if possible"Luboš Luňák1-1/+0
It turns out even quite recent gdb (7.1) reportedly does not support DWARF4, moreover while the produced binaries are smaller, faster and make gdb initially use less memory, this quickly ceases to the case as soon as one actually does anything in gdb. Presumably the DWARF4 handling in current gdb is very inefficient (http://sourceware.org/bugzilla/show_bug.cgi?id=13498). This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa. Conflicts: solenv/gbuild/platform/WNT_INTEL_GCC.mk solenv/gbuild/platform/unxgcc.mk
2011-12-13Kill unused variableTor Lillqvist1-1/+1
2011-12-13Drop the $oldoutfile thing, people are used to Env.Host.sh by now surelyTor Lillqvist1-37/+1
2011-12-12Drop some unused variablesTor Lillqvist1-3/+3
2011-12-12We only support Cygwin Perl on WindowsTor Lillqvist1-10/+2
2011-12-12The VCL environment variable, always "TRUE", is not usedTor Lillqvist1-3/+0
2011-12-12Drop two unused variablesTor Lillqvist1-3/+2
2011-12-12I don't see VCL or NT351 being checked in any ifdefTor Lillqvist1-12/+1
So drop the GVER thing and -DVCL and -DNT351.
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist1-3/+1
2011-12-11CALL_CDECL is always TRUETor Lillqvist1-4/+1
2011-12-11COMMON_OUTDIR is always empty here anywayTor Lillqvist1-3/+1
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist1-3/+1
2011-12-11I don't see SOLAR_PLUGIN being used anywhereTor Lillqvist1-3/+1
2011-12-11I don't see NO_REC_RES being used anywhereTor Lillqvist1-3/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-4/+1
2011-12-11I don't see SO3 being used anywhereTor Lillqvist1-3/+1
2011-12-11I don't see ENABLEUNICODE being used anywhereTor Lillqvist1-3/+1
2011-12-11I don't see ENABLE_FONTCONFIG being used anywhereTor Lillqvist1-1/+0
2011-12-08enable -gdwarf-4 by default if possibleLuboš Luňák1-0/+1
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08Stub Corel Draw importerFridrich Štrba1-8/+11
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens1-0/+1
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-12-08Avoid pointless warning for AndroidTor Lillqvist1-0/+3
2011-12-06remove NSIS supportAndras Timar1-16/+2
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens1-3/+0
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens1-0/+3
Added necessary configure magic & conditional compiles for that.