From f94fb1b5226781551051daa3761919346e8c4b3e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 06 Jun 2015 22:05:02 -0400 Subject: Replace rm -r with rm -R --- diff --git a/docs/archive_old.html b/docs/archive_old.html index 038fb87..2f5d314 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}