summaryrefslogtreecommitdiffstats
path: root/core/modules/clientrequest/module.build
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-18 12:02:29 +0200
committerJonathan Bauer2021-06-25 14:48:24 +0200
commit70f09ec3ac4a48742646b5158dd0460460fae0b4 (patch)
treef725485fee91d053d5554da37da8cdd46b0421e6 /core/modules/clientrequest/module.build
parent[openjdk-8-jre-headless] Remove NOME from accessibility.properties (diff)
downloadmltk-70f09ec3ac4a48742646b5158dd0460460fae0b4.tar.gz
mltk-70f09ec3ac4a48742646b5158dd0460460fae0b4.tar.xz
mltk-70f09ec3ac4a48742646b5158dd0460460fae0b4.zip
[clientrequest] add remote debugging modul from Christoph Schulthess
startdebug bash script
Diffstat (limited to 'core/modules/clientrequest/module.build')
-rw-r--r--core/modules/clientrequest/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/clientrequest/module.build b/core/modules/clientrequest/module.build
new file mode 100644
index 00000000..0fdfdf28
--- /dev/null
+++ b/core/modules/clientrequest/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ pinfo "Static module, nothing to build."
+}
+
+post_copy() {
+ :
+}