On Monday 18 October 2004 09:00, Karri Kaksonen wrote: > I like the idea of making the building more like other packages. It took > me a while to figure out how to build it in the first place and for some > reason even a small modification to the source keeps the build going on > for 15 minutes or so. > > What I expect is to be able to > cd libsrc/lynx > make > > and when that compiles well I do a > sudo make install > at the top level > > There may be a way to do that already, but I have not found it yet. > Currently I do a > sudo make -f make/gcc.mak install > at top level and get a cup of something while I am waiting. i'm working on it.... i'll fix the makefile for the examples (so they build cleanly when they are installed outside the sourcetree) and also add some additional targets to the toplevel makefile (which -for some odd reason- isnt in top level, but who cares :=P). so you can do sudo -f make/gcc.mak install_libs and it will only build and install the libs, not the compiler binaries and everything. the "problem" you describe is because the "install" target of the toplevel makefile (correctly) depends on the executeables and all libs beeing build previously...and somehow everything is rebuild all the time. i will check this too, maybe the "depend" targets of other makefiles need to be executed or something. gpz ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Oct 18 23:04:44 2004
This archive was generated by hypermail 2.1.8 : 2004-10-18 23:04:54 CEST