opnsense-ports/math/polymake/files/patch-Makefile
Franco Fichtner bef9efdde5 */*: sync with upstream
Taken from: FreeBSD
2021-08-30 10:04:31 +02:00

20 lines
443 B
Text

--- 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: