summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* convert hacky shell linux mklibs code to haskell ; fixing symlink bugGravatar Joey Hess2013-12-24
| | | | | | The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it.
* avoid shimming ld.so!Gravatar Joey Hess2013-12-20
|
* fix android buildGravatar Joey Hess2013-12-19
|
* fix depGravatar Joey Hess2013-12-19
|
* fix pathGravatar Joey Hess2013-12-19
|
* avoid rebuilding when making linuxstandalone on stage2 on armelGravatar Joey Hess2013-12-18
|
* Merge remote-tracking branch 'orca/master'Gravatar Joey Hess2013-12-18
|\
| * allow building webapp with EvilSplicer for non-android armGravatar Joey Hess2013-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was able to reuse many of the android patches, but several had to be re-done. On Android, ghc is a stage2 build, so can compile, but not run TH code. But debian's ghc on armel cannot even compile TH code, so it has to be patched out. Some haskell packages have been updated to new versions, including yesod and DAV, and their patches had to be redone. The Makefile now has 2 new targets. The first is run on a companion x86 system to do the build and get TH splices. Then the second target is run the same source tree on the arm system to build without needing TH. This commit was sponsored by Svenne Krap.
* | fix shimming code to detect executables like ssh that file(1) says are ↵Gravatar Joey Hess2013-12-18
|/ | | | shared objects
* work around git path-defying behavior that broke "git annex" in standalone ↵Gravatar Joey Hess2013-12-16
| | | | tarball, while "git-annex" worked
* add some missing gconv files from libc6 to standalone bundleGravatar Joey Hess2013-12-16
|
* fix gconvdirGravatar Joey Hess2013-12-16
|
* add $@ to shimGravatar Joey Hess2013-12-16
|
* Linux standalone build now includes its own glibc and forces the linker to ↵Gravatar Joey Hess2013-12-16
| | | | use it, to remove dependence on the host glibc.
* work around strange hdiutil crash on git-annex-shell.1Gravatar Joey Hess2013-12-15
| | | | Suspect this is due to the UDBZ format.
* also need to set PREFIX in osxappGravatar Joey Hess2013-12-15
|
* should fix man installation dir on osxappGravatar Joey Hess2013-12-15
|
* Include man pages in Linux and OSX standalone builds.Gravatar Joey Hess2013-12-15
|
* no more OSX bz2Gravatar Joey Hess2013-11-26
|
* enable XMPP on androidGravatar Joey Hess2013-11-26
|
* avoid excesive cabal configure when rebuilding androidGravatar Joey Hess2013-11-26
|
* ensure that Android TH splice is expanded in native side of buildGravatar Joey Hess2013-11-25
|
* completely untested OSX upgrade codeGravatar Joey Hess2013-11-24
|
* use manifest file instead of blindly removing the whole git-annex.linux ↵Gravatar Joey Hess2013-11-24
| | | | | | directory FIXME: dirContentsRecursive does not find empty directories
* add git-annex.MANIFEST files to linux and osx standalone imagesGravatar Joey Hess2013-11-24
|
* distribution info file updater programGravatar Joey Hess2013-11-22
|
* moving git-repair to its own packageGravatar Joey Hess2013-11-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-18
|\
| * temporatily still make bz2Gravatar Joey Hess2013-11-17
| | | | | | | | jimmy's autobuilder only exports that filename
| * Change .dmg build to include compression and not be fixed size.Gravatar Mike Magin2013-11-17
| |
* | Add explicit path to find invocation in "make clean" target.Gravatar Mike Magin2013-11-17
|/
* separate android 4.0 and 4.3 builds neededGravatar Joey Hess2013-11-12
| | | | Also, parameterize the abdroid abi version
* update to arm-linux-androideabi-4.8 and current cabalGravatar Joey Hess2013-11-11
|
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
|
* 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
|