Re: [PATCH] AS_INIT: don't encode full path

2020-07-04 Thread Luke Mewburn
On 20-07-04 13:00, Zack Weinberg wrote: | On Fri, Jul 3, 2020 at 8:42 PM Luke Mewburn wrote: | > | > Fix AS_INIT to use the basename of __file__ instead of the full path. | > Allows for reproducible builds. | | I like the idea here, but I think the patch isn't quite ready yet. |

Re: [PATCH] AS_INIT: don't encode full path

2020-07-04 Thread Zack Weinberg
On Fri, Jul 3, 2020 at 8:42 PM Luke Mewburn wrote: > > Fix AS_INIT to use the basename of __file__ instead of the full path. > Allows for reproducible builds. I like the idea here, but I think the patch isn't quite ready yet. Most importantly, please write a test for the testsuite to ensure that