summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* GHCMAKE not usedGravatar Joey Hess2013-10-06
|
* successfully builds (except XMPP)Gravatar Joey Hess2013-09-22
|
* avoid setting PREFIX if already setGravatar Joey Hess2013-09-12
|
* fix .o cleaningGravatar Joey Hess2013-09-11
|
* got hdevtools working againGravatar Joey Hess2013-07-27
| | | | Fix comment to not make cpp unhappy
* linux standalone auto-install iconsGravatar Joey Hess2013-07-09
|
* typoGravatar Joey Hess2013-06-17
|
* android build fixGravatar Joey Hess2013-05-04
|
* only set ANDROID_FLAGS if not already setGravatar Joey Hess2013-05-04
|
* android build improvementsGravatar Joey Hess2013-05-02
|
* don't fail android build if there are no splicesGravatar Joey Hess2013-05-02
|
* got XMPP building for AndroidGravatar Joey Hess2013-04-21
| | | | | Also enable local pairing, which also builds now thanks to WebDAV fixes to the haskell network library.
* enable webdav on androidGravatar Joey Hess2013-04-19
|
* disable WebDAV on Android; fails to link due to missing symbolsGravatar Joey Hess2013-04-18
| | | | | Seems the haskell network library wants to use some DNS lookup stuff that is not in android libc.
* fix quoting bugGravatar Joey Hess2013-04-18
|
* use same configure flags for both parts of android buildGravatar Joey Hess2013-04-18
|
* move after -WallGravatar Joey Hess2013-04-18
|
* typoGravatar Joey Hess2013-04-18
|
* build fixGravatar Joey Hess2013-04-18
|
* add missing depGravatar Joey Hess2013-04-17
|
* only one more source file to go before the android webapp links.. but not ↵Gravatar Joey Hess2013-04-17
| | | | tonight
* very close now.. but still so farGravatar Joey Hess2013-04-17
|
* squelch warningsGravatar Joey Hess2013-04-16
|
* propigate failGravatar Joey Hess2013-04-16
|
* show part of log on compile errorGravatar Joey Hess2013-04-16
|
* ignore tmp for tagsGravatar Joey Hess2013-04-16
|
* yesod-routes stuff for android buildGravatar Joey Hess2013-04-15
|
* add some more modules used by TH splicesGravatar Joey Hess2013-04-15
|
* android build fixesGravatar Joey Hess2013-04-15
|
* android build fixGravatar Joey Hess2013-04-15
|
* build android with EvilSplicer, including webapp (doesn't 100% succeed yet)Gravatar Joey Hess2013-04-15
|
* avoid displaying splices on the console during buildGravatar Joey Hess2013-04-14
| | | | | | There are some insanely large ones, and that was just not nice. Downside is all warnings and errors are also not shown during the native part of the build (but the cross build will still show any it has).
* better cleaning yetGravatar Joey Hess2013-04-14
|
* better cleaningGravatar Joey Hess2013-04-14
|
* remove dupGravatar Joey Hess2013-04-14
|
* avoid runghcGravatar Joey Hess2013-04-14
|
* incremental android builds with the EvilSplicerGravatar Joey Hess2013-04-14
|
* Avoid using runghc when building the Debian package, as that needs ghci.Gravatar Joey Hess2013-04-07
|
* skip files in distGravatar Joey Hess2013-03-28
|
* reorganize osx app, so it can be put in PATHGravatar Joey Hess2013-03-20
| | | | | | Move all the binaries and libraries under a bundle/ subdirectory; so when it's in PATH only git-annex, runshell, and git-annex-webapp will be available.
* make tags in bgGravatar Joey Hess2013-03-17
|
* fix running test from debian/rules4.20130314Gravatar Joey Hess2013-03-14
|
* avoid double build from debian/rulesGravatar Joey Hess2013-03-14
|
* pass -O0 in fast modeGravatar Joey Hess2013-03-12
|
* got hdevtools working on the git-annex source treeGravatar Joey Hess2013-03-12
|
* better bg tags generationGravatar Joey Hess2013-03-11
|
* be quiet when making tags in bgGravatar Joey Hess2013-03-11
|
* update tags on dev buildGravatar Joey Hess2013-03-11
|
* switch CABAL to cabalGravatar Joey Hess2013-03-10
| | | | | | | | | | | | <joeyh> anyone know why runghc Setup.hs is behaving differently than cabal configure for me? <joeyh> I'm getting different flags selected <geekosaur> joeyh, runghc Setup.hs uses --global by default <geekosaur> cabal uses --local <nomeata> joeyh: I don’t know the reasons, but I have made similar observations as well <geekosaur> and if that means different libraries/versions visible, that can affect flag solving <joeyh> aha! <monochrom> it is because Cabal authors expect normal people to use cabal-install and linux distro creators to use Setup <monochrom> the expectation is documented nowhere
* allow overriding CABALGravatar Joey Hess2013-03-10
|