'make dist' tidy: Delete 'CVS' subdirs in: reactos/
authorlace <>
Tue, 20 Dec 2005 09:10:01 +0000 (09:10 +0000)
committerlace <>
Tue, 20 Dec 2005 09:10:01 +0000 (09:10 +0000)
 - Objected by Paul Wise before.

Makefile.am

index 747f11a..d3c6418 100644 (file)
@@ -61,6 +61,12 @@ EXTRA_DIST+= \
                cvs2cl-usermap \
                gnome_vfs_read_entire_file.c
 
+ROS_CVS:= \
+               $(foreach rosdir,$(REACTOS_SOURCES),$(shell find $(rosdir) -name CVS -type d))
+
+BUILT_SOURCES+= \
+               $(ROS_CVS)
+
 # Needed for dpkg-buildpackage(1):
 EXTRA_DIST+=debian/changelog