git-annex/Build
Joey Hess c4ec52b9ae
Slightly sped up the linux standalone bundle
Reduce the number of directories listed in libdirs, which makes the linker
check a lot less dead ends looking for directories.

Eliminated some directories that didn't really contain shared libraries,
or only contained the linker.

That left only 2, one in lib and one in usr/lib, so consolidate those two.

Doing it this way, rather than just consolidating all libs that might exist
into a single directory means that, if there are optimised versions of some
libs, eg in lib/subarch/foo.so, and lib/subarch2/foo.so, they don't get
moved around in a way that would make the linker pick the wrong one.
2020-07-31 14:42:03 -04:00
..
BuildVersion.hs type signature 2018-08-04 14:21:30 -04:00
BundledPrograms.hs avoid some build warnings on windows 2019-09-12 14:11:19 -04:00
collect-ghc-options.sh Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp. 2015-08-19 13:53:57 -04:00
Configure.hs Removed support for git versions older than 2.1 2019-09-11 16:14:43 -04:00
DesktopFile.hs fix unused module import warnings when building on windows 2019-08-08 12:18:53 -04:00
DistributionUpdate.hs renaming 2020-07-10 14:17:35 -04:00
InstallDesktopFile.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
LinuxMkLibs.hs Slightly sped up the linux standalone bundle 2020-07-31 14:42:03 -04:00
MakeMans.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Mans.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
mdwn2man Don't escape leading dots in code blocks in manpage 2016-08-16 11:51:16 -04:00
NullSoftInstaller.hs Windows installer: Always install to 64 bit program files directory, since it needs 64 bit git now 2019-08-07 14:05:03 -04:00
OSXMkLibs.hs OSX link libs into git-core directory 2019-11-14 18:31:58 -04:00
Standalone.hs oops I the filename 2019-11-14 16:34:13 -04:00
TestConfig.hs fold Build/SysConfig.hs into BuildInfo via include 2017-12-14 12:46:57 -04:00
Version.hs avoid strictness problem 2019-01-22 19:37:49 -04:00