Improved upon r39090.
* removed the catkeys pseudo-target * created catalogs pseudo-target, which builds all catalogs & en.catkeys(.pre) * created LocalizedTargets pseudo-target, which builds all targets that have been localized. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -198,5 +198,8 @@ if $(packageError) {
|
||||
}
|
||||
|
||||
# Pseudo-target to build all targets that are localized.
|
||||
NotFile catkeys ;
|
||||
Depends catkeys : $(HAIKU_LOCALIZED_TARGETS) ;
|
||||
NotFile catalogs ;
|
||||
Depends catalogs : $(HAIKU_LOCALIZED_CATALOGS) ;
|
||||
|
||||
NotFile LocalizedTargets ;
|
||||
Depends LocalizedTargets : $(HAIKU_LOCALIZED_TARGETS) ;
|
||||
|
||||
Reference in New Issue
Block a user