This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/5] src/intl/Makefile.in:distclean additions


FYI,

I've committed the attatched to the GDB-5.0 branch but not the trunk. 
Its been given the tentative thumbs up by the gettext maintainer.

I'm adding a note to the TODO list on the trunk to make certain that it
does eventually get merged back in.

	Andrew
Wed Apr 19 12:37:13 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (distclean): Delete config.status, config.h and
 	stamp-h.

Index: intl/Makefile.in
===================================================================
RCS file: /cvs/src/src/intl/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.in
*** Makefile.in	1999/05/03 07:29:05	1.1.1.1
--- Makefile.in	2000/04/19 06:02:05
***************
*** 1,5 ****
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
*************** mostlyclean:
*** 172,178 ****
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"
--- 172,179 ----
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
! 	rm -f config.log config.status config.h stamp-h
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]