summaryrefslogtreecommitdiffstats
path: root/Configurations
AgeCommit message (Expand)Author
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte
2016-02-28VMS - don't exit out of a MMS recipeRichard Levitte
2016-02-28Make generation of dependency files more efficient when possibleRichard Levitte
2016-02-27Remove some old files.Rich Salz
2016-02-27Keep a cache of files that already have a recipe, in common.tmplRichard Levitte
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26Remove comments saying you must do 'make -f Makefile.in TABLE'Richard Levitte
2016-02-26Unified on VMS - add %disabled in vmsconfig.pm (util/dofile.pl demands it)Richard Levitte
2016-02-26Configure - neater looking add() and add_before()Richard Levitte
2016-02-25Make it possible to build even if dependency files can't be generatedRichard Levitte
2016-02-23Remove all -march= from configsRichard Levitte
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte
2016-02-21Check that any dependency file is newer than Makefile before concatenatingRichard Levitte
2016-02-21Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte
2016-02-20Remove OBJ_EXT and friends.Ben Laurie
2016-02-20Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie
2016-02-20Unified on VMS - install dynamic engines if there are anyRichard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-20apps_extra_src changed name to apps_aux_src, rename everywhereRichard Levitte
2016-02-20VMS static libraries have the extension .OLB, not .LIBRichard Levitte
2016-02-19Unified 'make depend' has to cleanup after itselfRichard Levitte
2016-02-19Fix Configurations/unix-Makefile.tmplRichard Levitte
2016-02-19Make sure the linked programs have the correct extensionRichard Levitte
2016-02-19Big rename fest of MingW shared librariesRichard Levitte
2016-02-19Misc small fixes.Richard Levitte
2016-02-19Try removing installation directories after having uninstalled filesRichard Levitte
2016-02-19Small rename fest in unified, obj2dynlib -> obj2dsoRichard Levitte
2016-02-19Remake the installation of shared libraries in unix-Makefile.tmplRichard Levitte
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte
2016-02-19Centralise the shared library / dso name info in unix-Makefile.tmplRichard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19VMS fixed in unified buildRichard Levitte
2016-02-19Unified - don't install the ossltest engineRichard Levitte
2016-02-19Unified - do a better job when uninstallingRichard Levitte
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-19VMS: rather use a quick file comparison than DIFFRichard Levitte
2016-02-19VMS: produce dependency files just like you produce object filesRichard Levitte
2016-02-19Fix casing on VMSRichard Levitte
2016-02-19Don't use config.timestamp, we already have configdata.pmRichard Levitte
2016-02-18Automatic 'make depend' for the unified build schemeRichard Levitte
2016-02-18Set EXE_EXT environment variable when testingRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Don't treat .d (depend) files separately from object filesRichard Levitte
2016-02-18Fix the makedepend constructor in unix-Makefile.tmplRichard Levitte
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-18Fix spellingRichard Levitte
2016-02-18Fix spellingRichard Levitte
2016-02-18Add -lresolv to the Solaris ex_libsRichard Levitte
2016-02-16Fix use of add() and add_before() in Configurations/*.confRichard Levitte