summaryrefslogtreecommitdiffstats
path: root/include/package.mk
Commit message (Expand)AuthorAgeFilesLines
...
* [massive] add support for alternative C libraries (currently only glibc/eglibc)nico2009-01-081-1/+1
* fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on ...nbd2008-10-081-1/+5
* oops, previous commit was broken. remove wrong line break.lars2008-09-111-2/+1
* Add InstallDev/(Pre|Post) hooks.lars2008-09-111-2/+10
* add default Build/Install template, which is activated by setting PKG_INSTALL=1nbd2008-09-031-11/+4
* add an extra build step Build/Install which allows you to run a make install ...nbd2008-09-011-0/+2
* allow packages to forcibly disable the svn/git mirror downloading attempt by ...nbd2008-07-311-0/+1
* large improvement for parallel builds. works without V=99 now and without war...nbd2008-06-091-1/+1
* revert ARM to oabi by default, add some eabi patches for fixing up the toolch...nbd2008-02-141-1/+1
* fix packages that use -f on other build system makefilesnbd2008-01-031-1/+3
* expunge find GNUismagb2007-12-271-1/+1
* add improved autotools fixupsnbd2007-12-271-12/+11
* add $(STAGING_DIR)/host, which contains target specific, but host executable ...nbd2007-12-271-12/+8
* clean up after staging packagesnbd2007-12-251-0/+1
* add automatic file tracking and uninstallation for files installed in $(STAGI...nbd2007-12-251-5/+25
* add a second parameter to InstallDev/UninstallDev for specifying the path to ...nbd2007-12-231-2/+2
* fixed copy paste errorblogic2007-12-171-1/+1
* fix build issues that happen when the staging dir is cleared and the build di...nbd2007-11-201-1/+5
* better scope handling for the configured stampnbd2007-11-161-2/+5
* fix default downloads from svnnbd2007-10-311-0/+1
* refreshed madwifi patchesblogic2007-10-201-1/+5
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...blogic2007-10-141-4/+5
* changed pkg_install_files so one can specify the folder to install fromblogic2007-10-081-1/+1
* added a function, that packages can call to make installing files/folders muc...blogic2007-10-071-0/+4
* fixes for refresh/update handlingnbd2007-09-291-0/+1
* add a packaging method that installs files into a subdirectory of bin/ instea...nbd2007-09-291-0/+1
* Refactor downloading code into download.mknbd2007-09-291-10/+9
* add $(STAGING_DIR) as argument to the InstallDev template and update packages...nbd2007-09-281-2/+2
* some minor fixes, cleanups, package build abstractionnbd2007-09-281-2/+9
* fix spontaneous rebuilds caused by make package/<name>/update with quiltnbd2007-09-201-1/+1
* remove uneeded stuff after python changes in [8639]nico2007-09-061-11/+0
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ...nico2007-09-031-6/+8
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONnico2007-09-031-1/+1
* fix .dep_files exclusion in rdep callsnico2007-09-011-2/+2
* clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd2007-08-301-8/+5
* Add a PyMod template for python related modulesflorian2007-08-281-0/+9
* replace xargs commands with $(XARGS)nico2007-08-241-2/+2
* rename libtool macros, revert [8461], make install prefix configurable in lib...nico2007-08-221-3/+3
* Make the libtool fix more dynamicflorian2007-08-221-2/+2
* add 2 helper macros to deal with libtool madnessnico2007-08-211-0/+12
* rename 'stampfiles' directory to 'stamp'nico2007-08-211-4/+4
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd2007-08-071-0/+1
* 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