From 1e22bb8bb0301e2c23e71916a121dc0f9f820abf Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 28 Apr 2026 20:56:04 +0200 Subject: [PATCH] Apply patch: ncpfs-hg-commit-449.patch --- .../ncpfs-2.2.6-r6/ncpfs-hg-commit-449.patch | 21 +++++++++++++++++++ contrib/ncp_nss_lib/Makefile | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-449.patch diff --git a/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-449.patch b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-449.patch new file mode 100644 index 0000000..1084117 --- /dev/null +++ b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-449.patch @@ -0,0 +1,21 @@ +changeset: 449:20cdebe39580 +user: Petr Vandrovec +date: Sun Oct 16 02:44:08 2005 +0200 +files: contrib/ncp_nss_lib/Makefile +description: +Update 'make clean' rule in ncp_nss_lib to remove all build products. + + +diff -r 1a8455ed3290 -r 20cdebe39580 contrib/ncp_nss_lib/Makefile +--- a/contrib/ncp_nss_lib/Makefile Sun Oct 16 02:40:25 2005 +0200 ++++ b/contrib/ncp_nss_lib/Makefile Sun Oct 16 02:44:08 2005 +0200 +@@ -87,7 +87,7 @@ dep: + dep: + + clean: +- rm -f *.o *.do *.to *~ ++ rm -f *.o *.do *.to $(SHARED_NSSLIB) $(SHARED_NSSLIB_BIN) $(UTILS1) *~ + + mrproper: clean + rm -f $(UTILS) $(DISTFILE) + diff --git a/contrib/ncp_nss_lib/Makefile b/contrib/ncp_nss_lib/Makefile index 168e63d..65fe778 100644 --- a/contrib/ncp_nss_lib/Makefile +++ b/contrib/ncp_nss_lib/Makefile @@ -87,7 +87,7 @@ $(UTILS1):: %: %.o $(O_TMP1) dep: clean: - rm -f *.o *.do *.to *~ + rm -f *.o *.do *.to $(SHARED_NSSLIB) $(SHARED_NSSLIB_BIN) $(UTILS1) *~ mrproper: clean rm -f $(UTILS) $(DISTFILE)