summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 08:55:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:18:52 (GMT)
commit0e1b95fc24b02bd757afaeb3043b71166563d319 (patch)
treebf9dc7afde74575fa772481aaa9a0cae17f1db30 /docs
parent8eb5c0e41b07c21560bbc4ac930cd382fa147d76 (diff)
downloadmxe-0e1b95fc24b02bd757afaeb3043b71166563d319.zip
mxe-0e1b95fc24b02bd757afaeb3043b71166563d319.tar.gz
mxe-0e1b95fc24b02bd757afaeb3043b71166563d319.tar.bz2
Improve handling of virtual packages and build messages
- add metadata to distinguish virtual package types - improve build order and status messages for empty packages print pkg type or `disabled` instead of `no-build` - add BUILD_DRY_RUN option and fixup make -t - update build-matrix rule to identify virtual pkgs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/build-matrix.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/build-matrix.css b/docs/assets/build-matrix.css
index 49850b6..fe47d12 100644
--- a/docs/assets/build-matrix.css
+++ b/docs/assets/build-matrix.css
@@ -12,3 +12,7 @@ td.unsupported {
background-color: #f99;
text-align: center;
}
+td.neutral {
+ background-color: #d1d1d1;
+ text-align: center;
+}