summaryrefslogtreecommitdiff
path: root/set_soenv.in
AgeCommit message (Collapse)AuthorFilesLines
2012-02-05coup de grace for Env.Host.sh and associated filesNorbert Thiebaud1-779/+0
2012-02-05remove everything possible but PATH from set_soenvNorbert Thiebaud1-103/+13
only PATH and SOLARENV which is used as a trigger to call Env.Host.sh are left...
2012-02-05remove the export unused JAVAHOME variableNorbert Thiebaud1-10/+0
JAVAHOME is used in an obscure test module in moz, that does not seems to be run anyway... other than that, no trace of it so no need to export it.
2012-02-05migrate a bunch of mostly windows related variables + clean-up in set_soenvNorbert Thiebaud1-244/+29
2012-02-05ENABLE_RPATH and LINKFLAGSRUNPATH are not usedNorbert Thiebaud1-3/+0
2012-02-05migrate TARFILE_LOCATION out of set_soenvNorbert Thiebaud1-7/+0
2012-02-05avoid exporting un-necessary symbol/alias for stable scriptsNorbert Thiebaud1-4/+0
2012-02-05migrate WITH_POOR_HELP_LOCALIZATIONS out of set_soenvNorbert Thiebaud1-22/+0
2012-02-05migrate ENABLE_DEBUG out of set_soenvNorbert Thiebaud1-2/+0
2012-02-05WITH_VC_REDIST does not need exporting. it is a SCPDEFS only infoNorbert Thiebaud1-3/+0
2012-02-05migrate SOLARINC/LIB[_FOR_BUILD] out of set_soenvNorbert Thiebaud1-188/+0
2012-02-05migrate SYSBASE out of set_soenvNorbert Thiebaud1-7/+0
2012-02-05migrate EXTERNAL_WARNINGS_NOT_ERRORS out of set_soenvNorbert Thiebaud1-3/+0
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud1-6/+0
2012-02-05remove unused CC_X64_BINARYNorbert Thiebaud1-1/+0
2012-02-05Eliminate un-used DIRECTX5Norbert Thiebaud1-2/+0
2012-02-05migrate SYNAMIC_CRT and use_shl_versionNorbert Thiebaud1-5/+0
2012-02-05move WORK_STAMP out of set_soenv.inNorbert Thiebaud1-4/+1
2012-02-05Move MACOS related variable out of set_soenv.inNorbert Thiebaud1-32/+1
2012-02-05move COMPATH,EPM_FLAGS and connex variables out of set_soenv.inNorbert Thiebaud1-167/+10
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