aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-27 00:10:36 +0200
committerLoïc Hoguin <[email protected]>2017-04-27 00:10:36 +0200
commit159da31510207da47f2472ca25c31015d1c09fd3 (patch)
tree9f88624ea302ea0c37fe979974c9db46f4b01ce3 /plugins/bootstrap.mk
parent99606e41ca01f67b5f7809bb93d908e458efa398 (diff)
downloaderlang.mk-159da31510207da47f2472ca25c31015d1c09fd3.tar.gz
erlang.mk-159da31510207da47f2472ca25c31015d1c09fd3.tar.bz2
erlang.mk-159da31510207da47f2472ca25c31015d1c09fd3.zip
Add a test for plugin templates and fix an issue with them
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index f864861..8e8b1b1 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -444,9 +444,6 @@ endif
ifndef t
$(error Usage: $(MAKE) new t=TEMPLATE n=NAME [in=APP])
endif
-ifndef tpl_$(t)
- $(error Unknown template)
-endif
ifndef n
$(error Usage: $(MAKE) new t=TEMPLATE n=NAME [in=APP])
endif