This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: Problems building TCL for insight on cygwin & win2k


In one of my previous messages I stated that make clean in the tcl directory
caused the cygwin sub directory to do a make all. The faults is in
makefile.in in the tcl directory.

maintainer-clean-recursive:
 @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'`
 @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) `echo $@ |
sed 's/-recursive'`)

Surely the second line should end sed 's/-recursive//' as does the first
line ?

Andy Hare
www.ahare.btinternet.co.uk



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