freebsd-ports/devel/got/files/patch-regress_cmdline_Makefile
Christian Weisgerber b958272778 devel/got: update to 0.91
User-visible changes:
- add merge -M option which tells 'got merge' not to fast-forward a reference
- add initial implementation of 'gotadmin dump' which creates Git bundle files
- add initial implementation of 'gotadmin load' which loads Git bundle files
- abort histedit if the user quits the editor without saving the script
- add support for keywords as <commit> arguments to got and tog
2023-07-19 22:15:25 +00:00

10 lines
256 B
Text

--- regress/cmdline/Makefile.orig 2023-07-10 07:49:48 UTC
+++ regress/cmdline/Makefile
@@ -105,4 +105,6 @@ dump:
load:
./load.sh -q -r "$(GOT_TEST_ROOT)"
-.include <bsd.regress.mk>
+regress: ${REGRESS_TARGETS} .PHONY .SILENT
+
+.include <bsd.prog.mk>