Re: Make Error

2008-09-05 Thread Brian Dessent
Ko Ken wrote: > After I upgraded my Cygwin install to the latest make (3.81), it caused > problems with the XPS make. When I try to Export to Project Navigator, the > following error occurs: > > "ublaze_top.make:146: *** target pattern contains no `%'. Stop." I don't understand what you are as

Re: does not rebuild Makefile.in

2008-08-19 Thread Brian Dessent
"Ilya N. Golubev" wrote: > This also means that, with unchanged `Makefile' generated > automatically, can not remake it. This seems like an automake question, not a make question. Automake has the notion of a 'maintainer mode', wherein if the configure.ac specifies AM_MAINTAINER_MODE then the ru

Re: GNU make to consider files checksum

2008-04-13 Thread Brian Dessent
Tim Murphy wrote: > One small concern that I have with checksums is that it might take a > really long time to check large files or a lot of files. True. However if you have, say, 100MB of objects then the time to calculate checksums is almost certainly going to be smaller than the time it takes

po_repo in maintMakefile seems to be out of date

2008-03-09 Thread Brian Dessent
ing directory `/usr/src/make' make: *** [po-update] Error 2 It seems that translationproject.org has changed their URL structure, and it seems like <http://translationproject.org/latest/make/> is now correct, as in the attached. Brian2008-03-08 Brian Dessent <[EMAIL PROTECTED]&

Re: 3.81 and windows paths

2006-07-27 Thread Brian Dessent
Bob Rossi wrote: > Is it true that 3.81 does not work with windows paths? > If so, what is the solution now? I need to use the unix path > interally to make, and use the windows path only when compiling > with cl? Please refer to the lengthy discussion on the Cygwin list. To summarize, the Cygwi

Re: Makefile Issue

2006-05-26 Thread Brian Dessent
Parikshat Dubey wrote: > I have one sample make file but there are many autogenerated things inside > it which i am unable to comprehend and understand.I want to know how > autogenerated makefile is generated and what are the specific things in > makefile i need to focus on. Please do not send y