grist is required for the non-zipped files in order to distinguish between the README.html for neomagic vs. nvidia, for example
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2077,7 +2077,7 @@ rule Package
|
|||||||
} else {
|
} else {
|
||||||
local packagefile = $(file:G=_packages!$(packagename)) ;
|
local packagefile = $(file:G=_packages!$(packagename)) ;
|
||||||
MakeLocate $(packagefile) : $(packagedir) ;
|
MakeLocate $(packagefile) : $(packagedir) ;
|
||||||
Copy $(packagefile) : $(file) ;
|
Copy $(packagefile) : [ FGristFiles $(file) ] ;
|
||||||
Clean cleanPackages : $(packagefile) ;
|
Clean cleanPackages : $(packagefile) ;
|
||||||
Depends $(packagezip) : $(packagefile) ;
|
Depends $(packagezip) : $(packagefile) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user