[Ecls-list] ECL source hacking

Julian St. der_julian at web.de
Thu Dec 11 15:28:34 UTC 2003


On Thu, 11 Dec 2003 13:38:08 +0100
Juan Jose Garcia-Ripoll <worm at arrakis.es> wrote:

> 1) If you changed only functions in the C core (src/c), and did no
> structural change to the data types, just run
> 	make -C c clean; make -C c; make
> 
> 2) If you change the list of symbols (src/c/symbols_list.h), the
> datatypes (src/h/object.h)
> 	make -C c clean; make clean_lisp
> 	make
> 
> 3) If you change a file in either src/lsp, just
> 	make
> 
> 4) If you change a file in src/clos
> 	rm clos/*o; make
> 
> 5) If you change the compiler
> 	make clean_lisp; make

Thanks, very much!

Regards,
-- 
Julian Stecklina 
http://www.inf.tu-dresden.de/~s1054849/
FA38 DCD3 00EC 97B8 6DD8  D7CC 35D8 8D0E D65B 2AB5




More information about the ecl-devel mailing list