summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
* allow packages to forcibly disable the svn/git mirror downloading attempt by ...Felix Fietkau2008-07-311-0/+1
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-1/+1
* revert ARM to oabi by default, add some eabi patches for fixing up the toolch...Felix Fietkau2008-02-141-1/+1
* fix packages that use -f on other build system makefilesFelix Fietkau2008-01-031-1/+3
* expunge find GNUismAndy Boyett2007-12-271-1/+1
* add improved autotools fixupsFelix Fietkau2007-12-271-12/+11
* add $(STAGING_DIR)/host, which contains target specific, but host executable ...Felix Fietkau2007-12-271-12/+8
* clean up after staging packagesFelix Fietkau2007-12-251-0/+1
* add automatic file tracking and uninstallation for files installed in $(STAGI...Felix Fietkau2007-12-251-5/+25
* add a second parameter to InstallDev/UninstallDev for specifying the path to ...Felix Fietkau2007-12-231-2/+2
* fixed copy paste errorJohn Crispin2007-12-171-1/+1
* fix build issues that happen when the staging dir is cleared and the build di...Felix Fietkau2007-11-201-1/+5
* better scope handling for the configured stampFelix Fietkau2007-11-161-2/+5
* fix default downloads from svnFelix Fietkau2007-10-311-0/+1
* refreshed madwifi patchesJohn Crispin2007-10-201-1/+5
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...John Crispin2007-10-141-4/+5
* changed pkg_install_files so one can specify the folder to install fromJohn Crispin2007-10-081-1/+1
* added a function, that packages can call to make installing files/folders muc...John Crispin2007-10-071-0/+4
* fixes for refresh/update handlingFelix Fietkau2007-09-291-0/+1
* add a packaging method that installs files into a subdirectory of bin/ instea...Felix Fietkau2007-09-291-0/+1
* Refactor downloading code into download.mk Support multiple file downloads Su...Felix Fietkau2007-09-291-10/+9
* add $(STAGING_DIR) as argument to the InstallDev template and update packages...Felix Fietkau2007-09-281-2/+2
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-281-2/+9
* fix spontaneous rebuilds caused by make package/<name>/update with quiltFelix Fietkau2007-09-201-1/+1
* 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