summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
Commit message (Expand)AuthorAgeFilesLines
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-011-1/+1
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
* Adding Central config.cache optionsDaniel Laird2008-11-281-1/+6
* Makefile.autotools.in: make MESSAGE output stand outPeter Korsgaard2008-11-071-2/+2
* Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level MakefileHans-Christian Egtvedt2008-11-051-1/+0
* buildroot: add QUIET variable and use it for wget/git/svn/configurePeter Korsgaard2008-10-211-2/+1
* BR2_HAVE_DOCUMENTATION: add option to remove documentation from targetPeter Korsgaard2008-10-201-0/+3
* Makefile.autotools.in: default to install-strip for non-debug target installPeter Korsgaard2008-10-201-1/+5
* Makefile.autotools.in: honor CONFIG_SHELL and TAR.Wade Berrier2008-10-071-1/+1
* Makefile.autotools.in:Wade Berrier2008-10-061-1/+3
* Makefile.autotools.in: Get my $(Q)'s in the correct placeDaniel Laird2008-09-191-2/+2
* Makefile.autotools.in: Extended to cope with more bad packagesDaniel Laird2008-09-191-4/+19
* Makefile.autotools.in: fix DESTDIR= help textPeter Korsgaard2008-09-141-4/+4
* Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help textPeter Korsgaard2008-09-141-1/+1
* Move project-specific stamp files into a project-specific directoryHamish Moffatt2008-09-111-6/+8
* Make the autotools xyz-clean target call xyz-uninstall first, rather than dup...Hamish Moffatt2008-09-041-5/+2
* Fix duplicate $(AUTORECONF) run in autoreconf and configure targetsHamish Moffatt2008-09-041-6/+4
* In the uninstall and clean targets, remove the built/installed stamp filesHamish Moffatt2008-09-041-0/+5
* Makefile.autotools.in: Add extra POST_HOOK targetsDaniel Laird2008-08-291-2/+13
* Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handlingPeter Korsgaard2008-08-221-3/+0
* Makefile.autotools.in: add missing continuation for PKG_CONF_OPTPeter Korsgaard2008-08-161-1/+1
* Makefile.autotools.in: remove extra newlines in MESSAGE macroPeter Korsgaard2008-08-041-3/+1
* Makefile.autotools.in: quiet configure on silent (-s) buildsPeter Korsgaard2008-08-041-0/+1
* Makefile.autotools.in: fix patch dir for version specific subdirPeter Korsgaard2008-08-041-1/+1
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
* Makefile.autotools.in: fix make source-check/external-deps differentlyPeter Korsgaard2008-07-241-1/+1
* Makefile.autotools.in: revert broken r22659Peter Korsgaard2008-07-071-3/+1
* 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
* 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
* 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 ports...Arnar Mar SigurĂ°sson2008-06-011-0/+3
* remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in t...John Voltz2008-05-011-1/+9
* 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
* - add missing ';'Bernhard Reutner-Fischer2007-09-201-1/+1
* - this is generic infrastructure, there is no point in special-casing any ind...Bernhard Reutner-Fischer2007-09-201-1/+5
* 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 non-autotool...Bernhard Reutner-Fischer2007-08-241-1/+1
* - fix misplaced @Bernhard Reutner-Fischer2007-08-231-1/+1
* - 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