Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-06-15 | Enable --version-sort on systems without strverscmp() | Tim van der Molen | -0/+4 | |
The --version-sort option requires strverscmp(), but this is a glibc extension that does not exist on OpenBSD and other systems. To enable --version-sort on those systems, provide an internal implementation of strverscmp(). The implementation is from the musl C library and is MIT-licensed. The build process remains the same: the verscmp flag should be set to 1 only if strverscmp() is available in libc. If verscmp is 0, then the internal implementation is used. | ||||
2018-10-02 | Actually remove collage mode after ~7 years. | Olof-Joachim Frahm | -1/+0 | |
2018-01-29 | Makefile: Also honor CFLAGS when building deps.mk | Daniel Friesel | -2/+2 | |
2017-08-25 | (src/Makefile) Manually set the target *.c files | orbea | -1/+35 | |
This allows finer control of which files are compiled and additionally will silence some -Wpedantic warnings when "empty" files are compiled. | ||||
2011-11-30 | Makefile: Respect CPPFLAGS when creating deps.mk (closes #74) | Daniel Friesel | -1/+1 | |
2010-06-19 | Move fehrc / help from options.c into separate files | Daniel Friesel | -5/+17 | |
2010-06-11 | Gentoo patch: Use LDLIBS for better custom LDFLAGS support | Daniel Friesel | -1/+1 | |
2010-03-27 | Makefile/config.mk: Support getting the usual values from the environment. | Daniel Friesel | -6/+6 | |
No need to edit config.mk to set addictional CFLAGS/LDFLAGS or change the DESTDIR etc. now | ||||
2010-03-25 | Shorten src/Makefile, use autogenerated deps.mk | Daniel Friesel | -73/+6 | |
2010-03-21 | Remove autoconf (from branch 'autocruft') | Daniel Friesel | -0/+84 | |
Use config.mk for configuration, both GNU make and FreeBSD make are supported. |