Makefile: update .PHONY stable
authorMads Kiilerich <madski@unity3d.com>
Sat, 01 Nov 2014 20:00:31 +0100
branchstable
changeset 23125 a5d6a609752b
parent 23124 4c490626af13
child 23126 8b4a8a9176e2
Makefile: update .PHONY Based on sed -n 's/^\([a-z0-9-]*\):\(\s.*\)\?$/\1/gp' Makefile | xargs echo add check, check-code, update-pot, some packaging targets
Makefile
--- a/Makefile	Sat Nov 01 20:00:00 2014 +0100
+++ b/Makefile	Sat Nov 01 20:00:31 2014 +0100
@@ -186,5 +186,7 @@
 	contrib/dockerrpm centos7
 
 .PHONY: help all local build doc clean install install-bin install-doc \
-	install-home install-home-bin install-home-doc dist dist-notests tests \
-	update-pot fedora20 docker-fedora20
+	install-home install-home-bin install-home-doc \
+	dist dist-notests check tests check-code update-pot \
+	osx fedora20 docker-fedora20 \
+	centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7