GNU bug report logs - #75040
[PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.

Previous Next

Package: guile;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 23 Dec 2024 01:11:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: bug#75040: closed (Re: bug#75040: [PATCH] Remove lib/malloc/.dirstamp
 and register to .gitignore.)
Date: Fri, 28 Feb 2025 20:38:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75040 <at> debbugs.gnu.org.

-- 
75040: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75040
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 75040-done <at> debbugs.gnu.org
Subject: Re: bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to
 .gitignore.
Date: Fri, 28 Feb 2025 21:37:13 +0100
Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guile <at> gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.
Date: Mon, 23 Dec 2024 10:10:08 +0900
* lib/malloc/.dirstamp: Delete file.
* .gitignore: Register.
---
 .gitignore           | 2 +-
 lib/malloc/.dirstamp | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 lib/malloc/.dirstamp

diff --git a/.gitignore b/.gitignore
index 7706a0879..8180beb12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.dirstamp
 *.o
 *.info
 *.info-[0-9]*
@@ -126,7 +127,6 @@ INSTALL
 /lib/sys/uio.h
 /lib/time.h
 /lib/unistd.h
-/lib/unistr/.dirstamp
 /lib/unistr.h
 /lib/unitypes.h
 /lib/unused-parameter.h
diff --git a/lib/malloc/.dirstamp b/lib/malloc/.dirstamp
deleted file mode 100644
index e69de29bb..000000000

base-commit: f6359a4715d023761454f1bf945633ce4cca98fc
-- 
2.46.0




This bug report was last modified 77 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.