summaryrefslogtreecommitdiff
path: root/include/unpack.mk
AgeCommit message (Expand)Author
2014-03-22partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...nbd
2014-03-21build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA...nbd
2010-08-19speed up the build system by including include/shell.sh on shell commands onl...nbd
2010-08-06[include] support unpacking of .tar.xz archives, no prereq on xzcat for nowjow
2009-02-25allow packages to override PKG_UNPACK, HOST_UNPACKnbd
2009-02-22only define unpack templates if PKG_SOURCE is setnbd
2009-02-22allow concurrent use of host-build.mk and package.mk as well as their templatesnbd
2009-02-22build system refactoring in preparation for allowing packages to do host-buil...nbd
2007-09-29Refactor downloading code into download.mknbd
2007-05-05simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br...nbd
2007-03-16fix a small bug in the unpack codenbd
2007-03-16remove some debug code that slipped into the commitnbd
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...nbd
2007-03-04add a crlf workaround similar to the one from freewrtnbd
2007-01-11fix unpacking of .zip filesnbd
2006-11-27another bsd bugfixnbd
2006-11-27trap chmod errors in tar unpack on bsd - modes like 02755 failnbd
2006-10-14move '-' parameter to TAR_OPTIONS, so that packages can append commandsnbd
2006-10-14use $(TAR) in unpack commandsnbd
2006-10-14fix mistakes in unpack changenbd
2006-10-14move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...nbd