Skip to content
Snippets Groups Projects
Commit 5810f288 authored by deuce's avatar deuce
Browse files

Honour setting of $(QUIET).

Use "Creating" as the message.
parent 90d7cad6
Branches
Tags
No related merge requests found
......@@ -33,6 +33,7 @@ $(SMBLIB_ODIR)/%.o : %.c $(BUILD_DEPENDS)
$(QUIET)$(CC) $(CFLAGS) -o $@ -c $<
$(SMBLIB_ODIR)/libsmb.a: $(SMBLIB_OBJS) $(BUILD_DEPENDS)
ar rc $@ $(SMBLIB_OBJS)
ranlib $@
@echo Creating $<
@(QUIET)ar rc $@ $(SMBLIB_OBJS)
@(QUIET)ranlib $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment