mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
Fix --disable-verbose-compile
Remove an extra $(QUIET), as that was causing a few annoying messages during the compilation of libraries.
This commit is contained in:
@@ -35,7 +35,7 @@ LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
|
|||||||
|
|
||||||
test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
|
test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(QUIET)$(COMPILE) -c $<
|
$(QUIET)$(COMPILE) -c $<
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
|||||||
|
|
||||||
SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
|
SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
libWINGs_a_AR = $(QUIET_AR) $(AR) $(ARFLAGS)
|
libWINGs_a_AR = $(QUIET_AR) $(AR) $(ARFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ wmaker_LDADD = \
|
|||||||
# @INTLIBS@ \
|
# @INTLIBS@ \
|
||||||
# @DLLIBS@
|
# @DLLIBS@
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(QUIET)$(COMPILE) -c $<
|
$(QUIET)$(COMPILE) -c $<
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ wmaker.inst: $(srcdir)/wmaker.inst.in ./Makefile
|
|||||||
|
|
||||||
chmod 755 wmaker.inst
|
chmod 755 wmaker.inst
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(QUIET)$(COMPILE) -c $<
|
$(QUIET)$(COMPILE) -c $<
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ DISTCLEANFILES = wmlib.pc
|
|||||||
|
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
@$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
|
$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
|
||||||
@list='wmlib.pc'; for p in $$list; do \
|
@list='wmlib.pc'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
|
echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
|
||||||
@@ -30,7 +30,7 @@ install-exec-local:
|
|||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(QUIET)$(COMPILE) -c $<
|
$(QUIET)$(COMPILE) -c $<
|
||||||
|
|||||||
Reference in New Issue
Block a user