• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisionca058b3a2a30bc2ead5c544121f22f35fa761320 (tree)
Time2004-03-05 06:59:10
AuthorDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Log Message

* Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
Unify with other clean targets.

Change Summary

Incremental Difference

--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
1+2004-03-04 Daniel Jacobowitz <drow@mvista.com>
2+
3+ * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
4+ Unify with other clean targets.
5+
16 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
27
38 * server.c (handle_v_cont): Call set_desired_inferior.
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -1,5 +1,5 @@
11 # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2-# 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
2+# 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
33
44 # This file is part of GDB.
55
@@ -200,12 +200,8 @@ clean:
200200 rm -f reg-arm.c reg-i386.c reg-ia64.c reg-m68k.c reg-mips.c
201201 rm -f reg-ppc.c reg-sh.c reg-x86-64.c reg-i386-linux.c
202202
203-distclean: clean
204- rm -f nm.h tm.h xm.h config.status
205- rm -f Makefile
206-
207-maintainer-clean realclean: clean
208- rm -f nm.h tm.h xm.h config.status
203+maintainer-clean realclean distclean: clean
204+ rm -f nm.h tm.h xm.h config.status config.h stamp-h config.log
209205 rm -f Makefile
210206
211207 STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb