diff options
author | Simo Sorce <idra@samba.org> | 2005-10-29 13:31:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:15 -0500 |
commit | 7ec71aa20d43fd45dd9321e42ada93ee10fd1d45 (patch) | |
tree | 829da267bc12da10dbdb2b3cf735d5de27639dd5 /packaging/Debian/debian-unstable/patches/make-distclean.patch | |
parent | fa75e8c1d482cdbad2ff074eccb2baf8d5bba856 (diff) | |
download | samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.gz samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.bz2 samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.zip |
r11398: Keep s3 in sync with trunk
(This used to be commit 7fc05b79643c93eaf0ef028a7337889ed21c52ba)
Diffstat (limited to 'packaging/Debian/debian-unstable/patches/make-distclean.patch')
-rw-r--r-- | packaging/Debian/debian-unstable/patches/make-distclean.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packaging/Debian/debian-unstable/patches/make-distclean.patch b/packaging/Debian/debian-unstable/patches/make-distclean.patch new file mode 100644 index 0000000000..e859575290 --- /dev/null +++ b/packaging/Debian/debian-unstable/patches/make-distclean.patch @@ -0,0 +1,27 @@ +diff -uNr samba-3.0.7.orig/source/Makefile.in samba-3.0.7/source/Makefile.in +--- samba-3.0.7.orig/source/Makefile.in 2004-10-25 10:06:08.000000000 -0700 ++++ samba-3.0.7/source/Makefile.in 2004-10-25 10:03:31.000000000 -0700 +@@ -1371,6 +1371,7 @@ + + python_clean: + @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi ++ @-rm -rf build/ + + # revert to the previously installed version + revert: +@@ -1437,6 +1438,7 @@ + @rm -f include/proto.h include/build_env.h include/wrepld_proto.h \ + nsswitch/winbindd_proto.h web/swat_proto.h \ + client/client_proto.h utils/net_proto.h \ ++ utils/ntlm_auth_proto.h \ + smbd/build_options.c + + MKPROTO_SH = $(srcdir)/script/mkproto.sh +@@ -1512,6 +1514,7 @@ + + distclean: realclean + -rm -f include/stamp-h ++ -rm -f script/gen-8bit-gap.sh smbadduser + -rm -f include/config.h Makefile + -rm -f config.status config.cache so_locations + -rm -rf .deps TAGS |