CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
versatile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1735214
)
Fixed modules packagement
2.8
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 24 Oct 2012 13:49:10 +0000
(13:49 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 24 Oct 2012 13:49:35 +0000
(13:49 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 579e36d0eed1aaa261e60dafa3c079e107a87454..13c6b1048343feffc429dc3b1ea9a55d36d7845b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-54,8
+54,8
@@
$(WORK)/modules-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION)
touch $(WORK)/modules-$(KERNEL_VERSION)
$(WORK)/modules-$(KERNEL_VERSION).tar.xz: $(WORK)/modules-$(KERNEL_VERSION)
- cd $(WORK) && \
- tar cvJf
modules-$(KERNEL_VERSION).tar.xz modules-$(KERNEL_VERSION)
+ cd $(WORK)
/modules-$(KERNEL_VERSION)
&& \
+ tar cvJf
$(WORK)/modules-$(KERNEL_VERSION).tar.xz *
touch $(WORK)/modules-$(KERNEL_VERSION).tar.xz
modules: $(WORK)/modules-$(KERNEL_VERSION).tar.xz