Re: Please help check one issue with make[3.82] for Android source code build

2015-10-16 Thread Paul Smith
Please choose just one mailing list to ask your question on, rather than sending it to multiple lists at a time. On Fri, 2015-10-16 at 23:18 +0800, liny_pyp wrote: > Hi: > I am using Ubuntu(15.04) environment to build the android source code. > For the android K version, it needs the Make version

RE: please help me

2011-12-19 Thread Lawrence Ibarria
That message is to be expected. RM is simply informing you that there is no file that conforms to '*~'. Do man rm to figure out a way to prevent this warning from appearing. -- Lawrence From: bug-make-bounces+libarria=nvidia@gnu.org [mailto:bug-make-bounces+libarria=nvidia@gnu.org] On

Re: PLEASE HELP ME

2003-09-12 Thread Paul D. Smith
%% $AUTTF(B <[EMAIL PROTECTED]> writes: (B (B n> After this, I use equipment read the firmware from the (B n> S75_V020_OPT_MCU, then compare it with I just use the (B n> source files built one. I find they are different. I don't known why? (B (BWe can't help you with this, it has n

Re: Please help with syntax for target specific variable

2002-08-27 Thread Paul D. Smith
%% "Jai Maraj" <[EMAIL PROTECTED]> writes: jm> I'm having trouble using a 'target specific variable' . jm> I haven't used this feature before and am sure what I'm doing wrong. jm> Makefile content is jm> jaitest: MYVAR=friend jm> @echo Hello $(MYVAR) This is not a target-spec

Re: Please Help

2001-07-19 Thread Paul D. Smith
This doesn't appear to be a GNU make bug. Please contact the FreeType folks for more help. When you do so, please include pertinent information like the type and version of operating system you're building on, etc. Good luck... -- --