Author: emaste
Date: Fri Jun 15 16:32:18 2018
New Revision: 335214
URL: https://svnweb.freebsd.org/changeset/base/335214

Log:
  Correct kern.pre.mk comment: objcopy, not objdump, copies objects.
  
  PR:           229046
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk   Fri Jun 15 16:28:50 2018        (r335213)
+++ head/sys/conf/kern.pre.mk   Fri Jun 15 16:32:18 2018        (r335214)
@@ -243,7 +243,7 @@ MKMODULESENV+=      DEBUG_FLAGS="${DEBUG}"
 MKMODULESENV+= __MPATH="${__MPATH}"
 .endif
 
-# Architecture and output format arguments for objdump to convert image to
+# Architecture and output format arguments for objcopy to convert image to
 # object file
 
 .if ${MFS_IMAGE:Uno} != "no"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to