Less verbose ar messages

This commit is contained in:
Wilson Snyder 2019-10-27 11:30:25 -04:00
parent bac5d32582
commit 2bbb9dccb1
2 changed files with 2 additions and 3 deletions

View File

@ -172,8 +172,7 @@ else
endif
$(VM_PREFIX)__ALL.a: $(VK_OBJS)
@echo " Archiving" $@ ...
$(AR) r $@ $^
$(AR) -cr $@ $^
$(RANLIB) $@
######################################################################

View File

@ -11,7 +11,7 @@ scenarios(vlt => 1);
run(cmd => ["cd $Self->{obj_dir}"
." && c++ -c ../../t/t_flag_ldflags_a.cpp"
." && ar r t_flag_ldflags_a.a t_flag_ldflags_a.o"
." && ar -cr t_flag_ldflags_a.a t_flag_ldflags_a.o"
." && ranlib t_flag_ldflags_a.a "],
check_finished => 0);
run(cmd => ["cd $Self->{obj_dir}"