samba4 make realdistclean is missing some files

Maurice Massar massar at unix-ag.uni-kl.de
Tue Jun 21 23:25:57 GMT 2005


hi,

make realdistclean in samba4 is currently missing some files:
samba4-deps.dot
lib/registry/winregistry.pc
include/build_env.h
include/smb_build.h
include/version.h
(found by svn st --no-ignore)

I've attached a patch for build/smb_build/makefile.pm to
include deletion of these files in make realdistclean.
I did not see a lib/version.h after building, so I changed
that to include/version.h

cu
Maurice
-------------- next part --------------
Index: build/smb_build/makefile.pm
===================================================================
--- build/smb_build/makefile.pm	(revision 7821)
+++ build/smb_build/makefile.pm	(working copy)
@@ -531,7 +531,11 @@
 
 realdistclean: distclean removebackup
 	-rm -f include/config.h.in
-	-rm -f lib/version.h
+	-rm -f include/version.h
+	-rm -f include/smb_build.h
+	-rm -f include/build_env.h
+	-rm -f lib/registry/winregistry.pc
+	-rm -f samba4-deps.dot
 	-rm -f configure
 __EOD__
 


More information about the samba-technical mailing list