From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- archives/extend/2013-August/000208.html | 80 +++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 archives/extend/2013-August/000208.html (limited to 'archives/extend/2013-August/000208.html') diff --git a/archives/extend/2013-August/000208.html b/archives/extend/2013-August/000208.html new file mode 100644 index 00000000..a35bd15c --- /dev/null +++ b/archives/extend/2013-August/000208.html @@ -0,0 +1,80 @@ + + + + [99s-extend] [erlang-questions] [ANN] erlang.mk build tool + + + + + + + + + + +

[99s-extend] [erlang-questions] [ANN] erlang.mk build tool

+ Motiejus Jakštys + desired.mta at gmail.com +
+ Thu Aug 15 17:07:42 CEST 2013 +

+
+ +
On Thu, Aug 15, 2013 at 4:19 PM, Loïc Hoguin <essen at ninenines.eu> wrote:
+> Hello friendly people,
+>
+> I would like to make an official announcement of erlang.mk now that all the
+> features I wanted are in.
+
+Please include an ability to cleanly override any target so make does
+not emit warnings about overwritten target. There are a few ways to do
+it, but I find this the easiest: prefix every target in erlang.mk with
+a variable:
+
+$(.erlang-mk-all)all:
+  <your stuff>
+
+That way, if $(.erlang-mk-all) is defined (from my application
+Makefile before including erlang.mk), your 'all' target will be the
+one that does not cause me warnings.
+
+Motiejus Jakštys
+
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ -- cgit v1.2.3