DESCRIPTION=$4
PACK_DIRECTORY=bbtk_${PACK}_PKG
-echo "output= " $OUTPUT
-echo "bin = " $BINPATH
-echo "input = " $INPUT
-echo "pack = " $PACK
-echo "pack_directory = " $PACK_DIRECTORY
+#echo "output= " $OUTPUT
+#echo "bin = " $BINPATH
+#echo "input = " $INPUT
+#echo "pack = " $PACK
+#echo "pack_directory = " $PACK_DIRECTORY
if [ -d $OUTPUT/${PACK_DIRECTORY} ]
then
{
mFile << "//===== \n";
- mFile << "// Don't edit this file. This file is generated from xml description.. \n";
+ mFile << "// Before editing this file, make sure it's a file of your own ";
+ mFile << "(i.e.: it wasn't generated from xml description; if so : your modifications will be lost)\n";
mFile << "//===== \n";
}