svn commit: r289763 - head/tools/bsdbox

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 22 18:05:12 UTC 2015


Author: bdrewery
Date: Thu Oct 22 18:05:11 2015
New Revision: 289763
URL: https://svnweb.freebsd.org/changeset/base/289763

Log:
  Fix warning about redefined *_crunchdir_hostname target after r289734.
  
  'hostname' was in the build list twice.
  
  X-MFC-With:	r289734
  MFC after:	2 weeks
  Reported by:	sbruno
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/tools/bsdbox/Makefile.base

Modified: head/tools/bsdbox/Makefile.base
==============================================================================
--- head/tools/bsdbox/Makefile.base	Thu Oct 22 17:08:12 2015	(r289762)
+++ head/tools/bsdbox/Makefile.base	Thu Oct 22 18:05:11 2015	(r289763)
@@ -6,7 +6,7 @@
 #
 CRUNCH_PROGS_sbin+=	dmesg sysctl init reboot
 CRUNCH_PROGS_bin+=	ls cat dd df cp hostname kill mkdir sleep ps
-CRUNCH_PROGS_bin+=	ln rm hostname kenv mv expr
+CRUNCH_PROGS_bin+=	ln rm kenv mv expr
 CRUNCH_PROGS_usr.bin+=	true false hexdump tail nc w head uname tset
 CRUNCH_PROGS_usr.sbin+=	gpioctl
 CRUNCH_ALIAS_w=		uptime


More information about the svn-src-all mailing list