svn commit: r307947 - head/tests/sys/geom/class/uzip

Ruslan Bukin br at FreeBSD.org
Tue Oct 25 18:43:38 UTC 2016


Author: br
Date: Tue Oct 25 18:43:36 2016
New Revision: 307947
URL: https://svnweb.freebsd.org/changeset/base/307947

Log:
  Change fs image name so it will not be regenerated (we
  have both big and little-endian images in tree).
  Also we don't known the endianness of the platform the
  image was generated on.
  
  Sponsored by:	DARPA, AFRL
  Sponsored by:	HEIF5

Modified:
  head/tests/sys/geom/class/uzip/Makefile

Modified: head/tests/sys/geom/class/uzip/Makefile
==============================================================================
--- head/tests/sys/geom/class/uzip/Makefile	Tue Oct 25 18:36:15 2016	(r307946)
+++ head/tests/sys/geom/class/uzip/Makefile	Tue Oct 25 18:43:36 2016	(r307947)
@@ -8,7 +8,7 @@ PACKAGE=	tests
 
 TESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
 
-IMAGE=		1_endian_little.img
+IMAGE=		1_endian_unknown_autogenerated.img
 ZIMAGE=		${IMAGE}.uzip
 UZIMAGE=	${ZIMAGE}.uue
 
@@ -26,7 +26,7 @@ ${UZIMAGE}: ${IMAGE} ${ZIMAGE}
 	uuencode ${ZIMAGE} ${ZIMAGE} >>${.TARGET}
 
 ${PACKAGE}FILES+=		conf.sh 1_endian_big.img.uzip.uue \
-				${UZIMAGE}
+				1_endian_little.img.uzip.uue
 
 FILESGROUPS+=	etalon
 etalon+=	etalon/etalon.txt


More information about the svn-src-head mailing list