• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/patches/
1diff -uNr samba-3.0.7.orig/source/Makefile.in samba-3.0.7/source/Makefile.in
2--- samba-3.0.7.orig/source/Makefile.in	2004-10-25 10:06:08.000000000 -0700
3+++ samba-3.0.7/source/Makefile.in	2004-10-25 10:03:31.000000000 -0700
4@@ -1371,6 +1371,7 @@
5 
6 python_clean:
7 	@-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
8+	@-rm -rf build/
9 
10 # revert to the previously installed version
11 revert:
12@@ -1437,6 +1438,7 @@
13 	@rm -f include/proto.h include/build_env.h  include/wrepld_proto.h \
14 		nsswitch/winbindd_proto.h web/swat_proto.h \
15 		client/client_proto.h utils/net_proto.h \
16+	        utils/ntlm_auth_proto.h \
17 		smbd/build_options.c
18 
19 MKPROTO_SH = $(srcdir)/script/mkproto.sh
20@@ -1512,6 +1514,7 @@
21 
22 distclean: realclean
23 	-rm -f include/stamp-h
24+	-rm -f script/gen-8bit-gap.sh smbadduser
25 	-rm -f include/config.h Makefile
26 	-rm -f config.status config.cache so_locations
27 	-rm -rf .deps TAGS
28