silent $(AR)
This commit is contained in:
2
Makefile
2
Makefile
@@ -202,7 +202,7 @@ $(DLIB): $(OBJ) | $(LIBDIR)
|
|||||||
|
|
||||||
$(SLIB): $(OBJ) | $(LIBDIR)
|
$(SLIB): $(OBJ) | $(LIBDIR)
|
||||||
@echo "building static library ($@)."
|
@echo "building static library ($@)."
|
||||||
$(AR) $(ARFLAGS) $@ $? > /dev/null
|
@$(AR) $(ARFLAGS) $@ $? > /dev/null
|
||||||
|
|
||||||
##################################### tests
|
##################################### tests
|
||||||
.PHONY: testbins cleanbin cleanbindir
|
.PHONY: testbins cleanbin cleanbindir
|
||||||
|
Reference in New Issue
Block a user