Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127 | ||
* | partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY ↵ | Felix Fietkau | 2014-03-22 |
| | | | | | | | | variable and move TAR_OPTIONS to unpack.mk" This complicates the evaluation order for some packages SVN-Revision: 40006 | ||
* | build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move ↵ | Felix Fietkau | 2014-03-21 |
| | | | | | | | | TAR_OPTIONS to unpack.mk Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39979 | ||
* | speed up the build system by including include/shell.sh on shell commands ↵ | Felix Fietkau | 2010-08-19 |
| | | | | | | only where necessary SVN-Revision: 22720 | ||
* | support unpacking of .tar.xz archives, no prereq on xzcat for now | Jo-Philipp Wich | 2010-08-06 |
| | | | | SVN-Revision: 22517 | ||
* | allow packages to override PKG_UNPACK, HOST_UNPACK | Felix Fietkau | 2009-02-25 |
| | | | | SVN-Revision: 14659 | ||
* | only define unpack templates if PKG_SOURCE is set | Felix Fietkau | 2009-02-22 |
| | | | | SVN-Revision: 14623 | ||
* | allow concurrent use of host-build.mk and package.mk as well as their templates | Felix Fietkau | 2009-02-22 |
| | | | | SVN-Revision: 14621 | ||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||
* | Refactor downloading code into download.mk Support multiple file downloads ↵ | Felix Fietkau | 2007-09-29 |
| | | | | | | Support svn downloads SVN-Revision: 9057 | ||
* | simplify handling of zcat - always use gzip -dc. zcat and gzcat are either ↵ | Felix Fietkau | 2007-05-05 |
| | | | | | | broken or nonexistant on some systems SVN-Revision: 7096 | ||
* | fix a small bug in the unpack code | Felix Fietkau | 2007-03-16 |
| | | | | SVN-Revision: 6587 | ||
* | remove some debug code that slipped into the commit | Felix Fietkau | 2007-03-16 |
| | | | | SVN-Revision: 6583 | ||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 |
| | | | | | | lots of places SVN-Revision: 6582 | ||
* | add a crlf workaround similar to the one from freewrt | Felix Fietkau | 2007-03-04 |
| | | | | SVN-Revision: 6507 | ||
* | fix unpacking of .zip files | Felix Fietkau | 2007-01-11 |
| | | | | SVN-Revision: 6083 | ||
* | another bsd bugfix | Felix Fietkau | 2006-11-27 |
| | | | | SVN-Revision: 5657 | ||
* | trap chmod errors in tar unpack on bsd - modes like 02755 fail | Felix Fietkau | 2006-11-27 |
| | | | | SVN-Revision: 5656 | ||
* | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 |
| | | | | SVN-Revision: 5083 | ||
* | use $(TAR) in unpack commands | Felix Fietkau | 2006-10-14 |
| | | | | SVN-Revision: 5078 | ||
* | fix mistakes in unpack change | Felix Fietkau | 2006-10-14 |
| | | | | SVN-Revision: 5077 | ||
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for ↵ | Felix Fietkau | 2006-10-14 |
systems that use gzcat instead SVN-Revision: 5070 |