aboutsummaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded stuff after python changes in [8639]Nicolas Thill2007-09-061-11/+0
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ...Nicolas Thill2007-09-031-6/+8
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-031-1/+1
* fix .dep_files exclusion in rdep callsNicolas Thill2007-09-011-2/+2
* clean up recursive dependency handling, use timestamp.pl again, because it sa...Felix Fietkau2007-08-301-8/+5
* Add a PyMod template for python related modulesFlorian Fainelli2007-08-281-0/+9
* replace xargs commands with $(XARGS)Nicolas Thill2007-08-241-2/+2
* rename libtool macros, revert [8461], make install prefix configurable in lib...Nicolas Thill2007-08-221-3/+3
* Make the libtool fix more dynamicFlorian Fainelli2007-08-221-2/+2
* add 2 helper macros to deal with libtool madnessNicolas Thill2007-08-211-0/+12
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-211-4/+4
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-0/+1
* fix a rebuild bug related to quiltFelix Fietkau2007-07-301-2/+2
* 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