pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

enchant: Add a big XXX comment about TEST_TARGET that can lead to `rm -rf /'



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Oct 26 12:04:30 2018 +0200
Changeset:	7e8dddf3b8f6bdb0633f274808f0c174b997a83d

Modified Files:
	enchant/Makefile

Log Message:
enchant: Add a big XXX comment about TEST_TARGET that can lead to `rm -rf /'

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e8dddf3b8f6bdb0633f274808f0c174b997a83d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 enchant/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/enchant/Makefile b/enchant/Makefile
index fcef99c2f1..646950fb86 100644
--- a/enchant/Makefile
+++ b/enchant/Makefile
@@ -19,6 +19,16 @@ PKGCONFIG_OVERRIDE+=	enchant.pc.in
 GNU_CONFIGURE=		yes
 CFLAGS.SunOS+=		-D__EXTENSIONS__
 
+#
+# XXX: DO NOT ADD A TEST_TARGET!
+# XXX: IT SEEMS THAT CAN LEAD TO `rm -rf /', i.e.:
+# XXX:
+# XXX:    /usr/bin/make libenchant-copy
+# XXX:    rm -rf /
+# XXX:
+# XXX: Please investigate why this happens!
+#
+
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index