Skip to content
Snippets Groups Projects
Commit 5e76e190 authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

update DEFINES_FTfor Patch

parent c7231f21
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ git submodule update --remote --merge $@/ ...@@ -14,7 +14,7 @@ git submodule update --remote --merge $@/
endef endef
define patch_site define patch_site
for i in $(wildcard $(TOP)/patch/Site/*p0.patch); do\ for i in $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION)-*.p0.patch); do\
printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \ printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \
patch -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\ patch -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
done done
...@@ -22,7 +22,7 @@ endef ...@@ -22,7 +22,7 @@ endef
define patch_revert_site define patch_revert_site
for i in $(wildcard $(TOP)/patch/Site/*p0.patch); do\ for i in $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION)-*.p0.patch); do\
printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \ printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \
patch -R -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\ patch -R -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment