summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* allow package directories to override the path to configurenbd2006-12-081-1/+2
* build all packages in a package directory by default if DEVELOPER or SDK is setnbd2006-11-301-2/+2
* fix collecting package metadata on freebsdnbd2006-11-271-14/+20
* fix pesky kmod-* ipkg install bugnbd2006-11-251-2/+2
* make target/linux/* directories self-contained, use the selected kernel versi...nbd2006-11-111-9/+0
* revert autotools files touching: it has side effects (closes: #918)nico2006-11-051-14/+0
* Move out autotools touching stuff to a macroflorian2006-11-021-2/+6
* Ok, third round, the right one, touch the file anyway, does not break other p...florian2006-11-021-7/+8
* Update makefiles to use the autotools stuff put in the template, remove bogus...florian2006-11-021-1/+0
* Some more stuffflorian2006-11-021-0/+4
* Move out some generic code to prevent autotools from re-creating filesflorian2006-11-021-0/+6
* strip third arg (dir name) to Build/Configure/Default macronico2006-10-221-1/+1
* enable download target only if PKG_SOURCE_URL is setnbd2006-10-191-1/+1
* add sitefiles similar to the ones from openembeddednbd2006-10-191-0/+2
* fix unnecessary kernel package recompilenbd2006-10-191-10/+12
* change rm to rm -f to avoid bogus make messagesnbd2006-10-181-1/+1
* add PROVIDES option, currently only used for menuconfignbd2006-10-171-0/+2
* check for empty patch directoriesnbd2006-10-141-1/+1
* fix mistakes in unpack changenbd2006-10-141-1/+1
* move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...nbd2006-10-141-6/+2
* don't include host.mk from rules.mk - confuses package dumpnbd2006-10-101-0/+1
* add support for Package/<pkgname>/description - old format still supported, b...nbd2006-10-101-1/+8
* add support for a common shell include file, which is evaluated for every mak...nbd2006-10-101-15/+23
* put LINUX_KARCH in .kernel.mknbd2006-10-101-1/+1
* fix unnecessary package rebuildnbd2006-10-081-2/+1
* speed up package prereq check (only run make on those directories that actual...nbd2006-10-051-1/+2
* fix DESCRIPTION use in menuconfig and ipkg control filesnico2006-09-241-10/+11
* add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, nico2006-09-241-2/+5
* correct arguments to Build/Prepare/Defaultmbm2006-09-181-1/+1
* add quotes to ipkg name in the rebuild checknbd2006-09-071-1/+1
* don't run rebuild checks for dump and prereqnbd2006-09-071-7/+9
* add extra rebuild check for development librariesnbd2006-09-071-0/+4
* fix unnecessary rebuilds for library package directories with no selected pac...nbd2006-09-071-11/+14
* use an if block on the whole configure commandnbd2006-08-301-1/+2
* fix previous commitmbm2006-08-301-3/+2
* only run trap error code in the configure template, if the configure script w...nbd2006-08-301-2/+2
* Add new warning to help track down pesky compile issues mbm2006-08-301-1/+7
* tidy up outputmbm2006-08-171-2/+7
* fix accidental tabmbm2006-08-171-2/+2
* Show error messages when collecting the package infombm2006-08-161-0/+2
* set PATH in rules.mkmbm2006-08-041-2/+2
* fix everything I broke with the previous patches mbm2006-08-041-1/+1
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)mbm2006-08-041-1/+0
* remove debug linembm2006-08-021-2/+1
* correct [4397]mbm2006-08-021-1/+1
* fix CONFIG_ALLmbm2006-08-021-2/+2
* minor makefile tweaksmbm2006-08-021-28/+29
* add support for per-package prereq checks, run global prereq checks before (m...nbd2006-07-291-0/+2
* fix build issues with SMP compilesmbm2006-07-281-1/+1
* add more ipkg validation checksmbm2006-07-261-6/+9