acrn-hypervisor/hypervisor/scripts/makefile
Junjie Mao c83c49ae36 Makefile: allow arbitrary character in paths
Today we assume the paths to the build directory do not contain the
character `@` and build the sed commands on top of this
assumption. However, there is no guarantee that this assumption holds.

This patch changes the separating character in sed pattern replacing
commands back to slash ('/') and escape the slashes in the replacements to
make the commands work. That gives more flexibility to the paths where
users can put their configuration files and build the project.

Tracked-On: #6691
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2022-01-24 15:38:39 +08:00
..
cfg_update.mk config_tools: remove obsolete kconfig files 2021-08-09 09:25:02 +08:00
config.mk Makefile: allow arbitrary character in paths 2022-01-24 15:38:39 +08:00
deps.mk Makefile: move .mk file to hv scripts folder 2019-11-13 16:05:30 +08:00
unified.xml.in acrn-config: add XSLT scripts to transform XMLs to config.[h|mk] 2021-01-20 17:58:00 +08:00