Hi, I wonder if someone can shed some light on this for me please?
Randomly I find that the Package-Debug-xyz.bash file changes... it seems to just keep adding more and more copies of the section: 'Copy files and create directories and links'. I currently have about 50 of the following identical sections in that file now: # Copy files and create directories and links cd "${TOP}" makeDirectory "${NBTMPDIR}/xyz/bin" copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755 Everytime I delete them, returning to a single one of these sections, hitting build in netbeans causes them to added back into the files. I can't work out how, I've tried deleting all the netbeans cache etc...but they still find any way back. It doesn't happen to all projects. It annoys me because, it seems to me, to be an unnecessary change and pollutes source-control. Netbeans version info: Product Version: NetBeans IDE 8.2 (Build 201609300101) Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2 Java: 1.8.0_222; OpenJDK 64-Bit Server VM 25.222-b10 Runtime: OpenJDK Runtime Environment 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10 System: Linux version 4.4.0-169-generic running on amd64; UTF-8; en_GB (nb) User directory: /home/martin/.netbeans/8.2 Cache directory: /home/martin/.cache/netbeans/8.2 I use netbeans for 'C/C++' projects only. Best Regards, Martin