stagit*: Adjust SUBST_MESSAGE

Avoid to comment SUBST_CLASSES: SUBST_MESSAGE is used to describe them.

Discussed with <fcambus>, thanks!
This commit is contained in:
Leonardo Taccari 2019-05-27 22:40:49 +02:00
parent 95d7a49515
commit ffbce73a78
2 changed files with 2 additions and 4 deletions

View File

@ -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 += ,'

View File

@ -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 += ,'