mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
Recipes for noux API, bash, posix
This commit is contained in:
parent
c4002e6e23
commit
22687bb10b
14
repos/libports/recipes/api/posix/content.mk
Normal file
14
repos/libports/recipes/api/posix/content.mk
Normal file
@ -0,0 +1,14 @@
|
||||
MIRROR_FROM_REP_DIR := lib/symbols/posix lib/import/import-posix.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) LICENSE lib/mk/base.mk lib/mk/ldso-startup.mk
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
lib/mk/base.mk lib/mk/ldso-startup.mk:
|
||||
mkdir -p $(dir $@)
|
||||
touch $@
|
||||
|
||||
LICENSE:
|
||||
cp $(GENODE_DIR)/LICENSE $@
|
||||
|
1
repos/libports/recipes/api/posix/hash
Normal file
1
repos/libports/recipes/api/posix/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-05-14-b bce8e3622f47c1045f1c8f2a7d708ef33ad88b35
|
14
repos/libports/recipes/src/posix/content.mk
Normal file
14
repos/libports/recipes/src/posix/content.mk
Normal file
@ -0,0 +1,14 @@
|
||||
MIRROR_FROM_REP_DIR := lib/mk/posix.mk src/lib/posix
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) LICENSE src/lib/posix/target.mk
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
src/lib/posix/target.mk:
|
||||
mkdir -p $(dir $@)
|
||||
echo "LIBS = posix" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(GENODE_DIR)/LICENSE $@
|
||||
|
1
repos/libports/recipes/src/posix/hash
Normal file
1
repos/libports/recipes/src/posix/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-05-14-c 6dc99cca39989021f9116939890870e1badbcf2c
|
5
repos/libports/recipes/src/posix/used_apis
Normal file
5
repos/libports/recipes/src/posix/used_apis
Normal file
@ -0,0 +1,5 @@
|
||||
base
|
||||
so
|
||||
libc
|
||||
vfs
|
||||
os
|
10
repos/ports/recipes/api/noux/content.mk
Normal file
10
repos/ports/recipes/api/noux/content.mk
Normal file
@ -0,0 +1,10 @@
|
||||
MIRROR_FROM_REP_DIR := lib/symbols/libc_noux mk/noux.mk mk/gnu_build.mk
|
||||
|
||||
content:$(MIRROR_FROM_REP_DIR) LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(GENODE_DIR)/LICENSE $@
|
||||
|
1
repos/ports/recipes/api/noux/hash
Normal file
1
repos/ports/recipes/api/noux/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-05-14-b ab75c7ab1e0fd31bf7dd983cd0f94cc6741945b8
|
12
repos/ports/recipes/src/bash/content.mk
Normal file
12
repos/ports/recipes/src/bash/content.mk
Normal file
@ -0,0 +1,12 @@
|
||||
content: src/noux-pkg/bash LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/bash)
|
||||
|
||||
src/noux-pkg/bash:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/bash/* $@
|
||||
cp -r $(REP_DIR)/src/noux-pkg/bash/* $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/bash/COPYING $@
|
||||
|
1
repos/ports/recipes/src/bash/hash
Normal file
1
repos/ports/recipes/src/bash/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-05-14-i fe299ec99f8429eedd6d12b9b05ff7b93bdd03b8
|
3
repos/ports/recipes/src/bash/used_apis
Normal file
3
repos/ports/recipes/src/bash/used_apis
Normal file
@ -0,0 +1,3 @@
|
||||
libc
|
||||
noux
|
||||
posix
|
Loading…
x
Reference in New Issue
Block a user