Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | like src, warn if base obj dir does not exist. | Marc Espie | |
2007-03-31 | XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara | Matthieu Herrb | |
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj suggested by espie@ ok krw@ mbalmer@ | |||
2007-03-30 | - add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk). | Alexandre Anriot | |
- start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@ | |||
2007-03-30 | suppress reordering messages by default | Marc Espie | |
okay matthieu@ | |||
2007-03-28 | Various cleanups of recursive make invocations. Ok espie@, todd@. | Matthieu Herrb | |
2007-03-25 | Missed one PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR conversion. | Matthieu Herrb | |
2007-03-18 | configure as checked out from CVS may not be executable. Patch from naddy@. | Matthieu Herrb | |
2007-03-18 | Forgot to commit the part that installs automake.dep. reported by naddy@ | Matthieu Herrb | |
2007-03-17 | Touch files that would be modified by autotools to avoid un-needed | Matthieu Herrb | |
calls to automake and autoconf. Code stolen from ports tree. suggested by espie@. Tested by todd@. | |||
2007-02-04 | replace PKG_CONFIG_PATH with PKG_CONFIG_LIBDIR which replaces the | Matthieu Herrb | |
builtin search path instead of adding to it. Suggested by espie@ | |||
2006-12-31 | Handle CFLAGS and COPTS. | Matthieu Herrb | |
2006-12-31 | - don't include bsd.own.mk twice | Matthieu Herrb | |
- don't define X11BASE and X11ETC twice - remove --enable-maintainer-mode from configure args and factorize the config.status rule | |||
2006-12-17 | make the install target more similar to what is done in the base system. | Matthieu Herrb | |
2006-12-02 | Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other | Matthieu Herrb | |
directory designed by XENOCARA_OBJDIR in /etc/mk.conf). | |||
2006-11-29 | define X11ETC | Matthieu Herrb | |
2006-11-28 | Define BINDIR conditionnally. Mimics what bsd.prog.mk does. | Matthieu Herrb | |
2006-11-27 | Use autoreconf --force to overwrite libtool scripts with the | Matthieu Herrb | |
OpenBSD ones. | |||
2006-11-26 | Remove git update rules. | Matthieu Herrb | |
2006-11-26 | Cleanups: remove useless DIST and AUTOGEN variables | Matthieu Herrb | |
2006-11-26 | Don't use the autogen.sh script to regenerate files with autotools | Matthieu Herrb | |
This script is not bundled in every X.Org tarball anymore. | |||
2006-11-25 | Makefile rules to help the build of the modular X.Org. | Matthieu Herrb | |