aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
Commit message (Expand)AuthorAge
...
* Makefile: Quote variables used as filenames in shell commandsGravatar Carl Worth2011-01-26
* configure: add options to disable emacs/zsh/bash and choose install dir.Gravatar Cédric Cabessa2011-01-26
* Makefile: Move the -Wl,-as-needed option earlier in the command line.Gravatar Carl Worth2010-11-01
* lib: Add GCC visibility(hidden) pragmas to private header files.Gravatar Carl Worth2010-11-01
* Makefile: Build library with -Wl,--as-neededGravatar Carl Worth2010-11-01
* configure: Add a check for the -Wl,--as-needed flag.Gravatar Carl Worth2010-10-30
* build: only link to what we really useGravatar Felipe Contreras2010-10-30
* configure: Test for flag to set rpathGravatar Carl Worth2010-10-30
* Makefile: Fix notmuch binary to directly link against Xapian and GMime.Gravatar Carl Worth2010-10-29
* test: Fix test suite to integrate with our non-recursive Makefile system.Gravatar Carl Worth2010-09-17
* make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Gravatar Carl Worth2010-06-04
* Makefile: Improve the "what to do now" message from "make install"Gravatar Carl Worth2010-06-01
* make release: Add Debian package building and uploadGravatar Carl Worth2010-04-16
* make release: Add a check that version and debian/changelog are consistentGravatar Carl Worth2010-04-16
* Makefile: Avoid complaining about .first-build-message not existingGravatar Carl Worth2010-04-16
* Fix final link of notmuch binary to use C compiler if possible.Gravatar Carl Worth2010-04-16
* Makefile: Fix conditionals to avoid calling git when no .git is presentGravatar Carl Worth2010-04-16
* Makefile: Add a top-level "make snapshot" target.Gravatar Carl Worth2010-04-16
* Makefile: Rework the version checks slightly.Gravatar Carl Worth2010-04-16
* Makefile: Add an explicit version file to the repository.Gravatar Carl Worth2010-04-16
* make release: Don't print the release message on stdout.Gravatar Carl Worth2010-04-16
* Makefile: Fix "make release" to print the current release announcement.Gravatar Carl Worth2010-04-16
* make release: Enforce a clean source tree before release.Gravatar Carl Worth2010-04-15
* make release: Provide a kinder message when VERSION is forgotten.Gravatar Carl Worth2010-04-15
* Makefile: Re-order the commands in "make release" slightly.Gravatar Carl Worth2010-04-15
* Makefile: Simplify the release targets.Gravatar Carl Worth2010-04-15
* Makefile.local: Fix typo in comment.Gravatar Carl Worth2010-04-15
* Makefile: Make "make release" run the test suite.Gravatar Carl Worth2010-04-15
* Makefile: Add a "make test" target.Gravatar Carl Worth2010-04-15
* Makefile: Fix final linking of notmuch binary for OS X.Gravatar Carl Worth2010-04-14
* Add infrastructure for building shared library on OS X.Gravatar Aaron Ecay2010-04-14
* Makefile: Move compat sources from the client code to the library.Gravatar Carl Worth2010-04-14
* Makefile: Move include of Makefile.config up from Makefile.localGravatar Carl Worth2010-04-14
* Fix up Makefile for build.Gravatar Aaron Ecay2010-04-14
* Use C++ compiler to link notmuch binariesGravatar Aaron Ecay2010-04-14
* Decode headers in replyGravatar Michal Sojka2010-04-13
* Derive version numbers from gitGravatar Michal Sojka2010-04-09
* Merge branch 'debian'Gravatar Carl Worth2010-04-06
|\
| * Avoid needlessly linking final notmuch binary against libXapian.Gravatar Carl Worth2010-04-06
| * Makefile: Add a disctclean target (simply calling clean)Gravatar Carl Worth2010-04-06
| * configure: Add support for a --mandir optionGravatar Carl Worth2010-04-06
| * Makefile: Move the completion-specific commands to completion/Makefile.localGravatar Carl Worth2010-04-06
| * Makefile: Eliminate the separate install-bash and install-zsh targets.Gravatar Carl Worth2010-04-06
| * Makefile: Eliminate the "make install-emacs" target.Gravatar Carl Worth2010-04-06
| * Makefiles: Eliminate the useless quiet_* functions.Gravatar Carl Worth2010-04-06
* | make release: Add "what's new" and "what is notmuch" sections to announcementGravatar Carl Worth2010-04-05
* | Makefile: Print template for release announcement.Gravatar Carl Worth2010-04-05
* | Makefile: Make the "make release" target push the new tag.Gravatar Carl Worth2010-04-05
* | Merge commit '0.1'Gravatar Carl Worth2010-04-05
|\|
| * Makefile: Finish implementing the "make release" target.Gravatar Carl Worth2010-04-05