pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Fix for platform/Haiku.mk:12: Makefile lin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7bbc07711f52
branches: trunk
changeset: 324195:7bbc07711f52
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 11 08:30:16 2018 +0000
description:
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.
diffstat:
mk/platform/Haiku.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 561236c1ae5d -r 7bbc07711f52 mk/platform/Haiku.mk
--- a/mk/platform/Haiku.mk Thu Oct 11 08:21:29 2018 +0000
+++ b/mk/platform/Haiku.mk Thu Oct 11 08:30:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Haiku.mk,v 1.14 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: Haiku.mk,v 1.15 2018/10/11 08:30:16 adam Exp $
#
# Variable definitions for the Haiku operating system.
@@ -9,7 +9,7 @@
# and remove this comment.
SU?= /bin/su
TYPE?= type # Shell builtin
-
+
# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk,
# due to lack of hard link support.
WRAPPER_USE_SYMLINK= # defined
Home |
Main Index |
Thread Index |
Old Index