projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87470de
)
Substitute busybox for uClibc, patch by Hideki IWAMOTO
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 29 Aug 2003 12:23:09 +0000
(12:23 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 29 Aug 2003 12:23:09 +0000
(12:23 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 80d6a3d157910b7dd3d02584e6059308dda2178e..dfc2777efdb605c7a54aa82d8f3141270d3914bc 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-101,7
+101,7
@@
TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
)
endif
-# Pull in the user's
uClibc
configuration
+# Pull in the user's
busybox
configuration
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif