--- trunk/grubby/Makefile 2013/10/21 14:11:43 2264 +++ trunk/grubby/Makefile 2016/06/30 10:41:12 2997 @@ -26,6 +26,10 @@ RPM_OPT_FLAGS ?= -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wno-unused-function -ggdb LDFLAGS := +VERBOSE_TEST := +ifneq ($(VERBOSE_TEST),) + VERBOSE_TEST="--verbose" +endif grubby_LIBS = -lblkid -lpopt @@ -43,7 +47,7 @@ test: all @export TOPDIR=$(TOPDIR) - @./test.sh + @./test.sh $(VERBOSE_TEST) install: all mkdir -p $(DESTDIR)/$(sbindir)