⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make-distclean.patch

📁 samba服务器!
💻 PATCH
字号:
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:@@ -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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -