projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0eedc4
)
Makefile: remove dracut-version.sh on clean
author
Harald Hoyer
<harald@redhat.com>
Tue, 16 Apr 2013 11:41:19 +0000
(13:41 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Tue, 16 Apr 2013 11:41:19 +0000
(13:41 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e0baef2
..
2b130d9
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-149,6
+149,7
@@
clean:
$(RM) $(manpages:%=%.xml) dracut.xml
$(RM) test-*.img
$(RM) dracut-*.rpm dracut-*.tar.bz2
+ $(RM) dracut-version.sh
$(RM) dracut-install install/dracut-install $(DRACUT_INSTALL_OBJECTS)
$(RM) $(manpages) dracut.html
$(MAKE) -C test clean