summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid duplicate downloading, when rebuilding failed package like libgtk2Ulf Samuelsson2008-07-061-1/+3
|
* Makefile.autotools.in: fix source handlingPeter Korsgaard2008-07-021-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/manPeter Korsgaard2008-07-011-1/+1
|
* Makefile.autotools.in: fix BR2_PRIMARY_SITE checkPeter Korsgaard2008-06-261-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-checkPeter Korsgaard2008-06-241-2/+2
|
* package/Makefile.autotools.in: support 'make external-deps'Peter Korsgaard2008-06-141-0/+5
|
* Add option to set default site to download package source from. FreeBSD ↵Arnar Mar Sigurðsson2008-06-011-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 Voltz2008-05-011-1/+9
| | | | to patch libtool automatically.
* Makefile.autotools.in: Do uninstall in staging/target dirs on -cleanPeter Korsgaard2008-04-011-0/+2
|
* AUTOTARGETS: also support non-version-dependent arch specific patchesPeter Korsgaard2008-03-281-2/+2
|
* AUTOTARGETS: support arch specific *.patch.$(ARCH) patchesPeter Korsgaard2008-03-281-2/+2
|
* added dev files in target optionJohn Voltz2008-03-101-4/+0
|
* remove .a files from lib directories after installJohn Voltz2008-03-071-0/+3
|
* fixed nasty makefile bugsJohn Voltz2008-03-061-4/+5
|
* - whitespace cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-301-44/+41
|
* - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the packageBernhard Reutner-Fischer2007-09-291-19/+14
| | | | (Ivan Kuten)
* - add missing ';'Bernhard Reutner-Fischer2007-09-201-1/+1
|
* - this is generic infrastructure, there is no point in special-casing any ↵Bernhard Reutner-Fischer2007-09-201-1/+5
| | | | | | individual package here. Don't workaround deficiencies but fix them for real
* Update various packages to make X runUlf Samuelsson2007-09-121-2/+13
|
* remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵Bernhard Reutner-Fischer2007-08-241-1/+1
| | | | non-autotool'ed packages anyway (for now)
* - fix misplaced @Bernhard Reutner-Fischer2007-08-231-1/+1
| | | | - fix typos in x11r7 packages
* - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skippedBernhard Reutner-Fischer2007-08-221-1/+2
|
* - don't print the second time autoreconf would be runBernhard Reutner-Fischer2007-08-221-1/+0
|
* - add some $(Q) here and thereBernhard Reutner-Fischer2007-08-221-16/+17
|
* - reinstate accidentally deleted hunkBernhard Reutner-Fischer2007-08-221-1/+1
|
* (no commit message)Bernhard Reutner-Fischer2007-08-221-0/+1
|
* - pass TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-08-221-4/+2
|
* - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDESBernhard Reutner-Fischer2007-08-221-3/+9
|
* - fix typoBernhard Reutner-Fischer2007-08-221-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-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-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.