projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48d8ba
)
linux: fix build with release candidates
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 14 Jul 2011 14:38:07 +0000
(16:38 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 14 Jul 2011 14:38:07 +0000
(16:38 +0200)
Fixes *** Recursive variable `LINUX_SITE' references itself
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk
patch
|
blob
|
history
diff --git
a/linux/linux.mk
b/linux/linux.mk
index 06792382a95a39fe3a691f1421bc20f8c50216a9..bdd8bb3e44885641af267718478dc3d76518f4ae 100644
(file)
--- a/
linux/linux.mk
+++ b/
linux/linux.mk
@@
-23,7
+23,7
@@
LINUX_VERSION_MINOR = $(word 2,$(subst ., ,$(subst -, ,$(LINUX_VERSION))))
LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/v$(LINUX_VERSION_MAJOR).$(LINUX_VERSION_MINOR)/
# release candidates are in testing/ subdir
ifneq ($(findstring -rc,$(LINUX_VERSION)),)
-LINUX_SITE = $(LINUX_SITE)testing/
+LINUX_SITE
:
= $(LINUX_SITE)testing/
endif # -rc
endif