more whitespace fixes
This commit is contained in:
parent
5538daab2f
commit
491de176a8
3 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: defs.IRIX.mk,v 1.36 2003/10/13 00:23:49 jschauma Exp $
|
||||
# $NetBSD: defs.IRIX.mk,v 1.37 2003/10/19 07:38:31 grant Exp $
|
||||
#
|
||||
# Variable definitions for the IRIX operating system.
|
||||
|
||||
|
@ -126,14 +126,14 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard
|
|||
_OPSYS_HAS_JAVA= no # Java is not standard
|
||||
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
|
||||
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
|
||||
_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required
|
||||
_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required
|
||||
_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11
|
||||
_OPSYS_PERL_REQD= # no base version of perl required
|
||||
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
|
||||
_OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker
|
||||
.if defined(_OPSYS_GPATCH_REQD) && ${_OPSYS_GPATCH_REQD} == "YES"
|
||||
_PATCH_CAN_BACKUP= yes # patch(1) can make backups
|
||||
_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix
|
||||
_PATCH_CAN_BACKUP= yes # patch(1) can make backups
|
||||
_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix
|
||||
.else
|
||||
_PATCH_CAN_BACKUP= no # native patch(1) can make backups
|
||||
.endif
|
||||
|
@ -151,14 +151,14 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-notall
|
|||
|
||||
# IRIX has /usr/include/iconv.h, but it's not GNU iconv, so mark it
|
||||
# incompatible.
|
||||
_INCOMPAT_ICONV= IRIX-*-*
|
||||
_INCOMPAT_ICONV= IRIX-*-*
|
||||
|
||||
.if !defined(DEBUG_FLAGS)
|
||||
_STRIPFLAG_CC?= -s # cc(1) option to strip
|
||||
_STRIPFLAG_INSTALL?= -s # install(1) option to strip
|
||||
.endif
|
||||
|
||||
LOCALBASE?= ${DESTDIR}/usr/pkg
|
||||
LOCALBASE?= ${DESTDIR}/usr/pkg
|
||||
.if exists(${LOCALBASE}/sbin/pkg_info)
|
||||
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: defs.NetBSD.mk,v 1.54 2003/09/23 07:26:23 grant Exp $
|
||||
# $NetBSD: defs.NetBSD.mk,v 1.55 2003/10/19 07:38:31 grant Exp $
|
||||
#
|
||||
# Variable definitions for the NetBSD operating system.
|
||||
|
||||
|
@ -182,8 +182,8 @@ SERIAL_DEVICES?= /dev/null
|
|||
. if ${MACHINE_PLATFORM:MNetBSD-${__tmp__}-alpha} != ""
|
||||
CFLAGS+= -mieee
|
||||
FFLAGS+= -mieee
|
||||
. endif # MACHINE_PLATFORM
|
||||
.endfor # __tmp__
|
||||
. endif # MACHINE_PLATFORM
|
||||
.endfor # __tmp__
|
||||
|
||||
# check for kqueue(2) support, added in NetBSD-1.6J
|
||||
.if exists(/usr/include/sys/event.h)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: defs.SunOS.mk,v 1.71 2003/10/11 05:09:39 grant Exp $
|
||||
# $NetBSD: defs.SunOS.mk,v 1.72 2003/10/19 07:38:31 grant Exp $
|
||||
#
|
||||
# Variable definitions for the SunOS/Solaris operating system.
|
||||
|
||||
|
@ -142,7 +142,7 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -z defaultextract
|
|||
|
||||
# Solaris has /usr/include/iconv.h, but it's not GNU iconv, so mark it
|
||||
# incompatible.
|
||||
_INCOMPAT_ICONV= SunOS-*-*
|
||||
_INCOMPAT_ICONV= SunOS-*-*
|
||||
|
||||
.if !defined(DEBUG_FLAGS)
|
||||
_STRIPFLAG_CC?= -s # cc(1) option to strip
|
||||
|
@ -161,7 +161,7 @@ _STRIPFLAG_INSTALL?= -s # install(1) option to strip
|
|||
@false
|
||||
.endif
|
||||
|
||||
LOCALBASE?= ${DESTDIR}/usr/pkg
|
||||
LOCALBASE?= ${DESTDIR}/usr/pkg
|
||||
.if !defined(ZOULARISBASE)
|
||||
. if exists(${LOCALBASE}/bsd)
|
||||
ZOULARISBASE:= ${LOCALBASE}/bsd
|
||||
|
|
Loading…
Reference in a new issue