summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2013-December/000317.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2013-December/000317.html')
-rw-r--r--_build/static/archives/extend/2013-December/000317.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-December/000317.html b/_build/static/archives/extend/2013-December/000317.html
new file mode 100644
index 00000000..c451c197
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000317.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] erlang.mk:109 sed \s is not portable
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3CCA%2BZ8kA7UwsDP2KeLSBEqQ2GBZZwCTgDoD8SOJ8RZ47-StQE6XQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000316.html">
+ <LINK REL="Next" HREF="000318.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] erlang.mk:109 sed \s is not portable</H1>
+ <B>Christopher Vance</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3CCA%2BZ8kA7UwsDP2KeLSBEqQ2GBZZwCTgDoD8SOJ8RZ47-StQE6XQ%40mail.gmail.com%3E"
+ TITLE="[99s-extend] erlang.mk:109 sed \s is not portable">cjsvance at gmail.com
+ </A><BR>
+ <I>Sun Dec 15 06:48:20 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#317">[ date ]</a>
+ <a href="thread.html#317">[ thread ]</a>
+ <a href="subject.html#317">[ subject ]</a>
+ <a href="author.html#317">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I have recently started using erlang.mk on MacOS X and OpenBSD, and have
+discovered that the sed escape \s on line 109 for inserting the module list
+in *.app does not work as intended on these OSs, because they do not use
+GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
+expect all other BSD-based OSs to have the same issue.
+
+Please consider using [[:space:]] instead. This works on both MacOS X and
+OpenBSD, as well as on Linux.
+
+--
+Christopher Vance
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131215/7c20ac97/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131215/7c20ac97/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#317">[ date ]</a>
+ <a href="thread.html#317">[ thread ]</a>
+ <a href="subject.html#317">[ subject ]</a>
+ <a href="author.html#317">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>