summaryrefslogtreecommitdiffstats
path: root/include/unpack.mk
Commit message (Expand)AuthorAgeFilesLines
* speed up the build system by including include/shell.sh on shell commands onl...nbd2010-08-191-2/+2
* [include] support unpacking of .tar.xz archives, no prereq on xzcat for nowjow2010-08-061-1/+5
* allow packages to override PKG_UNPACK, HOST_UNPACKnbd2009-02-251-2/+2
* only define unpack templates if PKG_SOURCE is setnbd2009-02-221-1/+6
* allow concurrent use of host-build.mk and package.mk as well as their templatesnbd2009-02-221-1/+5
* build system refactoring in preparation for allowing packages to do host-buil...nbd2009-02-221-16/+20
* Refactor downloading code into download.mknbd2007-09-291-1/+6
* simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br...nbd2007-05-051-3/+3
* fix a small bug in the unpack codenbd2007-03-161-1/+1
* remove some debug code that slipped into the commitnbd2007-03-161-1/+0
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...nbd2007-03-161-10/+47
* add a crlf workaround similar to the one from freewrtnbd2007-03-041-0/+3
* fix unpacking of .zip filesnbd2007-01-111-1/+1
* another bsd bugfixnbd2006-11-271-3/+5
* trap chmod errors in tar unpack on bsd - modes like 02755 failnbd2006-11-271-1/+4
* move '-' parameter to TAR_OPTIONS, so that packages can append commandsnbd2006-10-141-2/+2
* use $(TAR) in unpack commandsnbd2006-10-141-2/+2
* fix mistakes in unpack changenbd2006-10-141-3/+3
* move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...nbd2006-10-141-0/+15