Skip to content
Snippets Groups Projects
Commit 109c225b authored by François Bobot's avatar François Bobot
Browse files

Adding message before .merlin generation

parent 75159def
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,7 @@ endif ...@@ -177,6 +177,7 @@ endif
.PHONY:merlin .PHONY:merlin
.merlin merlin: share/Makefile.config Makefile.generating .merlin merlin: share/Makefile.config Makefile.generating
#create Merlin file #create Merlin file
$(PRINT_MAKING) $@
echo "FLG -c $(FLAGS) $(FRAMAC_USER_MERLIN_FLAGS)" > .merlin echo "FLG -c $(FLAGS) $(FRAMAC_USER_MERLIN_FLAGS)" > .merlin
for PKG in $(LIBRARY_NAMES); do echo PKG $$PKG >> .merlin; done for PKG in $(LIBRARY_NAMES); do echo PKG $$PKG >> .merlin; done
for PKG in $(LIBRARY_NAMES_GUI); do echo PKG $$PKG >> .merlin; done for PKG in $(LIBRARY_NAMES_GUI); do echo PKG $$PKG >> .merlin; done
......
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