pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 11 08:30:17 UTC 2018
Modified Files:
pkgsrc/mk/platform: Haiku.mk
Log Message:
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/platform/Haiku.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/Haiku.mk
diff -u pkgsrc/mk/platform/Haiku.mk:1.14 pkgsrc/mk/platform/Haiku.mk:1.15
--- pkgsrc/mk/platform/Haiku.mk:1.14 Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/Haiku.mk Thu Oct 11 08:30:16 2018
@@ -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 @@ PS?= /bin/ps
# 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