The attached patch replaces $(1) install by $(if $(1), $(1),
[openwrt-10.03/.git] / include / unpack.mk
2009-02-25 nbdallow packages to override PKG_UNPACK, HOST_UNPACK
2009-02-22 nbdonly define unpack templates if PKG_SOURCE is set
2009-02-22 nbdallow concurrent use of host-build.mk and package.mk...
2009-02-22 nbdbuild system refactoring in preparation for allowing...
2007-09-29 nbdRefactor downloading code into download.mk
2007-05-05 nbdsimplify handling of zcat - always use gzip -dc. zcat...
2007-03-16 nbdfix a small bug in the unpack code
2007-03-16 nbdremove some debug code that slipped into the commit
2007-03-16 nbdadd file type autodetection for the unpack command...
2007-03-04 nbdadd a crlf workaround similar to the one from freewrt
2007-01-11 nbdfix unpacking of .zip files
2006-11-27 nbdanother bsd bugfix
2006-11-27 nbdtrap chmod errors in tar unpack on bsd - modes like...
2006-10-14 nbdmove '-' parameter to TAR_OPTIONS, so that packages...
2006-10-14 nbduse $(TAR) in unpack commands
2006-10-14 nbdfix mistakes in unpack change
2006-10-14 nbdmove common unpacking code to unpack.mk, replace zcat...