emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: src/Makefile unhelpful


From: Óscar Fuentes
Subject: Re: src/Makefile unhelpful
Date: Thu, 15 Sep 2022 16:33:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Gregory Heytings <gregory@heytings.org> writes:

>>> diff --git a/Makefile.in b/Makefile.in
>>> index d288bacb9d..67f19e7abd 100644
>>> --- a/Makefile.in
>>> +++ b/Makefile.in
>>> @@ -366,6 +366,12 @@ ELN_DESTDIR =
>>>
>>>  gsettings_SCHEMAS = etc/org.gnu.emacs.defaults.gschema.xml
>>>
>>> +default:
>>> +       $(MAKE) all || $(MAKE) signal_error
>>> +
>>> +signal_error:
>>> +       @echo -e "\nConsider trying \"make bootstrap\"\n"
>>> +
>>>  all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid)
>>>  src-depending-on-lisp

Wouldn't this result in `make' returning success when the build failed?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]