summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* fix a rebuild bug related to quiltnbd2007-07-301-2/+2
* speed up the prepare step a bitnbd2007-07-301-1/+1
* next round of cleanup, convert target/ - make -j works now ;)nbd2007-07-301-1/+2
* more cleanupnbd2007-07-301-1/+1
* only apply recursive deps if DUMP is unsetnbd2007-06-111-6/+8
* Add quilt integration for packagesnbd2007-06-031-3/+6
* improve metadata scanning timenbd2007-05-101-1/+1
* fix recursive dependencies on build directories - should lead to fewer sponta...nbd2007-05-091-2/+2
* Small bugfix for dependency handling - mostly for base-files and symlinksnbd2007-04-261-2/+2
* add missing dependencies for autorebuildnbd2007-04-211-1/+1
* hide some junk in non-verbose modenbd2007-04-161-1/+1
* clean up dependency handling for autorebuildsnbd2007-04-151-15/+11
* call Build/Clean for clean: in package makefilesnbd2007-03-311-0/+1
* make busybox autorebuild on relevant config changesnbd2007-03-231-10/+13
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...nbd2007-03-161-0/+3
* formatting and trivial cleanupmbm2007-03-161-5/+4
* split package.mk and clean up build system code (based on patch by mbm), make...nbd2007-03-151-312/+48
* add EXTRA_CFLAGS variable supportnbd2007-03-021-5/+5
* fix kexec-tools buildnbd2007-02-281-2/+4
* 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