unimportant

This commit is contained in:
Cosmin Apreutesei
2018-09-24 16:34:29 +03:00
parent 8724a201be
commit 8b09d96635
+1
View File
@@ -127,6 +127,7 @@ compile_dasl_module() {
# usage: f=file.* [name=file.*] o=file.o $0 CFLAGS... -> file.o
compile_bin_module() {
local name=$name
[ "$name" ] || name=$f
local sym=${name//[\-\.\/\\]/_} # foo/bar-baz.ext -> foo_bar_baz_ext
sym=$BBIN_PREFIX$sym compile_bin_file "$@"