Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
update DEFINES_FTfor Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Sep 4, 2018
1 parent 8414515 commit 2e105ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/E3/DEFINES_FT
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ git submodule update --remote --merge $@/
endef

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"; \
patch -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
done
endef


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"; \
patch -R -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
done
Expand Down

0 comments on commit 2e105ea

Please sign in to comment.