aostruszka

Results 16 comments of aostruszka

Ohh, and another thought. Since you already have script generating correct dependencies maybe all you need to do is just: ``` $(TOP)/build/dependencies.out: makedependencies -o $@ include $(TOP)/build/dependencies.out ``` Note that...

Freddie First of all I have merged eval_hdr with master. No one complained about it so I consider it to be ready for "production", so you can fast fwd your...

Freddie `TOP_BUILD_DIR` should be absolute path. I'm afraid that I cannot reproduce the problem - I'm working now on Linux (actually Windows is only supported in cygwin environment - but...

Freddie, I've missed important detail of your previous message. I blindly assumed that you'll be modifying TOP_BUILD_DIR defined (actually commented out) in skel.mk just before OBJPATH is being defined. Your...

Hello Alex I would like to merge your changes however there is one thing that bothers me. What if the source which one gives to SRCS is being generated from...

I'm not sure what you mean - could you give an example? Variables in make are case sensitive. More over there is nearly no chance that anybody will define variable...