Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-07 | Makefile.autotools.in: revert broken r22659 | Peter Korsgaard | |
Ulfs r22659 commit broke make source-check/external deps, so reverting it. | |||
2008-07-06 | Avoid duplicate downloading, when rebuilding failed package like libgtk2 | Ulf Samuelsson | |
2008-07-02 | Makefile.autotools.in: fix source handling | Peter Korsgaard | |
Handling source/source-check/external-deps together doesn't work, as wget will then download the sources every time make source is called even if it's available in DL_DIR Instead detect source-check/external-deps from MAKELEVEL. Support downloadable package patches in source-check/external-deps while we're at it. | |||
2008-07-01 | Makefile.autotools.in: also remove man pages from /usr/share/man | Peter Korsgaard | |
2008-06-26 | Makefile.autotools.in: fix BR2_PRIMARY_SITE check | Peter Korsgaard | |
Empty strings gets defined to "", so check for that instead of if the variable is defined. | |||
2008-06-24 | Makefile.autotools.in: also support source/source-check | Peter Korsgaard | |
2008-06-14 | package/Makefile.autotools.in: support 'make external-deps' | Peter Korsgaard | |
2008-06-01 | Add option to set default site to download package source from. FreeBSD ↵ | Arnar Mar Sigurðsson | |
ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages. | |||
2008-05-01 | remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in ↵ | John Voltz | |
to patch libtool automatically. | |||
2008-04-01 | Makefile.autotools.in: Do uninstall in staging/target dirs on -clean | Peter Korsgaard | |
2008-03-28 | AUTOTARGETS: also support non-version-dependent arch specific patches | Peter Korsgaard | |
2008-03-28 | AUTOTARGETS: support arch specific *.patch.$(ARCH) patches | Peter Korsgaard | |
2008-03-10 | added dev files in target option | John Voltz | |
2008-03-07 | remove .a files from lib directories after install | John Voltz | |
2008-03-06 | fixed nasty makefile bugs | John Voltz | |
2007-09-30 | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-29 | - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package | Bernhard Reutner-Fischer | |
(Ivan Kuten) | |||
2007-09-20 | - add missing ';' | Bernhard Reutner-Fischer | |
2007-09-20 | - this is generic infrastructure, there is no point in special-casing any ↵ | Bernhard Reutner-Fischer | |
individual package here. Don't workaround deficiencies but fix them for real | |||
2007-09-12 | Update various packages to make X run | Ulf Samuelsson | |
2007-08-24 | remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵ | Bernhard Reutner-Fischer | |
non-autotool'ed packages anyway (for now) | |||
2007-08-23 | - fix misplaced @ | Bernhard Reutner-Fischer | |
- fix typos in x11r7 packages | |||
2007-08-22 | - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped | Bernhard Reutner-Fischer | |
2007-08-22 | - don't print the second time autoreconf would be run | Bernhard Reutner-Fischer | |
2007-08-22 | - add some $(Q) here and there | Bernhard Reutner-Fischer | |
2007-08-22 | - reinstate accidentally deleted hunk | Bernhard Reutner-Fischer | |
2007-08-22 | (no commit message) | Bernhard Reutner-Fischer | |
2007-08-22 | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
2007-08-22 | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | |
2007-08-22 | - fix typo | Bernhard Reutner-Fischer | |
- Start to add infrastructure to be able to download a patch. | |||
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-10 | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | |
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. |