lee

  • *
  • 42
target pattern contains no `%'. Stop.
« on: December 01, 2015, 02:40:43 am »
After "make all_sdk_install", I typed "make help", and the error displayed as followed:

 NOTE        Sanitized disallowed variable 'TMPDIR' from environment
 NOTE        Sanitized disallowed variable 'LIBRARY_PATH' from environment
 NOTE        Sanitized disallowed variable 'CPLUS_INCLUDE_PATH' from environment
makefile:360: *** target pattern contains no `%'.  Stop.

How can I fixed this problem, please?
(PC operating system: win7 sp1, git 2.6.3.windows.1)

Best Regards!

Re: target pattern contains no `%'. Stop.
« Reply #1 on: December 03, 2015, 04:35:29 am »
It's known that some of the tools don't install correctly any more.  all_sdk_install is all tools.  build_sdk_install is just required tools and is what we generally use.

As for the other stuff, there are some issues being worked on having to do with some new GCS code being worked on.  That new GCS code is not complete yet.  Some warnings are just ignored for now till the new code is completely merged in.

I have also heard some mumbling about those sanitized variables.  I will post a note to get someone more familiar with the issue to respond.

parched

  • *
  • 11
Re: target pattern contains no `%'. Stop.
« Reply #2 on: December 03, 2015, 09:18:04 am »
Hi lee, welcome.

What commit are you trying to build or more specifically what it line 360 of makefile?