diff options
author | Sven Gothel <[email protected]> | 2021-09-27 07:30:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-09-27 07:30:41 +0200 |
commit | 21a350f106375962c05ee984161edc88e18a195d (patch) | |
tree | f399feae6cf0caa697defbb4fd746152c7af9471 /scripts | |
parent | 0ca9b5b4f9716907c72e9c5b8dab6d7a372822df (diff) |
Examples: Build using a set of idiomatic names, one recipe for each examples; Add jar install for example/java!
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build.sh | 1 | ||||
-rw-r--r-- | scripts/rebuild.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 6468ffe1..71c5a49d 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -46,7 +46,6 @@ buildit() { make -j $CPU_COUNT install test if [ $? -eq 0 ] ; then echo "BUILD SUCCESS $bname $archabi" - cp -a examples/* $rootdir/dist-$archabi/bin cd $rootdir return 0 else diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 06538b16..64c5d682 100644 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -29,7 +29,6 @@ buildit() { make -j $CPU_COUNT install if [ $? -eq 0 ] ; then echo "REBUILD SUCCESS $bname $archabi" - cp -a examples/* $rootdir/dist-$archabi/bin cd $rootdir return 0 else |