From ffbce73a783eddb1ef65053ba5538ea961ceb28c Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Mon, 27 May 2019 22:40:49 +0200 Subject: [PATCH] stagit*: Adjust SUBST_MESSAGE Avoid to comment SUBST_CLASSES: SUBST_MESSAGE is used to describe them. Discussed with , thanks! --- stagit-gopher/Makefile | 3 +-- stagit/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/stagit-gopher/Makefile b/stagit-gopher/Makefile index 13c14682bf..09ebcc6f78 100644 --- a/stagit-gopher/Makefile +++ b/stagit-gopher/Makefile @@ -11,10 +11,9 @@ LICENSE= mit USE_LANGUAGES= c99 -# Adjust config.mk SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-configure -SUBST_MESSAGE.makefile= Fixing config.mk +SUBST_MESSAGE.makefile= Adjust config.mk SUBST_FILES.makefile= config.mk SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,' SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,' diff --git a/stagit/Makefile b/stagit/Makefile index b7954f09b0..2eae15cab5 100644 --- a/stagit/Makefile +++ b/stagit/Makefile @@ -11,10 +11,9 @@ LICENSE= mit USE_LANGUAGES= c99 -# Adjust config.mk SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-configure -SUBST_MESSAGE.makefile= Fixing config.mk +SUBST_MESSAGE.makefile= Adjust config.mk SUBST_FILES.makefile= config.mk SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,' SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'