aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-30 22:40:32 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-30 22:40:32 +0000
commit2eaf3f850a634f44243ae484bae35bc74d40dd9f (patch)
tree0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /scripts/basic
parentbe9524961dc319d2905238dcdc7e6c02ae1b0cfd (diff)
downloadbusybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.tar.gz
busybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.tar.bz2
busybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.zip
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com> git-svn-id: svn://busybox.net/trunk/busybox@16743 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/basic')
-rw-r--r--scripts/basic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile
index f22e94c3a..119f079cf 100644
--- a/scripts/basic/Makefile
+++ b/scripts/basic/Makefile
@@ -3,7 +3,7 @@
3# The programs listed herein is what is needed to do the basic stuff, 3# The programs listed herein is what is needed to do the basic stuff,
4# such as splitting .config and fix dependency file. 4# such as splitting .config and fix dependency file.
5# This initial step is needed to avoid files to be recompiled 5# This initial step is needed to avoid files to be recompiled
6# when kernel configuration changes (which is what happens when 6# when busybox configuration changes (which is what happens when
7# .config is included by main Makefile. 7# .config is included by main Makefile.
8# --------------------------------------------------------------------------- 8# ---------------------------------------------------------------------------
9# fixdep: Used to generate dependency information during build process 9# fixdep: Used to generate dependency information during build process