summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2008-05-26 13:09:31 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:37 -0700
commit6c2c2ff81fd5ce70ee61362e73ad38f3bf7ec6f0 (patch)
treef85deaed9b206d1cf6c1396a94953c8aba175557
parent07cd7e2cae53fef433bbf0d4d6e29c65b9bdc5b8 (diff)
downloadbootstub-6c2c2ff81fd5ce70ee61362e73ad38f3bf7ec6f0.tar.gz
* Fixing Makefile and spec file
-rw-r--r--Makefile2
-rw-r--r--bootstub.spec1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8475391..bd3cfeb 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ head.o:head.S
gcc -c head.S
clean:
- rm -rf *.o *.bin *.elf
+ rm -rf *.o *.bin *.elf *.bz2 *.rpm
source:bootstub.c head.S VERSION
git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
diff --git a/bootstub.spec b/bootstub.spec
index 7fc9531..5d5f637 100644
--- a/bootstub.spec
+++ b/bootstub.spec
@@ -6,7 +6,6 @@ License: GPLv2
Group: System Environment/Shells
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: make gcc awk dd ld bzip2
%description
this package provides bootstub to create NAND boot image