Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/binutils/ld Remove "tmpdir" in "cleandir" target.



details:   https://anonhg.NetBSD.org/src/rev/6d37317baf9b
branches:  trunk
changeset: 572079:6d37317baf9b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Dec 16 17:10:24 2004 +0000

description:
Remove "tmpdir" in "cleandir" target.

diffstat:

 gnu/usr.bin/binutils/ld/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 221aa3a57975 -r 6d37317baf9b gnu/usr.bin/binutils/ld/Makefile
--- a/gnu/usr.bin/binutils/ld/Makefile  Thu Dec 16 17:01:02 2004 +0000
+++ b/gnu/usr.bin/binutils/ld/Makefile  Thu Dec 16 17:10:24 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2004/12/12 12:43:06 mrg Exp $
+#      $NetBSD: Makefile,v 1.21 2004/12/16 17:10:24 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -92,4 +92,4 @@
 
 cleanprog: __cleanldscripts 
 __cleanldscripts:
-       -rm -rf ldscripts
+       -rm -rf ldscripts tmpdir



Home | Main Index | Thread Index | Old Index