summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index fc47120..cce0031 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -824,6 +824,27 @@ help::
#
#########################################################################
+
+#########################################################################
+# I'm going to bury this target deep at the bottom of the Makefile so
+# that maybe you won't see it ;-) This is a *VERY DANGEROUS* target
+# what will destroy *ALL* of your work, that of all the translators,
+# and probably cause dental cavities as well. You *DO NOT* want to
+# use this target, ever. The purpose of this target is to erase the
+# oh-so-carefully hand-crafted .POT and .PO translation files in addition
+# to all of the other generated product files. THIS IS THE ONLY TARGET
+# THAT WILL ERASE A .PO FILE! Unless you are working on the I18N part
+# of the FDP toolchain itself, you MUST NOT EVER use this target! It
+# voids all warranties! It will never show up on a "make help" list!
+mrproper: distclean
+ ${RM} po/*.*
+# OK, you tried it anyway didn't you? To recover you must:
+# 1) NOT DO A CVS COMMIT; and
+# 2) Immediately do a "cvs update po" to repair the damage; and
+# 3) Send $25.00USD to the charity of your choice; or
+# 4) Just pretend you didn't use this target in the first place.
+#########################################################################
+
#########################################################################
# End of Makefile.common
#########################################################################