Skip to content
Snippets Groups Projects
Commit bf67e7c3 authored by Clark Coleman's avatar Clark Coleman
Browse files

Merge branch 'master' of git.zephyr-software.com:allnp/zafl_umbrella

parents 3675d2dd 221f560c
No related branches found
No related tags found
1 merge request!7Zafl eightqueens test
Pipeline #4430 passed
......@@ -15,6 +15,10 @@ ret=[zipr,tools,libzafl]
print "ret=", [str(s) for s in ret]
for libzafl_file in libzafl:
if str(libzafl_file).endswith(".so"):
ret=ret+Install(os.environ['ZEST_RUNTIME']+"/lib64", libzafl_file)
pedi = Command( target = "./zafl-install",
source = [zipr,tools,libzafl],
action = os.environ['PEDI_HOME']+"/pedi -m manifest.txt " )
......
#!/bin/bash
scons -c
exit 0
cd $ZAFL_HOME/zipr_umbrella
./clean-all.sh
......
Subproject commit 42dd801dce766034b7a0f4e037395809de0d54d7
Subproject commit 2cfee5420fe74e6aa95d4b584e610775debe1732
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment