From f94fb1b5226781551051daa3761919346e8c4b3e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 7 Jun 2015 03:05:02 +0100 Subject: Replace rm -r with rm -R --- docs/archive_old.html | 4 ++-- docs/gnulinux/configuring_parabola.html | 2 +- docs/gnulinux/encrypted_parabola.html | 2 +- docs/gnulinux/grub_cbfs.html | 2 +- docs/maintain/index.html | 8 ++++---- resources/scripts/helpers/build/clean/rom_images | 2 +- resources/scripts/helpers/build/external/source | 4 ++-- resources/scripts/helpers/build/release/archives | 18 +++++++++--------- resources/scripts/helpers/build/roms/helper | 6 +++--- resources/scripts/helpers/download/bucts | 2 +- resources/scripts/helpers/download/coreboot | 4 ++-- resources/scripts/helpers/download/flashrom | 2 +- resources/scripts/helpers/download/grub | 2 +- resources/scripts/helpers/download/memtest86plus | 2 +- resources/utilities/ich9deblob/Makefile | 2 +- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/archive_old.html b/docs/archive_old.html index 038fb878..2f5d3146 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -203,7 +203,7 @@
  • scripts (all): fix typos
  • Documentation: general cleanup.
  • builddeps-flashrom: reduce build commands to a single for loop
  • -
  • scripts (all): replace unnecessary rm -rf with rm -f
  • +
  • scripts (all): replace unnecessary rm -Rf with rm -f
  • powertop.trisquel7: remove sudo (script already checks if the user is root)
  • docs/release.html: add lenovo g505s to the list of candidates
  • .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz
  • @@ -575,7 +575,7 @@
  • 'buildrom-withgrub' script: updated it to create 2 sets of ROMs for each machine: one with text-mode, one with coreboot framebuffer.
  • Documentation: updated index.html#rom to reflect the above
  • Deleted unused README and COPYING file from main directory
  • -
  • Removed some rm -rf .git* instructions from the get* scripts and moved them to build-release script
  • +
  • Removed some rm -Rf .git* instructions from the get* scripts and moved them to build-release script
  • Split up default grub.cfg into 6 parts: extra/{common.cfg,txtmode.cfg,vesafb.cfg} and menuentries/{common.cfg,txtmode.cfg,vesafb.cfg}