| Commit message (Expand) | Author | Age | Files | Lines |
* | only apply recursive deps if DUMP is unset | nbd | 2007-06-11 | 1 | -6/+8 |
* | Add quilt integration for packages | nbd | 2007-06-03 | 1 | -3/+6 |
* | improve metadata scanning time | nbd | 2007-05-10 | 1 | -1/+1 |
* | fix recursive dependencies on build directories - should lead to fewer sponta... | nbd | 2007-05-09 | 1 | -2/+2 |
* | Small bugfix for dependency handling - mostly for base-files and symlinks | nbd | 2007-04-26 | 1 | -2/+2 |
* | add missing dependencies for autorebuild | nbd | 2007-04-21 | 1 | -1/+1 |
* | hide some junk in non-verbose mode | nbd | 2007-04-16 | 1 | -1/+1 |
* | clean up dependency handling for autorebuilds | nbd | 2007-04-15 | 1 | -15/+11 |
* | call Build/Clean for clean: in package makefiles | nbd | 2007-03-31 | 1 | -0/+1 |
* | make busybox autorebuild on relevant config changes | nbd | 2007-03-23 | 1 | -10/+13 |
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI... | nbd | 2007-03-16 | 1 | -0/+3 |
* | formatting and trivial cleanup | mbm | 2007-03-16 | 1 | -5/+4 |
* | split package.mk and clean up build system code (based on patch by mbm), make... | nbd | 2007-03-15 | 1 | -312/+48 |
* | add EXTRA_CFLAGS variable support | nbd | 2007-03-02 | 1 | -5/+5 |
* | fix kexec-tools build | nbd | 2007-02-28 | 1 | -2/+4 |
* | remove old variables | nbd | 2007-02-26 | 1 | -2/+2 |
* | move CXXFLAGS to MAKE_VARS | nbd | 2007-02-26 | 1 | -1/+1 |
* | add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_* | nbd | 2007-02-26 | 1 | -6/+12 |
* | rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency | nbd | 2007-02-25 | 1 | -2/+3 |
* | move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR... | nbd | 2007-02-25 | 1 | -13/+19 |
* | when building a package, make sure that older versions get removed | nbd | 2007-02-16 | 1 | -0/+1 |
* | disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONF... | nico | 2007-02-01 | 1 | -2/+2 |
* | cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS | nico | 2007-01-22 | 1 | -1/+1 |
* | pass the CFLAGS through the environment on compile and fix a few packages | nbd | 2007-01-21 | 1 | -2/+4 |
* | clean up package rebuild messages | nbd | 2007-01-20 | 1 | -7/+2 |
* | include section name in the package metadata | nbd | 2007-01-14 | 1 | -0/+1 |
* | add maintainer to package metadata | nbd | 2007-01-13 | 1 | -0/+1 |
* | Fix the annoying base-files autorebuild bug. | nbd | 2007-01-12 | 1 | -1/+1 |
* | prevent pkg-config from looking for .pc files on the host system | nico | 2006-12-17 | 1 | -1/+1 |
* | allow package directories to override the path to configure | nbd | 2006-12-08 | 1 | -1/+2 |
* | build all packages in a package directory by default if DEVELOPER or SDK is set | nbd | 2006-11-30 | 1 | -2/+2 |
* | fix collecting package metadata on freebsd | nbd | 2006-11-27 | 1 | -14/+20 |
* | fix pesky kmod-* ipkg install bug | nbd | 2006-11-25 | 1 | -2/+2 |
* | make target/linux/* directories self-contained, use the selected kernel versi... | nbd | 2006-11-11 | 1 | -9/+0 |
* | revert autotools files touching: it has side effects (closes: #918) | nico | 2006-11-05 | 1 | -14/+0 |
* | Move out autotools touching stuff to a macro | florian | 2006-11-02 | 1 | -2/+6 |
* | Ok, third round, the right one, touch the file anyway, does not break other p... | florian | 2006-11-02 | 1 | -7/+8 |
* | Update makefiles to use the autotools stuff put in the template, remove bogus... | florian | 2006-11-02 | 1 | -1/+0 |
* | Some more stuff | florian | 2006-11-02 | 1 | -0/+4 |
* | Move out some generic code to prevent autotools from re-creating files | florian | 2006-11-02 | 1 | -0/+6 |
* | strip third arg (dir name) to Build/Configure/Default macro | nico | 2006-10-22 | 1 | -1/+1 |
* | enable download target only if PKG_SOURCE_URL is set | nbd | 2006-10-19 | 1 | -1/+1 |
* | add sitefiles similar to the ones from openembedded | nbd | 2006-10-19 | 1 | -0/+2 |
* | fix unnecessary kernel package recompile | nbd | 2006-10-19 | 1 | -10/+12 |
* | change rm to rm -f to avoid bogus make messages | nbd | 2006-10-18 | 1 | -1/+1 |
* | add PROVIDES option, currently only used for menuconfig | nbd | 2006-10-17 | 1 | -0/+2 |
* | check for empty patch directories | nbd | 2006-10-14 | 1 | -1/+1 |
* | fix mistakes in unpack change | nbd | 2006-10-14 | 1 | -1/+1 |
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system... | nbd | 2006-10-14 | 1 | -6/+2 |
* | don't include host.mk from rules.mk - confuses package dump | nbd | 2006-10-10 | 1 | -0/+1 |