summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* speed up the prepare step a bitFelix Fietkau2007-07-301-1/+1
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-1/+2
* more cleanupFelix Fietkau2007-07-301-1/+1
* only apply recursive deps if DUMP is unsetFelix Fietkau2007-06-111-6/+8
* Add quilt integration for packagesFelix Fietkau2007-06-031-3/+6
* improve metadata scanning timeFelix Fietkau2007-05-101-1/+1
* fix recursive dependencies on build directories - should lead to fewer sponta...Felix Fietkau2007-05-091-2/+2
* Small bugfix for dependency handling - mostly for base-files and symlinksFelix Fietkau2007-04-261-2/+2
* add missing dependencies for autorebuildFelix Fietkau2007-04-211-1/+1
* hide some junk in non-verbose modeFelix Fietkau2007-04-161-1/+1
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-151-15/+11
* call Build/Clean for clean: in package makefilesFelix Fietkau2007-03-311-0/+1
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-231-10/+13
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...Felix Fietkau2007-03-161-0/+3
* formatting and trivial cleanupMike Baker2007-03-161-5/+4
* split package.mk and clean up build system code (based on patch by mbm), make...Felix Fietkau2007-03-151-312/+48
* add EXTRA_CFLAGS variable supportFelix Fietkau2007-03-021-5/+5
* fix kexec-tools buildFelix Fietkau2007-02-281-2/+4
* remove old variablesFelix Fietkau2007-02-261-2/+2
* move CXXFLAGS to MAKE_VARSFelix Fietkau2007-02-261-1/+1
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*Felix Fietkau2007-02-261-6/+12
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencyFelix Fietkau2007-02-251-2/+3
* move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR...Felix Fietkau2007-02-251-13/+19
* when building a package, make sure that older versions get removedFelix Fietkau2007-02-161-0/+1
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONF...Nicolas Thill2007-02-011-2/+2
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSNicolas Thill2007-01-221-1/+1
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-2/+4
* clean up package rebuild messagesFelix Fietkau2007-01-201-7/+2
* include section name in the package metadataFelix Fietkau2007-01-141-0/+1
* add maintainer to package metadataFelix Fietkau2007-01-131-0/+1
* Fix the annoying base-files autorebuild bug. When checking file mtimes in dir...Felix Fietkau2007-01-121-1/+1
* prevent pkg-config from looking for .pc files on the host systemNicolas Thill2006-12-171-1/+1
* allow package directories to override the path to configureFelix Fietkau2006-12-081-1/+2
* build all packages in a package directory by default if DEVELOPER or SDK is setFelix Fietkau2006-11-301-2/+2
* fix collecting package metadata on freebsdFelix Fietkau2006-11-271-14/+20
* fix pesky kmod-* ipkg install bugFelix Fietkau2006-11-251-2/+2
* make target/linux/* directories self-contained, use the selected kernel versi...Felix Fietkau2006-11-111-9/+0
* revert autotools files touching: it has side effects (closes: #918)Nicolas Thill2006-11-051-14/+0
* Move out autotools touching stuff to a macroFlorian Fainelli2006-11-021-2/+6
* Ok, third round, the right one, touch the file anyway, does not break other p...Florian Fainelli2006-11-021-7/+8
* Update makefiles to use the autotools stuff put in the template, remove bogus...Florian Fainelli2006-11-021-1/+0
* Some more stuffFlorian Fainelli2006-11-021-0/+4
* Move out some generic code to prevent autotools from re-creating filesFlorian Fainelli2006-11-021-0/+6
* strip third arg (dir name) to Build/Configure/Default macroNicolas Thill2006-10-221-1/+1
* enable download target only if PKG_SOURCE_URL is setFelix Fietkau2006-10-191-1/+1
* add sitefiles similar to the ones from openembeddedFelix Fietkau2006-10-191-0/+2
* fix unnecessary kernel package recompileFelix Fietkau2006-10-191-10/+12
* change rm to rm -f to avoid bogus make messagesFelix Fietkau2006-10-181-1/+1
* add PROVIDES option, currently only used for menuconfigFelix Fietkau2006-10-171-0/+2
* check for empty patch directoriesFelix Fietkau2006-10-141-1/+1