1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/development/tools
Eelco Dolstra e01be47e53 * aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist,
otherwise aclocal barfs.  Updated the builder to use makeWrapper
* Made Automake 1.10 the default.
* Fixed `make check' in Automake by turning off indented logging in
  Make (there is a flag for that now).
* Disabled the `make check' in Automake by default because it takes a
  REALLY long time (e.g. more than 2 hours on Cygwin, 50 minutes on
  Darwin, 25 minutes on Linux) which is a lot for a package that
  otherwise takes 10 seconds to build.  We can add a Hydra job with
  doCheck enabled to do regression testing.
* make-wrapper: allow --run commands to add additional flags to the
  invocation of the wrapped program.  An example is the aclocal
  wrapper: it adds additional -I ... flags.
* make-wrapper: call the wrapped program .foo-wrapped instead of
  .wrapped-foo to make it easier to tell programs apart in `ps'
  output.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14885
2009-04-05 18:13:59 +00:00
..
analysis * Valgrind 3.4.1. 2009-03-03 09:19:50 +00:00
build-managers * Sync with the trunk. 2009-03-16 12:45:27 +00:00
cdecl
documentation Doxygen 1.5.8. 2009-03-05 15:17:53 +00:00
guile * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
haskell/uuagc
java/jclasslib
literate-programming/noweb
misc * aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist, 2009-04-05 18:13:59 +00:00
parsing * More cleanup. Updated to the latest Stratego/XT 0.17. 2009-03-19 14:34:16 +00:00
profiling Made oprofile not to build shared libs. This allows building on x86_64. 2009-03-30 20:22:54 +00:00
selenium/remote-control updating selenium to SNAPSHOT version 2009-03-30 14:51:30 +00:00