summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS15
1 files changed, 15 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index 0943d44e..70dafc54 100644
--- a/TARGETS
+++ b/TARGETS
@@ -40,4 +40,19 @@
, "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
, "target": [["etc/dev", "just-ext-hdrs"]]
}
+, "bootstrap-src":
+ { "type": "install"
+ , "files": {"ROOT": "ROOT", "TARGETS": "TARGETS"}
+ , "dirs":
+ [ [["TREE", null, "bin"], "."]
+ , [["TREE", null, "rules"], "."]
+ , [["TREE", null, "etc"], "."]
+ , [["TREE", null, "src"], "."]
+ ]
+ }
+, "large-tests":
+ { "type": "install"
+ , "tainted": ["test"]
+ , "dirs": [[["test", "bootstrap-test"], "bootstrap-test"]]
+ }
}