On Tue, 2008-09-02 at 13:21 +0200, Felix Zielcke wrote: > Am Dienstag, den 02.09.2008, 13:12 +0200 schrieb Felix Zielcke: > > Attached is now a patch which adds ./gendistlist.sh call to autogen.sh > > and uses SVN in case it is avaible to generate it. > > > Ok it's better to look at the patches before sending them. > > +if test -d .svn ; then > + svn ls -R | sed '/\/$/d' > +fi
I would avoid conditionals in the release process by all means. It's better than "make dist" fails rather than generates different tarballs dependent on where it's run. -- Regards, Pavel Roskin _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel