depot: fix src/demo recipe
Without this fix, the src/demo recipe can fail when using -j.
This commit is contained in:
@@ -4,7 +4,7 @@ doc include lib src:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
include/init/child_policy.h:
|
||||
mkdir $(dir $@)
|
||||
mkdir -p $(dir $@)
|
||||
cp $(GENODE_DIR)/repos/os/$@ $@
|
||||
|
||||
LICENSE:
|
||||
|
||||
Reference in New Issue
Block a user