mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
2
third-party/pjproject/Makefile
vendored
2
third-party/pjproject/Makefile
vendored
@@ -135,7 +135,7 @@ source/pjlib/include/pj/%.h: patches/%.h
|
|||||||
$(ECHO_PREFIX) Applying custom include file $<
|
$(ECHO_PREFIX) Applying custom include file $<
|
||||||
$(CMD_PREFIX) cp -f $< source/pjlib/include/pj/
|
$(CMD_PREFIX) cp -f $< source/pjlib/include/pj/
|
||||||
|
|
||||||
.rebuild_needed: $(wildcard ../../makeopts) $(wildcard ../../menuselect.makeopts)
|
.rebuild_needed: $(wildcard ../../.lastclean)
|
||||||
$(ECHO_PREFIX) Rebuilding
|
$(ECHO_PREFIX) Rebuilding
|
||||||
$(CMD_PREFIX) $(MAKE) clean $(REALLY_QUIET)
|
$(CMD_PREFIX) $(MAKE) clean $(REALLY_QUIET)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user