Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R (…
Browse files Browse the repository at this point in the history
…fix multi-proto)
  • Loading branch information
richlowe committed Sep 28, 2015
1 parent ce68629 commit 785f201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
10 changes: 1 addition & 9 deletions usr/src/test/zfs-tests/tests/functional/checksum/edonr/Makefile
Expand Up @@ -14,16 +14,8 @@
#

include $(SRC)/Makefile.master
include $(SRC)/test/Makefile.com

SUBDIRS = $(MACH)
$(BUILD64) SUBDIRS += $(MACH64)

all: $(SUBDIRS)

clean clobber lint: $(SUBDIRS)

install: $(SUBDIRS)

$(SUBDIRS):
@cd $@; pwd; $(MAKE) $(TARGET)
include $(SRC)/test/Makefile.com
10 changes: 1 addition & 9 deletions usr/src/test/zfs-tests/tests/functional/checksum/sha2/Makefile
Expand Up @@ -14,16 +14,8 @@
#

include $(SRC)/Makefile.master
include $(SRC)/test/Makefile.com

SUBDIRS = $(MACH)
$(BUILD64) SUBDIRS += $(MACH64)

all: $(SUBDIRS)

clean clobber lint: $(SUBDIRS)

install: $(SUBDIRS)

$(SUBDIRS):
@cd $@; pwd; $(MAKE) $(TARGET)
include $(SRC)/test/Makefile.com
10 changes: 1 addition & 9 deletions usr/src/test/zfs-tests/tests/functional/checksum/skein/Makefile
Expand Up @@ -14,16 +14,8 @@
#

include $(SRC)/Makefile.master
include $(SRC)/test/Makefile.com

SUBDIRS = $(MACH)
$(BUILD64) SUBDIRS += $(MACH64)

all: $(SUBDIRS)

clean clobber lint: $(SUBDIRS)

install: $(SUBDIRS)

$(SUBDIRS):
@cd $@; pwd; $(MAKE) $(TARGET)
include $(SRC)/test/Makefile.com

0 comments on commit 785f201

Please sign in to comment.