pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Nov  1 15:29:09 UTC 2017

Modified Files:
        pkgsrc/mk/platform: AIX.mk

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mk/platform/AIX.mk

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

Modified files:

Index: pkgsrc/mk/platform/AIX.mk
diff -u pkgsrc/mk/platform/AIX.mk:1.42 pkgsrc/mk/platform/AIX.mk:1.43
--- pkgsrc/mk/platform/AIX.mk:1.42      Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/AIX.mk   Wed Nov  1 15:29:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.42 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: AIX.mk,v 1.43 2017/11/01 15:29:09 khorben Exp $
 #
 # Variable definitions for the AIX operating system.
 
@@ -62,8 +62,8 @@ _OPSYS_CAN_CHECK_SHLIBS=      no # can't use 
 # FIXME: Adjust to work on this system and enable the lines below.
 #_OPSYS_MAX_CMDLEN_CMD=        /sbin/sysctl -n kern.argmax
 
-# On AIX, there are a handful of utilies (i.e., ar(1), ld(1), strip(1), etc)
-# that care about the type of object files they should examine via the various'
+# On AIX, there are a handful of utilities (i.e., ar(1), ld(1), strip(1), etc)
+# that care about the type of object files they should examine via the various
 # flags.  Alternatively, it is easier to export OBJECT_MODE with the
 # appropriate $ABI versus piping through flags for all related utilities.
 .if defined(ABI)



Home | Main Index | Thread Index | Old Index