[Asterisk-code-review] pjproject bundled: Reduce the need for rebuilds (asterisk[14])

George Joseph asteriskteam at digium.com
Fri Mar 10 20:31:21 CST 2017


George Joseph has uploaded a new change for review. ( https://gerrit.asterisk.org/5160 )

Change subject: pjproject_bundled:  Reduce the need for rebuilds
......................................................................

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
---
M third-party/pjproject/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/60/5160/1

diff --git a/third-party/pjproject/Makefile b/third-party/pjproject/Makefile
index bfd1c27..99c22fa 100644
--- a/third-party/pjproject/Makefile
+++ b/third-party/pjproject/Makefile
@@ -135,7 +135,7 @@
 	$(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)
 

-- 
To view, visit https://gerrit.asterisk.org/5160
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If114a2e16b9e77af371a600d6a5e197bbf28fe43
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: George Joseph <gjoseph at digium.com>



More information about the asterisk-code-review mailing list