Bill Page wrote:
> On April 26, 2007 10:51 PM Waldek Hebisch wrote:
> > ...
> > I am specifically referring to:
> >
> > $(addsuffix .$(FASLEXT), $(IN_from_MID)): \
> > %.$(FASLEXT) : $(MID)/%.clisp
> > - @ echo 10 making $@ from $<
> > - @ ( B=`pwd`;\
> > + @ echo 10a making $@ from $< # hack 1 by Bill Page
> > + # avoid paths in file names for Windows compatibility
> >
> > Above I used wrong words. Given problem $(BASE) is a logical
> > solution. Your 'cd' + 'notdir' + 'mv' combination is also a
> > logical solution, if we _have to_ keep current files loctions.
> > But it is getting heavy, and we may put .clisp files in current
> > directory which should solve problem in 'IN_from_MID' rule
> > and simplify solution to 'AUTO_from_MID' rule
> >
>
> Ok, I will try.
>
I now commited a change that keeps all lisp files in src/interp directory.
--
Waldek Hebisch
[EMAIL PROTECTED]
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer