summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-15 14:48:18 +0000
committertv <tv@pkgsrc.org>2004-11-15 14:48:18 +0000
commitd1383b985f2193a827763dc6ab4b452b26e3be06 (patch)
tree837fc0c0706f6892a689630bef8c7a558b33c651 /mk/platform
parentd59560cef7d71ccd4cc495cfe4d1a3dec3b7a162 (diff)
downloadpkgsrc-d1383b985f2193a827763dc6ab4b452b26e3be06.tar.gz
Set some _OPSYS_SHLIB_TYPE to precisely 'ELF' on platforms where a.out is
not being used by pkgsrc at all. This saves some build time in show-shlib-type.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/IRIX.mk4
-rw-r--r--mk/platform/Linux.mk4
-rw-r--r--mk/platform/SunOS.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index 89bdb17a094..69174d10799 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.3 2004/11/12 20:25:41 sketch Exp $
+# $NetBSD: IRIX.mk,v 1.4 2004/11/15 14:48:18 tv Exp $
#
# Variable definitions for the IRIX operating system.
@@ -131,7 +131,7 @@ _OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_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_SHLIB_TYPE= ELF/a.out # shared lib type
+_OPSYS_SHLIB_TYPE= ELF # shared lib type
.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
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index a5559a23574..d608ba56599 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.2 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: Linux.mk,v 1.3 2004/11/15 14:48:18 tv Exp $
#
# Variable definitions for the Linux operating system.
@@ -173,7 +173,7 @@ _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
+_OPSYS_SHLIB_TYPE= ELF # shared lib type
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index ae7cc121c8e..6388009fb9d 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.4 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: SunOS.mk,v 1.5 2004/11/15 14:48:18 tv Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -128,7 +128,7 @@ _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
+_OPSYS_SHLIB_TYPE= ELF # shared lib type
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= man # directory where catman pages are