diff options
author | tv <tv@pkgsrc.org> | 2004-11-15 14:48:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-15 14:48:18 +0000 |
commit | fc0994b112907b89661c400c248cfa128254828e (patch) | |
tree | 837fc0c0706f6892a689630bef8c7a558b33c651 /mk | |
parent | b2ef95b1aa7538fa0a38415ada7aea8513af96c4 (diff) | |
download | pkgsrc-fc0994b112907b89661c400c248cfa128254828e.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')
-rw-r--r-- | mk/platform/IRIX.mk | 4 | ||||
-rw-r--r-- | mk/platform/Linux.mk | 4 | ||||
-rw-r--r-- | mk/platform/SunOS.mk | 4 |
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 |