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:
@@ -399,7 +399,3 @@ rule DownloadFile file : url
|
||||
return $(file) ;
|
||||
}
|
||||
|
||||
rule DownloadOptionalPackage package : url
|
||||
{
|
||||
return [ DownloadFile $(package).zip : $(url) ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user