build: add alternative PKG_CONFIG_PATH
[openwrt.git] / include / package.mk
2007-07-30 nbdmore cleanup
2007-06-11 nbdonly apply recursive deps if DUMP is unset
2007-06-03 nbdAdd quilt integration for packages
2007-05-10 nbdimprove metadata scanning time
2007-05-09 nbdfix recursive dependencies on build directories - shoul...
2007-04-26 nbdSmall bugfix for dependency handling - mostly for base...
2007-04-21 nbdadd missing dependencies for autorebuild
2007-04-16 nbdhide some junk in non-verbose mode
2007-04-15 nbdclean up dependency handling for autorebuilds
2007-03-31 nbdcall Build/Clean for clean: in package makefiles
2007-03-23 nbdmake busybox autorebuild on relevant config changes
2007-03-16 nbdadd a default for PKG_BUILD_DIR and PKG_INSTALL_DIR...
2007-03-16 mbmformatting and trivial cleanup
2007-03-15 nbdsplit package.mk and clean up build system code (based...
2007-03-02 nbdadd EXTRA_CFLAGS variable support
2007-02-28 nbdfix kexec-tools build
2007-02-26 nbdremove old variables
2007-02-26 nbdmove CXXFLAGS to MAKE_VARS
2007-02-26 nbdadd MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*
2007-02-25 nbdrename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency
2007-02-25 nbdmove configure args to CONFIGURE_ARGS and configure...
2007-02-16 nbdwhen building a package, make sure that older versions...
2007-02-01 nicodisambiguate PKG_CONFIG_PATH, it is used for pkgconfig...
2007-01-22 nicocosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
2007-01-21 nbdpass the CFLAGS through the environment on compile...
2007-01-20 nbdclean up package rebuild messages
2007-01-14 nbdinclude section name in the package metadata
2007-01-13 nbdadd maintainer to package metadata
2007-01-12 nbdFix the annoying base-files autorebuild bug.
2006-12-17 nicoprevent pkg-config from looking for .pc files on the...
2006-12-08 nbdallow package directories to override the path to configure
2006-11-30 nbdbuild all packages in a package directory by default...
2006-11-27 nbdfix collecting package metadata on freebsd
2006-11-25 nbdfix pesky kmod-* ipkg install bug
2006-11-11 nbdmake target/linux/* directories self-contained, use...
2006-11-05 nicorevert autotools files touching: it has side effects...
2006-11-02 florianMove out autotools touching stuff to a macro
2006-11-02 florianOk, third round, the right one, touch the file anyway...
2006-11-02 florianUpdate makefiles to use the autotools stuff put in...
2006-11-02 florianSome more stuff
2006-11-02 florianMove out some generic code to prevent autotools from...
2006-10-22 nicostrip third arg (dir name) to Build/Configure/Default...
2006-10-19 nbdenable download target only if PKG_SOURCE_URL is set
2006-10-19 nbdadd sitefiles similar to the ones from openembedded
2006-10-19 nbdfix unnecessary kernel package recompile
2006-10-18 nbdchange rm to rm -f to avoid bogus make messages
2006-10-17 nbdadd PROVIDES option, currently only used for menuconfig
2006-10-14 nbdcheck for empty patch directories
2006-10-14 nbdfix mistakes in unpack change
2006-10-14 nbdmove common unpacking code to unpack.mk, replace zcat...
2006-10-13 nbdfinally move buildroot-ng to trunk
2006-10-10 nbddon't include host.mk from rules.mk - confuses package...
2006-10-10 nbdadd support for Package/<pkgname>/description - old...
2006-10-10 nbdadd support for a common shell include file, which...
2006-10-10 nbdput LINUX_KARCH in .kernel.mk
2006-10-08 nbdfix unnecessary package rebuild
2006-10-05 nbdspeed up package prereq check (only run make on those...
2006-09-24 nicofix DESCRIPTION use in menuconfig and ipkg control...
2006-09-24 nicoadd CXXFLAGS and PKG_CONFIG_PATH in Build/Configure...
2006-09-18 mbmcorrect arguments to Build/Prepare/Default
2006-09-07 nbdadd quotes to ipkg name in the rebuild check
2006-09-07 nbddon't run rebuild checks for dump and prereq
2006-09-07 nbdadd extra rebuild check for development libraries
2006-09-07 nbdfix unnecessary rebuilds for library package directorie...
2006-08-30 nbduse an if block on the whole configure command
2006-08-30 mbmfix previous commit
2006-08-30 nbdonly run trap error code in the configure template...
2006-08-30 mbmAdd new warning to help track down pesky compile issues
2006-08-17 mbmtidy up output
2006-08-17 mbmfix accidental tab
2006-08-16 mbmShow error messages when collecting the package info
2006-08-04 mbmset PATH in rules.mk
2006-08-04 mbmfix everything I broke with the previous patches
2006-08-04 mbmmore cleanup (make sure to pass TARGET_PATH and not...
2006-08-02 mbmremove debug line
2006-08-02 mbmcorrect [4397]
2006-08-02 mbmfix CONFIG_ALL
2006-08-02 mbmminor makefile tweaks
2006-07-29 nbdadd support for per-package prereq checks, run global...
2006-07-28 mbmfix build issues with SMP compiles
2006-07-26 mbmadd more ipkg validation checks
2006-07-21 nbdadd submenu dependencies (used to hide the proprietary...
2006-07-20 mbmchange 'source' to 'download'
2006-07-18 nbdmake the buildroot-ng sdk compatible with the old packages
2006-07-18 nbdcheck if the Package/$(NAME) template is defined before...
2006-07-10 mbmrebuild ipkg control files if Makefile changes
2006-07-10 mbmadd a new FORCEREBUILD option to Package/<name> to...
2006-06-27 mbmcredit where credit is due
2006-06-25 nbdmove the broadcom driver stuff into its own submenu
2006-06-22 nbdremove stale reference to package/rules.mk - not that...
2006-06-21 nbdmassive cleanup of toolchain/
2006-06-21 nbdbuild system cleanup. move shared include files into...