summaryrefslogtreecommitdiff
path: root/math/polymake/files/patch-Makefile
blob: 67a5d79b16fb4e178e5a6b3dacefa07802782e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.orig	2021-05-18 08:50:05 UTC
+++ Makefile
@@ -32,14 +32,14 @@ ifdef $(DESTDIR)
 endif
 
 all install :
-	${NINJA} -C $(_BuildDir) $@
+	${NINJA} -v -C $(_BuildDir) $@
 
 test : all
 	perl/polymake --script run_testcases
 
 clean :
-	${NINJA} -C $(_BuildDir) clean.all
-	${NINJA} -C $(_BuildDir) -t clean all
+	${NINJA} -v -C $(_BuildDir) clean.all
+	${NINJA} -v -C $(_BuildDir) -t clean all
 	rm -rf ${BuildRoot}/doc
 
 distclean: