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]

Re: [RFA] Use VPATH to find info files for installation.


On Fri, Jun 30, 2000 at 09:26:14AM -0700, Jimmy Guo wrote:
>>+	for j in $?; do \
>>+		for i in $$i*; do \
>		         ^^^^
>$$j*?

Yep.  You're right.  It looks like this just defaulted to installing EVERYTHING
in the directory which is obviously wrong.

cgf

>>+			$(INSTALL_DATA) $$i $(infodir)/$$i ; \
>>+		done; \
>>+	done

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