projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2ed6f
)
compat: remove dubious clean at install target
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Mon, 27 Feb 2012 22:09:29 +0000
(14:09 -0800)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Mon, 27 Feb 2012 22:09:54 +0000
(14:09 -0800)
Not sure why this was added, this is a big typo.
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
423d1ed
..
2f47e3f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-57,7
+57,6
@@
install: modules
$(MAKE) -C $(KLIB_BUILD) M=$(PWD) $(KMODDIR_ARG) $(KMODPATH_ARG) \
modules_install
depmod -a
- $(MAKE) -C $(KLIB_BUILD) M=$(PWD) clean
$(COMPAT_AUTOCONF): ;