diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-29 21:37:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:46 -0500 |
commit | 811d0279c1c194f1ac50b205fd7c3a59f27abd1b (patch) | |
tree | 64b519a3a689be7cba18f9a3349e493a79ef5bc5 /source3 | |
parent | 138668d5d284f7d2496f22c16a99be107cdfc872 (diff) | |
download | samba-811d0279c1c194f1ac50b205fd7c3a59f27abd1b.tar.gz samba-811d0279c1c194f1ac50b205fd7c3a59f27abd1b.tar.bz2 samba-811d0279c1c194f1ac50b205fd7c3a59f27abd1b.zip |
r22578: Remove python build directory and generated smbadduser.
Patch originally by the Debian packaging team for Samba.
(This used to be commit f46492a4dbb61e452ed1a93909986996b7aa2558)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f98ca90347..aa6dbbf1d3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1799,6 +1799,7 @@ python_install: $(PYTHON_OBJ) python_clean: @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi + @-rm -rf build/ # revert to the previously installed version revert: @@ -1990,6 +1991,7 @@ realclean: clean delheaders distclean: realclean -rm -f include/stamp-h + -rm -f smbadduser -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps TAGS |