From c012dc54ecd80bc04abe8c61ff0772c1e481cb89 Mon Sep 17 00:00:00 2001 From: mdejong Date: Tue, 16 Jul 2002 23:17:09 +0000 Subject: * unix/Makefile.in: * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. --- ChangeLog | 6 ++++++ unix/Makefile.in | 6 ++++-- win/Makefile.in | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18dbde9..090d974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-07-16 Mo DeJong + + * unix/Makefile.in: + * win/Makefile.in: Add a more descriptive warning + in the event `make genstubs` needs to be rerun. + 2002-07-16 Vince Darley * win/tkWinWm.c: diff --git a/unix/Makefile.in b/unix/Makefile.in index 045c1e6..fb44af3 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.76 2002/07/14 05:48:46 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.77 2002/07/16 23:17:09 mdejong Exp $ # Current Tk version; used in various names. @@ -994,7 +994,9 @@ checkexports: $(TK_LIB_FILE) $(GENERIC_DIR)/tkStubInit.c: $(GENERIC_DIR)/tk.decls \ $(GENERIC_DIR)/tkInt.decls - @echo "Warning: run \"make genstubs\" to regenerate tkStubInit.c" + @echo "Warning: tkStubInit.c may be out of date." + @echo "Developers may want to run \"make genstubs\" to regenerate." + @echo "This warning can be safely ignored, do not report as a bug!" genstubs: $(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ diff --git a/win/Makefile.in b/win/Makefile.in index 4bf6d19..bc69975 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.54 2002/06/27 20:09:55 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.55 2002/07/16 23:17:09 mdejong Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -624,7 +624,9 @@ Makefile: $(SRC_DIR)/Makefile.in $(GENERIC_DIR)/tkStubInit.c: $(GENERIC_DIR)/tk.decls \ $(GENERIC_DIR)/tkInt.decls - @echo "Warning: run \"make genstubs\" to regenerate tkStubInit.c" + @echo "Warning: tkStubInit.c may be out of date." + @echo "Developers may want to run \"make genstubs\" to regenerate." + @echo "This warning can be safely ignored, do not report as a bug!" genstubs: $(TCL_EXE) "$(TCL_TOOL_DIR}\genStubs.tcl" \ -- cgit v0.12