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
This commit is contained in:
parent
b8acc2d67e
commit
0a33140d06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user