pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gmake



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr  9 07:55:55 UTC 2025

Modified Files:
        pkgsrc/devel/gmake: Makefile

Log Message:
gmake: Sync default shells with bmake.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/devel/gmake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gmake/Makefile
diff -u pkgsrc/devel/gmake/Makefile:1.126 pkgsrc/devel/gmake/Makefile:1.127
--- pkgsrc/devel/gmake/Makefile:1.126   Wed Apr  2 11:29:27 2025
+++ pkgsrc/devel/gmake/Makefile Wed Apr  9 07:55:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2025/04/02 11:29:27 nia Exp $
+# $NetBSD: Makefile,v 1.127 2025/04/09 07:55:55 nia Exp $
 
 DISTNAME=      make-4.4.1
 PKGNAME=       g${DISTNAME}
@@ -37,7 +37,8 @@ CPPFLAGS+=    -DPKGSRC_DEFAULT_SHELL="\"${P
 .elif ${TOOLS_PLATFORM.sh:M?*/bin/pdksh}
 DEPENDS+=      pdksh-[0-9]*:../../shells/pdksh
 CPPFLAGS+=     -DPKGSRC_DEFAULT_SHELL="\"${PREFIX}/bin/pdksh\""
-.elif ${OPSYS} == "SunOS" && exists(/usr/bin/bash)
+.elif (${OPSYS} == "SunOS" || ${OPSYS} == "UnixWare" || \
+       ${OPSYS} == "SCO_SV") && exists(/usr/bin/bash)
 CPPFLAGS+=     -DPKGSRC_DEFAULT_SHELL="\"/usr/bin/bash\""
 .endif
 



Home | Main Index | Thread Index | Old Index