Tim Landscheidt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329127 )

Change subject: Fix "make texvccheck" in top-level Makefile
......................................................................

Fix "make texvccheck" in top-level Makefile

As texvccheck is a directory, make always considered the target
texvccheck to be up-to-date, thus never invocating make in the
subdirectory itself.  This change marks texvccheck as a .PHONY target,
causing make to compile texvccheck in the subdirectory.

Change-Id: Ib758965c1eb53e1f7221e304fc808dc68136a219
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/27/329127/1

diff --git a/Makefile b/Makefile
index 004b752..adc3abf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DIRS = texvc texvccheck
 
-.PHONY: all
+.PHONY: all texvccheck
 
 all: texvc texvccheck
 

-- 
To view, visit https://gerrit.wikimedia.org/r/329127
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib758965c1eb53e1f7221e304fc808dc68136a219
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to