aboutsummaryrefslogtreecommitdiff
path: root/include/unpack.mk
Commit message (Expand)AuthorAge
* include: use libdeflate's gzip to decompressRosen Penev2023-01-17
* include: use cpio from staging dirDavid Bauer2021-02-28
* build: use SPDX license tagsPaul Spooren2021-02-05
* build: add zstd support to pack/unpack functionsMatthias Schiffer2020-05-31
* include: unpack.mk: remove CRLF_WORKAROUNDAlexandru Ardelean2019-04-18
* build: unzip: perform operations quietlyYousong Zhou2017-01-05
* build: drop `trapret` function from non-Linux HOST_TAR variantAlexandru Ardelean2017-01-03
* include: remove trailing whitespacesLuka Perkov2015-03-29
* partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...Felix Fietkau2014-03-22
* build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA...Felix Fietkau2014-03-21
* speed up the build system by including include/shell.sh on shell commands onl...Felix Fietkau2010-08-19
* support unpacking of .tar.xz archives, no prereq on xzcat for nowJo-Philipp Wich2010-08-06
* allow packages to override PKG_UNPACK, HOST_UNPACKFelix Fietkau2009-02-25
* only define unpack templates if PKG_SOURCE is setFelix Fietkau2009-02-22
* allow concurrent use of host-build.mk and package.mk as well as their templatesFelix Fietkau2009-02-22
* build system refactoring in preparation for allowing packages to do host-buil...Felix Fietkau2009-02-22
* Refactor downloading code into download.mk Support multiple file downloads Su...Felix Fietkau2007-09-29
* simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br...Felix Fietkau2007-05-05
* fix a small bug in the unpack codeFelix Fietkau2007-03-16
* remove some debug code that slipped into the commitFelix Fietkau2007-03-16
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...Felix Fietkau2007-03-16
* add a crlf workaround similar to the one from freewrtFelix Fietkau2007-03-04
* fix unpacking of .zip filesFelix Fietkau2007-01-11
* another bsd bugfixFelix Fietkau2006-11-27
* trap chmod errors in tar unpack on bsd - modes like 02755 failFelix Fietkau2006-11-27
* move '-' parameter to TAR_OPTIONS, so that packages can append commandsFelix Fietkau2006-10-14
* use $(TAR) in unpack commandsFelix Fietkau2006-10-14
* fix mistakes in unpack changeFelix Fietkau2006-10-14
* move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...Felix Fietkau2006-10-14