* [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
@ 2003-10-31 8:43 Corinna Vinschen
2003-11-10 0:09 ` Ben Elliston
0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2003-10-31 8:43 UTC (permalink / raw)
To: bug-dejagnu, gdb-patches
Hi,
The below patch adds two empty targets to Makefile.am, install-info and
uninstall-info.
The reason for that patch is, that it's not possible to call
`make install-info' from a top level build dir, because the install
process fails in dejagnu with the message
make: *** No rule to make target `install-info'. Stop.
The below patch allows that now, just doing nothing in the dejagnu
subdir for now.
Thanks for considering,
Corinna
* Makefile.am: Add empty install-info and uninstall-info rules.
* Makefile.in: Regenerate.
Index: Makefile.am
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.am 16 Feb 2003 23:22:45 -0000 1.4
+++ Makefile.am 15 May 2003 16:24:32 -0000 1.5
@@ -119,6 +119,10 @@ baseboards_files = $(srcdir)/baseboards/
config_dest = $(DESTDIR)$(pkgdatadir)/config
config_files = $(srcdir)/config/README $(srcdir)/config/*.exp
+install-info:
+
+uninstall-info:
+
install-data-local:
$(mkinstalldirs) $(lib_dest) $(includedir)
for f in $(lib_files); do \
Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.in 16 Feb 2003 23:22:45 -0000 1.4
+++ Makefile.in 15 May 2003 16:24:32 -0000 1.5
@@ -513,6 +513,10 @@ dist-hook: rpmspec overview.html overvie
-cp -fr doc/overview.ps $(distdir)/doc/
-cp -fr doc/overview.pdf $(distdir)/doc/
+install-info:
+
+uninstall-info:
+
install-data-local:
$(mkinstalldirs) $(lib_dest) $(includedir)
for f in $(lib_files); do \
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
2003-10-31 8:43 [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info Corinna Vinschen
@ 2003-11-10 0:09 ` Ben Elliston
2003-11-10 9:15 ` Corinna Vinschen
0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2003-11-10 0:09 UTC (permalink / raw)
To: gdb-patches; +Cc: bug-dejagnu
Corinna Vinschen <vinschen@redhat.com> writes:
> The reason for that patch is, that it's not possible to call `make
> install-info' from a top level build dir, because the install
> process fails in dejagnu with the message
>
> make: *** No rule to make target `install-info'. Stop.
>
> The below patch allows that now, just doing nothing in the dejagnu
> subdir for now.
You can apply this patch to src/dejagnu, if you wish, to solve your
immediate problem. This problem does not exist in the savannah
DejaGnu repository, though, where we have upgraded to Automake 1.7.
Cheers, Ben
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
2003-11-10 0:09 ` Ben Elliston
@ 2003-11-10 9:15 ` Corinna Vinschen
0 siblings, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2003-11-10 9:15 UTC (permalink / raw)
To: gdb-patches
On Mon, Nov 10, 2003 at 11:08:57AM +1100, Ben Elliston wrote:
> Corinna Vinschen <vinschen@redhat.com> writes:
>
> > The reason for that patch is, that it's not possible to call `make
> > install-info' from a top level build dir, because the install
> > process fails in dejagnu with the message
> >
> > make: *** No rule to make target `install-info'. Stop.
> >
> > The below patch allows that now, just doing nothing in the dejagnu
> > subdir for now.
>
> You can apply this patch to src/dejagnu, if you wish, to solve your
> immediate problem. This problem does not exist in the savannah
> DejaGnu repository, though, where we have upgraded to Automake 1.7.
Thanks, applied.
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-10 9:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31 8:43 [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info Corinna Vinschen
2003-11-10 0:09 ` Ben Elliston
2003-11-10 9:15 ` Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox