1. 4561660 Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) by Peter Korsgaard · 16 years ago
  2. 6b00041 Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS. by Thomas Lundquist · 16 years ago
  3. fa2273f Easier with one place for configure options for disabling gtk-doc by Thomas Lundquist · 16 years ago
  4. 3e06e4c DOWNLOAD: don't use := assignment for function implementation by Peter Korsgaard · 16 years ago
  5. d58636d buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper by Peter Korsgaard · 16 years ago
  6. 69f8592 buildroot: set SHELL instead of messing around with CONFIG_SHELL by Peter Korsgaard · 16 years ago
  7. ac1d92c package/: get rid of unneeded $(strip ..) by Peter Korsgaard · 16 years ago
  8. 5432f26 Adding Central config.cache options by Daniel Laird · 16 years ago
  9. b444685 Makefile.autotools.in: make MESSAGE output stand out by Peter Korsgaard · 16 years ago
  10. d86faad Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile by Hans-Christian Egtvedt · 16 years ago
  11. 43af3d3 buildroot: add QUIET variable and use it for wget/git/svn/configure by Peter Korsgaard · 16 years ago
  12. 886b274 BR2_HAVE_DOCUMENTATION: add option to remove documentation from target by Peter Korsgaard · 16 years ago
  13. fedf24c Makefile.autotools.in: default to install-strip for non-debug target install by Peter Korsgaard · 16 years ago
  14. 5b0e7a5 Makefile.autotools.in: honor CONFIG_SHELL and TAR. by Wade Berrier · 16 years ago
  15. 56eebd0 Makefile.autotools.in: -Make tar switches 1.14 compatible by Wade Berrier · 16 years ago
  16. 52097d2 Makefile.autotools.in: Get my $(Q)'s in the correct place by Daniel Laird · 16 years ago
  17. 4ab8aa4 Makefile.autotools.in: Extended to cope with more bad packages by Daniel Laird · 16 years ago
  18. 7b2a502 Makefile.autotools.in: fix DESTDIR= help text by Peter Korsgaard · 16 years ago
  19. 79d7e95 Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text by Peter Korsgaard · 16 years ago
  20. 22258ea Move project-specific stamp files into a project-specific directory by Hamish Moffatt · 16 years ago
  21. 7b759f0 Make the autotools xyz-clean target call xyz-uninstall first, rather than duplicating its actions by Hamish Moffatt · 16 years ago
  22. 18a7694 Fix duplicate $(AUTORECONF) run in autoreconf and configure targets by Hamish Moffatt · 16 years ago
  23. feb569d In the uninstall and clean targets, remove the built/installed stamp files by Hamish Moffatt · 16 years ago
  24. 022b95d Makefile.autotools.in: Add extra POST_HOOK targets by Daniel Laird · 16 years ago
  25. 2983381 Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling by Peter Korsgaard · 16 years ago
  26. 533f5e0 Makefile.autotools.in: add missing continuation for PKG_CONF_OPT by Peter Korsgaard · 16 years ago
  27. a87d820 Makefile.autotools.in: remove extra newlines in MESSAGE macro by Peter Korsgaard · 16 years ago
  28. ddd73e0 Makefile.autotools.in: quiet configure on silent (-s) builds by Peter Korsgaard · 16 years ago
  29. 3d4ac57 Makefile.autotools.in: fix patch dir for version specific subdir by Peter Korsgaard · 16 years ago
  30. 02a623d buildroot: remove trailing spaces by Peter Korsgaard · 16 years ago
  31. bcad628 Makefile.autotools.in: fix make source-check/external-deps differently by Peter Korsgaard · 16 years ago
  32. 1c1712e Makefile.autotools.in: revert broken r22659 by Peter Korsgaard · 16 years ago
  33. 5ac33b5 Avoid duplicate downloading, when rebuilding failed package like libgtk2 by Ulf Samuelsson · 16 years ago
  34. ea1eb9e Makefile.autotools.in: fix source handling by Peter Korsgaard · 16 years ago
  35. 555a7f5 Makefile.autotools.in: also remove man pages from /usr/share/man by Peter Korsgaard · 16 years ago
  36. d2bed82 Makefile.autotools.in: fix BR2_PRIMARY_SITE check by Peter Korsgaard · 16 years ago
  37. f55ae3c Makefile.autotools.in: also support source/source-check by Peter Korsgaard · 16 years ago
  38. 40af930 package/Makefile.autotools.in: support 'make external-deps' by Peter Korsgaard · 16 years ago
  39. 65063af Add option to set default site to download package source from. FreeBSD ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages. by Arnar Mar Sigurðsson · 16 years ago
  40. f11fa22 remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in to patch libtool automatically. by John Voltz · 16 years ago
  41. e556bff Makefile.autotools.in: Do uninstall in staging/target dirs on -clean by Peter Korsgaard · 17 years ago
  42. 3d3775e AUTOTARGETS: also support non-version-dependent arch specific patches by Peter Korsgaard · 17 years ago
  43. 8b64a86 AUTOTARGETS: support arch specific *.patch.$(ARCH) patches by Peter Korsgaard · 17 years ago
  44. bc67ca2 added dev files in target option by John Voltz · 17 years ago
  45. 1ec48b2 remove .a files from lib directories after install by John Voltz · 17 years ago
  46. de54a6e fixed nasty makefile bugs by John Voltz · 17 years ago
  47. 00b8456 - whitespace cleanup (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  48. 0f55fe9 - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package by Bernhard Reutner-Fischer · 17 years ago
  49. c38d1df - add missing ';' by Bernhard Reutner-Fischer · 17 years ago
  50. adb399f - this is generic infrastructure, there is no point in special-casing any individual package here. by Bernhard Reutner-Fischer · 17 years ago
  51. 5f17c05 Update various packages to make X run by Ulf Samuelsson · 17 years ago
  52. d918871 remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now) by Bernhard Reutner-Fischer · 17 years ago
  53. c4931c3 - fix misplaced @ - fix typos in x11r7 packages by Bernhard Reutner-Fischer · 17 years ago
  54. 59390db - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped by Bernhard Reutner-Fischer · 17 years ago
  55. 95d1a70 - don't print the second time autoreconf would be run by Bernhard Reutner-Fischer · 17 years ago
  56. 6be775f - add some $(Q) here and there by Bernhard Reutner-Fischer · 17 years ago
  57. 7ebb9e9 - reinstate accidentally deleted hunk by Bernhard Reutner-Fischer · 17 years ago
  58. 72e4026 by Bernhard Reutner-Fischer · 17 years ago
  59. c8db158 - pass TARGET_CONFIGURE_ARGS by Bernhard Reutner-Fischer · 17 years ago
  60. e3f1491 - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES by Bernhard Reutner-Fischer · 17 years ago
  61. 7d8e28c - fix typo - Start to add infrastructure to be able to download a patch. by Bernhard Reutner-Fischer · 17 years ago
  62. 6c6cb06 - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) by Bernhard Reutner-Fischer · 17 years ago
  63. a7e49eb Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't by Eric Andersen · 17 years ago