Commit 08e5f115 authored by claes's avatar claes

Error messages for not yet created loadfiles suppressed when building dev

parent 391d66ec
......@@ -42,7 +42,7 @@ realclean : clean
$(load_dir)/rt.dbs :
@ echo "Generating snapshot for rt"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/rt/src/rt.wb_load\"/out=\"$(target)\"
@ wb_cmd -i -q create snapshot /file=\"$(pwre_sroot)/wbl/rt/src/rt.wb_load\"/out=\"$(target)\"
@ chmod a+w $(target)
clean_wbl :
......
......@@ -42,7 +42,7 @@ realclean : clean
$(load_dir)/wb.dbs :
@ echo "Generating snapshot for wb"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/wb/src/wb.wb_load\"/out=\"$(target)\"
@ wb_cmd -i -q create snapshot /file=\"$(pwre_sroot)/wbl/wb/src/wb.wb_load\"/out=\"$(target)\"
@ chmod a+w $(target)
clean_wbl :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment