From 53d9adf745406a70285453a5f676e44944c77e99 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Sat, 4 Mar 2006 22:07:00 +0000 Subject: Added secret "make mrproper" target ;-) --- Makefile.common | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 ######################################################################### -- cgit