Skip to content
Snippets Groups Projects
Commit 8f22f2c5 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix release makefile rule

parent 4830056a
No related branches found
No related tags found
No related merge requests found
......@@ -116,10 +116,10 @@ debug build-debug:
release build-release:
for dir in $(SUBDIRS_LIBS); do \
$(MAKE) $@ -C $$dir \
done \
done
for dir in $(SUBDIRS_BINS); do \
$(MAKE) release -C $$dir \
done \
done
if [ ! -w $(addsuffix -release, $(BINFOLDER)) ] && [ $(USE_RAMDISK) -eq 1 ]; then\
ln -s /tmp/`date +'%s%N'`-$(addsuffix -release, $(BINFOLDER)) $(subst /, , $(addsuffix -release, $(BINFOLDER))) 2>/dev/null;\
fi;\
......
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