aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* remove chrpath hackGravatar Joey Hess2018-02-27
* avoid warning with current ghcGravatar Joey Hess2018-01-15
* Removed the testsuite build flagGravatar Joey Hess2017-12-20
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* add warning: to make clear this is not an errorGravatar Joey Hess2017-12-11
* turn on lambdacase for distributionupdateGravatar Joey Hess2017-11-29
* Makefile improvement for BUILDER=stack, use stack to run ghc.Gravatar Joey Hess2017-11-07
* simplify ikiwiki docs build testing and outputGravatar Joey Hess2017-11-07
* Build Build/InstallDesktopFile at "make all" timeGravatar Eric Siegerman2017-11-07
* /dev/null stderr when generating completionsGravatar Joey Hess2017-09-14
* better way of finding stack built executableGravatar Joey Hess2017-07-12
* zsh and fish completionsGravatar Joey Hess2017-06-09
* run stack setup when building with stackGravatar Joey Hess2017-05-16
* remove git-annex-shell symlink on cleanGravatar Joey Hess2017-05-10
* test needs git-annex-shell symlinkGravatar Joey Hess2017-03-18
* test suite infra for testing mocked ssh remotesGravatar Joey Hess2017-03-17
* fix osxapp depsGravatar Joey Hess2017-02-28
* fix osxapp targetGravatar Joey Hess2017-02-26
* add back a configure targetGravatar Joey Hess2017-02-24
* remove Build/SysConfig.hs targetGravatar Joey Hess2017-02-21
* avoid OSX build failure when there are no rpaths to removeGravatar Joey Hess2017-02-14
* Added git template directory to Linux standalone tarball and OSX app bundle.Gravatar Joey Hess2017-02-10
* Merge branch 'master' into no-xmppGravatar Joey Hess2016-12-24
|\
| * Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
* | remove xmpp supportGravatar Joey Hess2016-11-14
|/
* OSX: Remove RPATHs from git-annex binary, which are not needed, slow down sta...Gravatar Joey Hess2016-11-07
* Linux standalone: Fix location of locale files in the bundle.Gravatar Joey Hess2016-10-31
* Improve style of offline html build of website.Gravatar Joey Hess2016-10-17
* Linux standalone: Include locale files in the bundle, and generate locale def...Gravatar Joey Hess2016-10-04
* Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.Gravatar Joey Hess2016-09-05
* removed hackage target, not used nowGravatar Joey Hess2016-08-31
* fix clean of Build/MakeMansGravatar Joey Hess2016-07-19
* avoid stripping rpath when linking haskell libs dynamicallyGravatar Joey Hess2016-07-17
* Remove unnecessary rpaths in the git-annex binary, but only when it's built u...Gravatar Joey Hess2016-07-06
* fix man page buildingGravatar Joey Hess2016-06-02
* Remove Makefile from cabal tarball; man page building is now handled by a sma...Gravatar Joey Hess2016-05-31
* Updated cabal file explictly lists source files.Gravatar Joey Hess2016-05-24
* allow linuxstandalone to be used with stack built binaryGravatar Joey Hess2016-03-05
* typoGravatar Joey Hess2016-02-26
* Include magic database in the linux and OSX standalone builds.Gravatar Joey Hess2016-02-26
* add back caballog targetGravatar Joey Hess2016-02-15
* fix make fast to link executable againGravatar Joey Hess2016-02-15
* move -j1 setting to BUILDEROPTIONS, set in debian/rules fileGravatar Joey Hess2016-02-05
* avoid running BUILDER clean when it's cabalGravatar Joey Hess2016-01-22
* respond, close bad bugGravatar Joey Hess2016-01-20
* avoid tab warningsGravatar Joey Hess2016-01-14
* defer find to after buildGravatar Joey Hess2015-12-28
* improve binary findingGravatar Joey Hess2015-12-28
* support building with BUILDER=stack to use stack instead of cabalGravatar Joey Hess2015-12-28
* Build with -j1 again to get reproducible build.Gravatar Joey Hess2015-11-16