projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e14d4f
)
docs/: get rid of unneeded $(strip ..)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Dec 2008 08:15:46 +0000
(08:15 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Dec 2008 08:15:46 +0000
(08:15 -0000)
docs/buildroot.html
patch
|
blob
|
history
diff --git
a/docs/buildroot.html
b/docs/buildroot.html
index 976af41cec16ab277952b802141e40dabe1e2618..88fd1d91d6ca162baa6007a031be19aa10f14561 100644
(file)
--- a/
docs/buildroot.html
+++ b/
docs/buildroot.html
@@
-959,7
+959,7
@@
endif
<a name="line53" id="line53">53</a> # Toplevel Makefile options
<a name="line54" id="line54">54</a> #
<a name="line55" id="line55">55</a> #############################################################
- <a name="line56" id="line56">56</a> ifeq ($(
strip $(BR2_PACKAGE_FOO)
),y)
+ <a name="line56" id="line56">56</a> ifeq ($(
BR2_PACKAGE_FOO
),y)
<a name="line57" id="line57">57</a> TARGETS+=foo
<a name="line58" id="line58">58</a> endif