https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235169
--- Comment #3 from Craig Leres <le...@freebsd.org> --- Created attachment 201386 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201386&action=edit Script to generate distinfo On 1/24/19 5:38 PM, bugzilla-nore...@freebsd.org wrote: > It would be really cool to have a make target that updated distinfo entries > for > all versions/types automatically. Yes! Here's a hack that does the job. I started trying to add a makesumall target to the Makefile but it's way too hard to write a .for loop that does the right thing so I reverted to a /bin/sh script. I don't like that it uses distinfo as a temp file (it didn't look easy to change where the makesum.sh script writes its output) and also that the docformats are hardcoded but it gets the job done. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"