# HG changeset patch # User Mychaela Falconia # Date 1580840542 0 # Node ID ca4433b714d232d5590652ef97e9bf757b665f5e # Parent 3a9b8f9c722581d81ae46a5bfddc2ac39c9521fa CHANGES: fc-fsio cleaning commands documented diff -r 3a9b8f9c7225 -r ca4433b714d2 CHANGES --- a/CHANGES Tue Feb 04 06:10:55 2020 +0000 +++ b/CHANGES Tue Feb 04 18:22:22 2020 +0000 @@ -27,6 +27,20 @@ suite for the purpose of dumping the Calypso chip's internal DSP mask ROM - see doc/DSP-ROM-dump. +* fc-fsio got some new commands for cleaning stale junk from FFS, typically + needed when converting modems from alien manufacturers to FreeCalypso fw: + + + rm deletes an elementary object (file, empty directory or symlink); rm -f + does the same but the case where the object to be deleted does not exist is + treated as not-an-error. + + + rm-subtree deletes an entire subtree of directories and files starting with + a given directory (equivalent of UNIX rm -r); -f option is also available + like with plain rm. + + + cleandir removes all content of a directory (all files and subdirectories + and their content), but keeps the remaining empty directory. + Changes from fc-host-tools-r10 to fc-host-tools-r11: * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL)