diff options
author | Miguel Flores Silverio <floresmigu3l@gmail.com> | 2016-06-21 21:10:20 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-06-22 17:57:06 -0700 |
commit | 1869b36cb385792eef5077782dbe00fda05f16a7 (patch) | |
tree | 93127381be159a9dd1cab1eb9b6d00d7b425eb66 /scripts | |
parent | e43790fe842c00d7ce79e40b827a8bb04bf2b71c (diff) | |
download | kernel-1869b36cb385792eef5077782dbe00fda05f16a7.tar.gz kernel-1869b36cb385792eef5077782dbe00fda05f16a7.tar.xz kernel-1869b36cb385792eef5077782dbe00fda05f16a7.zip |
removes fast-x86_64
This script has been replaced by fast-build.sh
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fast-x86_64 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/fast-x86_64 b/scripts/fast-x86_64 deleted file mode 100755 index 649ef6525..000000000 --- a/scripts/fast-x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -rpmbuild --target x86_64 --without debuginfo --without perf --without tools --rebuild $1 |