Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-07 | Makefile.autotools.in: honor CONFIG_SHELL and TAR. | Wade Berrier | |
Don't use recursively expanded definition (Use ':=' instead of '=') | |||
2008-10-06 | Makefile.autotools.in: | Wade Berrier | |
-Make tar switches 1.14 compatible (Not sure of a more elegant way to handle this ... ?) | |||
2008-09-19 | Makefile.autotools.in: Get my $(Q)'s in the correct place | Daniel Laird | |
Minor fix for Makefile.autotools.in that deals with the packages that use AUTOCONF to regenerate configure etc. (my mistake to start with) Daniel Laird | |||
2008-09-19 | Makefile.autotools.in: Extended to cope with more bad packages | Daniel Laird | |
1. I added a HOOK_POST_EXTRACT previously so that I could cope with the bad libxml2 package. This required me to remove some dead patches (.rej) files after I extracted the package, the issue is that the EXTRACT target runs patch-kernel.sh to patch the ltmain.sh. It then finds some.rej files and bombs out. I have altered the sequence so that the HOOK_POST_EXTRACT target runs before the make target that patches libtool to deal with this. 2.) I have added a $(PKG)_LIBTOOL_PATCH variable. This is defaulted to YES however if you override it in the package makefile to NO then the ltmain.sh file will not be patched automatically but only if you have added your own patches. This is necessary for freetype 2.3.7 as it cannot use the buildroot-libtool patch. I am using this patch for building a set of packages, however it is not a complete set of packages so await feedback of issues (if any) Daniel Laird | |||
2008-09-14 | Makefile.autotools.in: fix DESTDIR= help text | Peter Korsgaard | |
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended. | |||
2008-09-14 | Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text | Peter Korsgaard | |
It defaults to TARGET_DIR, not STAGING_DIR. | |||
2008-09-11 | Move project-specific stamp files into a project-specific directory | Hamish Moffatt | |
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using packages won't be installed into any other projects than the first. | |||
2008-09-04 | Make the autotools xyz-clean target call xyz-uninstall first, rather than ↵ | Hamish Moffatt | |
duplicating its actions | |||
2008-09-04 | Fix duplicate $(AUTORECONF) run in autoreconf and configure targets | Hamish Moffatt | |
2008-09-04 | In the uninstall and clean targets, remove the built/installed stamp files | Hamish Moffatt | |
so that those actions will do something if executed again. | |||
2008-08-29 | Makefile.autotools.in: Add extra POST_HOOK targets | Daniel Laird | |
It is not possible currently in Makefile.autotools.in packages to do something extra after an extract or configure. This may be useful for example extract libxml2-2.6.32 POST_EXTRACT = remove some .rej files that are in offical release patch (not fail because of remaining .rej files) configure I think this is useful improvement (necessary for Makefile.autotools.in packages) Daniel Laird | |||
2008-08-22 | Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-16 | Makefile.autotools.in: add missing continuation for PKG_CONF_OPT | Peter Korsgaard | |
The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed. | |||
2008-08-04 | Makefile.autotools.in: remove extra newlines in MESSAGE macro | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: quiet configure on silent (-s) builds | Peter Korsgaard | |
Use --quiet configure argument when make is invoked with the -s (silent) option. | |||
2008-08-04 | Makefile.autotools.in: fix patch dir for version specific subdir | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-24 | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | |
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. | |||
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. |