mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * debugger/breakpoints/Makefile.am (TAGS_FILES), debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * primitives/Makefile.am (TAGS_FILES), internals/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory.
This commit is contained in:
parent
16353acc6f
commit
f1dc5f45ab
17 changed files with 60 additions and 22 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* Makefile.am (TAGS_FILES): Use this variable instead of
|
||||
ETAGS_ARGS so that TAGS can be built using separate build
|
||||
directory.
|
||||
|
||||
2004-01-28 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* gds.el (gds-handle-client-input): Handle new `thread-status'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -34,5 +34,5 @@ info_TEXINFOS = gds.texi
|
|||
|
||||
TEXINFO_TEX = ../doc/ref/texinfo.tex
|
||||
|
||||
ETAGS_ARGS = $(subpkgdata_DATA) $(lisp_LISP)
|
||||
TAGS_FILES = $(subpkgdata_DATA) $(lisp_LISP)
|
||||
EXTRA_DIST = $(subpkgdata_DATA) $(lisp_LISP)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* Makefile.am (TAGS_FILES): Use this variable instead of
|
||||
ETAGS_ARGS so that TAGS can be built using separate build
|
||||
directory.
|
||||
|
||||
2003-05-04 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* configure.in: When checking whether readline clears SA_RESTART,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -51,7 +51,7 @@ SUFFIXES = .x
|
|||
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
|
||||
|
||||
EXTRA_DIST = $(ice9_DATA) LIBGUILEREADLINE-VERSION
|
||||
ETAGS_ARGS = $(ice9_DATA)
|
||||
TAGS_FILES = $(ice9_DATA)
|
||||
|
||||
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* debugger/breakpoints/Makefile.am (TAGS_FILES),
|
||||
debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use
|
||||
this variable instead of ETAGS_ARGS so that TAGS can be built
|
||||
using separate build directory.
|
||||
|
||||
2004-01-20 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* boot-9.scm (error-catching-loop): Back out 2003-11-19 change to
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998,1999,2000,2001,2003, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -39,7 +39,7 @@ ice9_sources = \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
|
||||
subpkgdata_DATA = $(ice9_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
## test.scm is not currently installed.
|
||||
EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2002, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -29,6 +29,6 @@ ice9_debugger_sources = behaviour.scm breakpoints.scm command-loop.scm \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger
|
||||
subpkgdata_DATA = $(ice9_debugger_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(ice9_debugger_sources)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2002, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -24,5 +24,5 @@ AUTOMAKE_OPTIONS = gnu
|
|||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger/breakpoints
|
||||
subpkgdata_DATA = procedural.scm range.scm source.scm
|
||||
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
EXTRA_DIST = $(subpkgdata_DATA)
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* primitives/Makefile.am (TAGS_FILES), internals/Makefile.am
|
||||
(TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead
|
||||
of ETAGS_ARGS so that TAGS can be built using separate build
|
||||
directory.
|
||||
|
||||
2003-11-01 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* internals/format.scm (format), internals/signal.scm (error),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -34,6 +34,6 @@ elisp_sources = \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp
|
||||
subpkgdata_DATA = $(elisp_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(elisp_sources)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -37,6 +37,6 @@ elisp_sources = \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/internals
|
||||
subpkgdata_DATA = $(elisp_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(elisp_sources)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -46,6 +46,6 @@ elisp_sources = \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/primitives
|
||||
subpkgdata_DATA = $(elisp_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(elisp_sources)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
|
||||
instead of ETAGS_ARGS so that TAGS can be built using separate
|
||||
build directory.
|
||||
|
||||
2004-01-12 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* goops.scm (compute-get-n-set): Use '#:' in error message instead
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -28,6 +28,6 @@ oop_sources = goops.scm
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop
|
||||
subpkgdata_DATA = $(oop_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(oop_sources)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -29,6 +29,6 @@ goops_sources = \
|
|||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop/goops
|
||||
subpkgdata_DATA = $(goops_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
TAGS_FILES = $(subpkgdata_DATA)
|
||||
|
||||
EXTRA_DIST = $(goops_sources)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* Makefile.am (TAGS_FILES): Use this variable instead of
|
||||
ETAGS_ARGS so that TAGS can be built using separate build
|
||||
directory.
|
||||
|
||||
2004-01-24 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* Makefile.am (srfi_DATA): Added srfi-26.scm.
|
||||
|
|
|
@ -71,8 +71,8 @@ srfi_DATA = srfi-1.scm \
|
|||
srfi-26.scm \
|
||||
srfi-34.scm
|
||||
|
||||
EXTRA_DIST = $(srfi_DATA)
|
||||
ETAGS_ARGS = $(srfi_DATA)
|
||||
EXTRA_DIST = $(srfi_DATA)
|
||||
TAGS_FILES = $(srfi_DATA)
|
||||
|
||||
GUILE_SNARF = ../libguile/guile-snarf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue