aboutsummaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix the annoying base-files autorebuild bug.Felix Fietkau2007-01-121-1/+1
* prevent pkg-config from looking for .pc files on the host systemNicolas Thill2006-12-171-1/+1
* allow package directories to override the path to configureFelix Fietkau2006-12-081-1/+2
* build all packages in a package directory by default if DEVELOPER or SDK is setFelix Fietkau2006-11-301-2/+2
* fix collecting package metadata on freebsdFelix Fietkau2006-11-271-14/+20
* fix pesky kmod-* ipkg install bugFelix Fietkau2006-11-251-2/+2
* make target/linux/* directories self-contained, use the selected kernel versi...Felix Fietkau2006-11-111-9/+0
* revert autotools files touching: it has side effects (closes: #918)Nicolas Thill2006-11-051-14/+0
* Move out autotools touching stuff to a macroFlorian Fainelli2006-11-021-2/+6
* Ok, third round, the right one, touch the file anyway, does not break other p...Florian Fainelli2006-11-021-7/+8
* Update makefiles to use the autotools stuff put in the template, remove bogus...Florian Fainelli2006-11-021-1/+0
* Some more stuffFlorian Fainelli2006-11-021-0/+4
* Move out some generic code to prevent autotools from re-creating filesFlorian Fainelli2006-11-021-0/+6
* strip third arg (dir name) to Build/Configure/Default macroNicolas Thill2006-10-221-1/+1
* enable download target only if PKG_SOURCE_URL is setFelix Fietkau2006-10-191-1/+1
* add sitefiles similar to the ones from openembeddedFelix Fietkau2006-10-191-0/+2
* fix unnecessary kernel package recompileFelix Fietkau2006-10-191-10/+12
* change rm to rm -f to avoid bogus make messagesFelix Fietkau2006-10-181-1/+1
* add PROVIDES option, currently only used for menuconfigFelix Fietkau2006-10-171-0/+2
* check for empty patch directoriesFelix Fietkau2006-10-141-1/+1
* fix mistakes in unpack changeFelix Fietkau2006-10-141-1/+1
* move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...Felix Fietkau2006-10-141-6/+2
* don't include host.mk from rules.mk - confuses package dumpFelix Fietkau2006-10-101-0/+1
* add support for Package/<pkgname>/description - old format still supported, b...Felix Fietkau2006-10-101-1/+8
* add support for a common shell include file, which is evaluated for every mak...Felix Fietkau2006-10-101-15/+23
* put LINUX_KARCH in .kernel.mkFelix Fietkau2006-10-101-1/+1
* fix unnecessary package rebuildFelix Fietkau2006-10-081-2/+1
* speed up package prereq check (only run make on those directories that actual...Felix Fietkau2006-10-051-1/+2
* fix DESCRIPTION use in menuconfig and ipkg control filesNicolas Thill2006-09-241-10/+11
* add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, Nicolas Thill2006-09-241-2/+5
* correct arguments to Build/Prepare/DefaultMike Baker2006-09-181-1/+1
* add quotes to ipkg name in the rebuild checkFelix Fietkau2006-09-071-1/+1
* don't run rebuild checks for dump and prereqFelix Fietkau2006-09-071-7/+9
* add extra rebuild check for development librariesFelix Fietkau2006-09-071-0/+4
* fix unnecessary rebuilds for library package directories with no selected pac...Felix Fietkau2006-09-071-11/+14
* use an if block on the whole configure commandFelix Fietkau2006-08-301-1/+2
* fix previous commitMike Baker2006-08-301-3/+2
* only run trap error code in the configure template, if the configure script w...Felix Fietkau2006-08-301-2/+2
* Add new warning to help track down pesky compile issues Mike Baker2006-08-301-1/+7
* tidy up outputMike Baker2006-08-171-2/+7
* fix accidental tabMike Baker2006-08-171-2/+2
* Show error messages when collecting the package infoMike Baker2006-08-161-0/+2
* set PATH in rules.mkMike Baker2006-08-041-2/+2
* fix everything I broke with the previous patches Mike Baker2006-08-041-1/+1
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)Mike Baker2006-08-041-1/+0
* remove debug lineMike Baker2006-08-021-2/+1
* correct [4397]Mike Baker2006-08-021-1/+1
* fix CONFIG_ALLMike Baker2006-08-021-2/+2
* minor makefile tweaksMike Baker2006-08-021-28/+29
* add support for per-package prereq checks, run global prereq checks before (m...Felix Fietkau2006-07-291-0/+2