Skip to content
Snippets Groups Projects
Commit d1ef1270 authored by George Joseph's avatar George Joseph
Browse files

pjproject_bundled: Reduce the need for rebuilds

Bundled pjproject should now only rebuild if one of the menuselect
"Compiler Flags" options changes.

Change-Id: If114a2e16b9e77af371a600d6a5e197bbf28fe43
parent 018e0154
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ source/pjlib/include/pj/%.h: patches/%.h
$(ECHO_PREFIX) Applying custom include file $<
$(CMD_PREFIX) cp -f $< source/pjlib/include/pj/
.rebuild_needed: $(wildcard ../../makeopts) $(wildcard ../../menuselect.makeopts)
.rebuild_needed: $(wildcard ../../.lastclean)
$(ECHO_PREFIX) Rebuilding
$(CMD_PREFIX) $(MAKE) clean $(REALLY_QUIET)
......
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