From 5810f288bd8b646fbff5f6d6214b72ea9ef05b48 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 8 Sep 2004 06:32:57 +0000 Subject: [PATCH] Honour setting of $(QUIET). Use "Creating" as the message. --- src/smblib/Common.gmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/smblib/Common.gmake b/src/smblib/Common.gmake index 6b4799e924..e45bc926f9 100644 --- a/src/smblib/Common.gmake +++ b/src/smblib/Common.gmake @@ -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 $@ -- GitLab