This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

gdb testsuite Makefile.in issue


Folks, 

The following line has frequently caused me problems:

      t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \

I think you do not run into it if you have dejagnu in your
source tree, or if your host == target.  But if those conditions
are not met, this line bombs.

My shell script foo is not strong, but I believe it should be
"sed -e '$$t';", not "sed -e '' $$t'"

Yes?  No?

Michael



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