Revision: 46102
http://sourceforge.net/p/vice-emu/code/46102
Author: gpz
Date: 2026-05-11 14:44:45 +0000 (Mon, 11 May 2026)
Log Message:
-----------
exclude src/lib from dos2unix run, now really
Modified Paths:
--------------
trunk/vice/Makefile.am
Modified: trunk/vice/Makefile.am
===================================================================
--- trunk/vice/Makefile.am 2026-05-11 14:34:34 UTC (rev 46101)
+++ trunk/vice/Makefile.am 2026-05-11 14:44:45 UTC (rev 46102)
@@ -244,7 +244,7 @@
# Manually define the dist targets so the correct tar usage will be used.
dist-gzip:
- $(DOS2UNIX) `find $(top_srcdir) -not -path "./src/lib*" -name "*.sh"`
+ $(DOS2UNIX) `find $(top_srcdir) -not -path "*/src/lib/*" -name "*.sh"`
$(DOS2UNIX) $(top_srcdir)/doc/vice.texi
$(MAKE) distdir
$(AMTAR) chf - $(distdir) | gzip --best -c >$(distdir).tar.gz
@@ -251,7 +251,7 @@
$(am__remove_distdir)
dist dist-all:
- $(DOS2UNIX) `find $(top_srcdir) -not -path "./src/lib*" -name "*.sh"`
+ $(DOS2UNIX) `find $(top_srcdir) -not -path "*/src/lib/*" -name "*.sh"`
$(DOS2UNIX) $(top_srcdir)/doc/vice.texi
$(MAKE) distdir
$(AMTAR) chf - $(distdir) | gzip --best -c >$(distdir).tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|