Remove the old "CVS" package rules

... and all their invocations.
This commit is contained in:
Ingo Weinhold
2013-06-30 18:59:11 +02:00
parent 207389a060
commit ff2e520912
130 changed files with 17 additions and 1044 deletions
+17
View File
@@ -1,3 +1,20 @@
rule Copy
{
if $(2) {
SEARCH on $(2) += $(SEARCH_SOURCE) ;
Depends $(1) : <build>copyattr $(2) ;
Copy1 $(1) : <build>copyattr $(2) ;
}
}
actions Copy1
{
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)
"$(2[1])" -d "$(2[2-])" "$(1)"
}
rule SymLink
{
# SymLink <target> : <source> : <makeDefaultDependencies> ;