From: Matt Madia

* InstallOptionalHaikuImagePackage: Made the first argument an actual file
  name, i.e. the extension ".zip" is no longer appended by it.
* Renamed rules UnzipArchiveTo{Container,HaikuImage} to
  ExtractArchiveTo{Container,HaikuImage} and generalized them to support
  tgz/tar.gz archives (implemented in build_haiku_{image,cd}).
* Removed DownloadOptionalPackage. DownloadFile is used instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35634 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-02-27 17:48:12 +00:00
parent 5a5fcf2f69
commit 05bbc668af
9 changed files with 161 additions and 142 deletions
-4
View File
@@ -399,7 +399,3 @@ rule DownloadFile file : url
return $(file) ;
}
rule DownloadOptionalPackage package : url
{
return [ DownloadFile $(package).zip : $(url) ] ;
}