unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mattias Engdegård" <mattias.engdegard@gmail.com>
To: Po Lu <luangruo@yahoo.com>
Cc: Eli Zaretskii <eliz@gnu.org>, 68545@debbugs.gnu.org
Subject: bug#68545: warnings from GNU Make 3.81
Date: Thu, 18 Jan 2024 12:22:24 +0100	[thread overview]
Message-ID: <1CC46EA1-401D-49DB-865F-4586D3EAFFEC@gmail.com> (raw)
In-Reply-To: <87le8nwjku.fsf@yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

18 jan. 2024 kl. 01.50 skrev Po Lu <luangruo@yahoo.com>:

> If suppressing the warning is still a concern, please try this patch:

Thank you, but it still produces the warnings for `bootstrap-clean` and similar -clean targets. What about this change instead?


[-- Attachment #2: make.diff --]
[-- Type: application/octet-stream, Size: 702 bytes --]

diff --git a/Makefile.in b/Makefile.in
index 5f3227a9ad5..f0d5aa14e7a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -341,6 +341,7 @@ SUBDIR =
 
 ifeq ($(ANDROID),yes)
 SUBDIR := $(SUBDIR) java
+clean_java_dir = java
 endif
 
 # The subdir makefiles created by config.status.
@@ -1024,8 +1025,8 @@ mostlyclean: $(mostlyclean_dirs:
 ###      with them.
 ###
 ###      Delete '.dvi' files here if they are not part of the distribution.
-clean_dirs = $(mostlyclean_dirs) java cross nextstep admin/charsets \
-  admin/unidata
+clean_dirs = $(mostlyclean_dirs) $(clean_java_dir) cross nextstep \
+  admin/charsets admin/unidata
 
 $(foreach dir,$(clean_dirs),$(eval $(call submake_template,$(dir),clean)))
 

  parent reply	other threads:[~2024-01-18 11:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 18:50 bug#68545: warnings from GNU Make 3.81 Mattias Engdegård
2024-01-17 19:20 ` Eli Zaretskii
2024-01-18  0:50   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-01-18  6:19     ` Eli Zaretskii
2024-01-18  6:45       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-01-18 11:22     ` Mattias Engdegård [this message]
2024-01-18 12:04       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1CC46EA1-401D-49DB-865F-4586D3EAFFEC@gmail.com \
    --to=mattias.engdegard@gmail.com \
    --cc=68545@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).