Thu Oct 11 08:30:17 2018 UTC ()
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.


(adam)
diff -r1.14 -r1.15 pkgsrc/mk/platform/Haiku.mk

cvs diff -r1.14 -r1.15 pkgsrc/mk/platform/Haiku.mk (expand / switch to unified diff)

--- pkgsrc/mk/platform/Haiku.mk 2016/03/10 16:58:19 1.14
+++ pkgsrc/mk/platform/Haiku.mk 2018/10/11 08:30:16 1.15
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Haiku.mk,v 1.14 2016/03/10 16:58:19 jperkin Exp $ 1# $NetBSD: Haiku.mk,v 1.15 2018/10/11 08:30:16 adam Exp $
2# 2#
3# Variable definitions for the Haiku operating system. 3# Variable definitions for the Haiku operating system.
4 4
5ECHO_N?= ${ECHO} -n 5ECHO_N?= ${ECHO} -n
6PKGLOCALEDIR?= share 6PKGLOCALEDIR?= share
7PS?= /bin/ps 7PS?= /bin/ps
8# XXX: default from defaults/mk.conf. Verify/correct for this platform 8# XXX: default from defaults/mk.conf. Verify/correct for this platform
9# and remove this comment. 9# and remove this comment.
10SU?= /bin/su 10SU?= /bin/su
11TYPE?= type # Shell builtin 11TYPE?= type # Shell builtin
12  12
13# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk, 13# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk,
14# due to lack of hard link support. 14# due to lack of hard link support.
15WRAPPER_USE_SYMLINK= # defined 15WRAPPER_USE_SYMLINK= # defined
16 16
17CPP_PRECOMP_FLAGS?= # unset 17CPP_PRECOMP_FLAGS?= # unset
18DEF_UMASK?= 022 18DEF_UMASK?= 022
19DEFAULT_SERIAL_DEVICE?= /dev/tty 19DEFAULT_SERIAL_DEVICE?= /dev/tty
20EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table 20EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
21MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type 21MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type
22NOLOGIN?= /bin/false 22NOLOGIN?= /bin/false
23PKG_TOOLS_BIN?= ${LOCALBASE}/sbin 23PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
24ROOT_CMD?= ${SU} - root -c 24ROOT_CMD?= ${SU} - root -c
25ROOT_GROUP?= root 25ROOT_GROUP?= root