Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.autotools.in: remove extra newlines in MESSAGE macro | Peter Korsgaard | 2008-08-04 | 1 | -3/+1 |
| | |||||
* | Makefile.autotools.in: quiet configure on silent (-s) builds | Peter Korsgaard | 2008-08-04 | 1 | -0/+1 |
| | | | | | Use --quiet configure argument when make is invoked with the -s (silent) option. | ||||
* | Makefile.autotools.in: fix patch dir for version specific subdir | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | 2008-07-24 | 1 | -1/+1 |
| | | | | | | | | The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER. | ||||
* | Makefile.autotools.in: revert broken r22659 | Peter Korsgaard | 2008-07-07 | 1 | -3/+1 |
| | | | | Ulfs r22659 commit broke make source-check/external deps, so reverting it. | ||||
* | Avoid duplicate downloading, when rebuilding failed package like libgtk2 | Ulf Samuelsson | 2008-07-06 | 1 | -1/+3 |
| | |||||
* | Makefile.autotools.in: fix source handling | Peter Korsgaard | 2008-07-02 | 1 | -2/+3 |
| | | | | | | | | | | | 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. | ||||
* | Makefile.autotools.in: also remove man pages from /usr/share/man | Peter Korsgaard | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | Makefile.autotools.in: fix BR2_PRIMARY_SITE check | Peter Korsgaard | 2008-06-26 | 1 | -1/+2 |
| | | | | | Empty strings gets defined to "", so check for that instead of if the variable is defined. | ||||
* | Makefile.autotools.in: also support source/source-check | Peter Korsgaard | 2008-06-24 | 1 | -2/+2 |
| | |||||
* | package/Makefile.autotools.in: support 'make external-deps' | Peter Korsgaard | 2008-06-14 | 1 | -0/+5 |
| | |||||
* | Add option to set default site to download package source from. FreeBSD ↵ | Arnar Mar Sigurðsson | 2008-06-01 | 1 | -0/+3 |
| | | | | ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages. | ||||
* | remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in ↵ | John Voltz | 2008-05-01 | 1 | -1/+9 |
| | | | | to patch libtool automatically. | ||||
* | Makefile.autotools.in: Do uninstall in staging/target dirs on -clean | Peter Korsgaard | 2008-04-01 | 1 | -0/+2 |
| | |||||
* | AUTOTARGETS: also support non-version-dependent arch specific patches | Peter Korsgaard | 2008-03-28 | 1 | -2/+2 |
| | |||||
* | AUTOTARGETS: support arch specific *.patch.$(ARCH) patches | Peter Korsgaard | 2008-03-28 | 1 | -2/+2 |
| | |||||
* | added dev files in target option | John Voltz | 2008-03-10 | 1 | -4/+0 |
| | |||||
* | remove .a files from lib directories after install | John Voltz | 2008-03-07 | 1 | -0/+3 |
| | |||||
* | fixed nasty makefile bugs | John Voltz | 2008-03-06 | 1 | -4/+5 |
| | |||||
* | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -44/+41 |
| | |||||
* | - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -19/+14 |
| | | | | (Ivan Kuten) | ||||
* | - add missing ';' | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | - this is generic infrastructure, there is no point in special-casing any ↵ | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -1/+5 |
| | | | | | | individual package here. Don't workaround deficiencies but fix them for real | ||||
* | Update various packages to make X run | Ulf Samuelsson | 2007-09-12 | 1 | -2/+13 |
| | |||||
* | remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵ | Bernhard Reutner-Fischer | 2007-08-24 | 1 | -1/+1 |
| | | | | non-autotool'ed packages anyway (for now) | ||||
* | - fix misplaced @ | Bernhard Reutner-Fischer | 2007-08-23 | 1 | -1/+1 |
| | | | | - fix typos in x11r7 packages | ||||
* | - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+2 |
| | |||||
* | - don't print the second time autoreconf would be run | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+0 |
| | |||||
* | - add some $(Q) here and there | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -16/+17 |
| | |||||
* | - reinstate accidentally deleted hunk | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -0/+1 |
| | |||||
* | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+2 |
| | |||||
* | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+9 |
| | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -8/+9 |
| | | | | - Start to add infrastructure to be able to download a patch. | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -0/+363 |
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. |