Go to file
Juan Manuel Cruz 5bd398d3e3 win-build: Fixes Makefile target names including char ":"
The build system uses absolute path names to generate
target names. In Windows, absolute path names include the
character ":".
Makefile does not support target names with the character ":"
on them.
The target names involved are PHONY. The commit modifies the
Makefile logic to not include directory names in zephyr-app-dirs
and clean-dirs targets.

Jira: ZEP-517

Change-Id: I37b62f04b8bc6bffbbc19e0e4fd2a827347e5cbd
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
2016-08-25 11:09:35 +00:00
.known-issues
arch doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
boards quark_se_devboard: We do not support capabilities via Kconfig yet 2016-08-25 06:12:00 -04:00
doc doc: Add more content for networking documentation 2016-08-24 16:00:36 +03:00
drivers quark_se_devboard: We do not support capabilities via Kconfig yet 2016-08-25 06:12:00 -04:00
ext
fs
include doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
kernel doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
lib
misc doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
net quark_se_devboard: We do not support capabilities via Kconfig yet 2016-08-25 06:12:00 -04:00
samples net: For 15.4 sample, whitelist the supported boards 2016-08-25 06:06:52 -04:00
scripts grub: Tweak build_grub.sh for proxy issues 2016-08-23 13:20:52 +00:00
tests
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: add ARM and ARC architecture maintainers 2016-08-18 12:21:45 +03:00
Makefile win-build: Fixes Makefile target names including char ":" 2016-08-25 11:09:35 +00:00
Makefile.inc win-build: Fixes an issue supporting quotes 2016-08-25 11:03:34 +00:00
zephyr-env.sh