cifs.upcall binary not cleaned out in 3.3.0's clean target?

Christian Perrier bubulle at debian.org
Thu Oct 16 05:56:13 GMT 2008


I found that problem while trying to compile samba twice in the same
directory while fight^W preparing Debian packages.

Apparently bin/cifs.upcall is not cleaned out by the clean target
while it was in 3.2.* series.

My wild guess is that this pertains to source/Makefile.in:

In 3.2.4:

SBIN_PROGS = bin/smbd at EXEEXT@ bin/nmbd at EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@

ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@

In 3.3.0-pre2:

SBIN_PROGS = bin/smbd at EXEEXT@ bin/nmbd at EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@

ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@





More information about the samba-technical mailing list