summaryrefslogtreecommitdiff
path: root/new-infra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'new-infra/Makefile')
-rw-r--r--new-infra/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/new-infra/Makefile b/new-infra/Makefile
new file mode 100644
index 00000000000..0ad364dca02
--- /dev/null
+++ b/new-infra/Makefile
@@ -0,0 +1,12 @@
+
+all:
+ mkdir tlp
+ perl tlsrc2tlp.pl tlsrc/*.tlsrc
+ bash tlp2tldb.sh tlp/*.tlp > full.tldb
+ mv tlp tlp.old
+ mkdir tlp
+ perl use_tldb.pl full.tldb
+ diff -urN tlp.old tlp
+
+clean:
+ rm -rf tlp tlp.old full.tldb