summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 14:56:20 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 15:20:28 +0100
commit6f95cb1f104759d198f252c3064ba061a52918c0 (patch)
tree50a7213be93cf70db5ff36c3f8d2ea6ab0feceef /Makefile
parent38e49a976730af431648d30b334db48f1ccac93b (diff)
downloadlilliput-ae-implem-6f95cb1f104759d198f252c3064ba061a52918c0.tar.xz
Ajout de patchs pour la génération de traces
… Y a probablement une façon plus simple de gérer tout ça, mais je la vois pas là tout de suite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dbae0f9..5395158 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,10 @@ $(delegated)::
make -C $$i $@; \
done
+# To generate complete traces, apply this patch before running "make traces":
+# $ git apply traces.patch
+# To update this patch, add print statements, then run
+# $ git diff src > traces.patch
traces::
@ echo "Collecting traces"
@ ./collect-traces.sh