summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* remove old variablesnbd2007-02-261-2/+2
* move CXXFLAGS to MAKE_VARSnbd2007-02-261-1/+1
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*nbd2007-02-261-6/+12
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencynbd2007-02-251-2/+3
* move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR...nbd2007-02-251-13/+19
* when building a package, make sure that older versions get removednbd2007-02-161-0/+1
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONF...nico2007-02-011-2/+2
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSnico2007-01-221-1/+1
* pass the CFLAGS through the environment on compile and fix a few packagesnbd2007-01-211-2/+4
* clean up package rebuild messagesnbd2007-01-201-7/+2
* include section name in the package metadatanbd2007-01-141-0/+1
* add maintainer to package metadatanbd2007-01-131-0/+1
* Fix the annoying base-files autorebuild bug.nbd2007-01-121-1/+1
* prevent pkg-config from looking for .pc files on the host systemnico2006-12-171-1/+1
* 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