Rename blk_shred to block_shred, package

This commit is contained in:
Emery Hemingway
2019-03-31 14:43:29 +02:00
parent 61ee28cb7d
commit 267327664a
5 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,31 @@
PORT_DIR = $(call port_dir,$(GENODE_DIR)/repos/libports/ports/pcg-c)
pcg_srcs = $(notdir $(wildcard $(PORT_DIR)/src/lib/pcg-c/src/*-$(1).c))
MIRROR_FROM_PORT_DIR := $(addprefix src/lib/pcg-c/src/,\
$(call pcg_srcs,8) \
$(call pcg_srcs,16) \
$(call pcg_srcs,32) \
$(call pcg_srcs,64) \
$(call pcg_srcs,128) ) \
include/pcg-c/pcg_variants.h
MIRROR_FROM_REP_DIR = include/world/rdrand.h
content: $(MIRROR_FROM_PORT_DIR) $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_PORT_DIR):
mkdir -p $(dir $@)
cp -r $(PORT_DIR)/$@ $@
content:
mkdir -p lib/mk lib/import include/pcg-c
cp $(GENODE_DIR)/repos/libports/lib/mk/libpcg_random.mk lib/mk
cp $(GENODE_DIR)/repos/libports/lib/import/import-libpcg_random.mk lib/import
cp $(GENODE_DIR)/repos/libports/include/pcg-c/genode_inttypes.h include/pcg-c
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
SRC_DIR = src/app/block_shred
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@@ -0,0 +1 @@
2019-03-31-d f5989b68c9898c5ca053529e84968a55817a5e02

View File

@@ -0,0 +1,4 @@
base
os
block_session
jitterentropy