diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-17 16:53:40 +0200 |
---|---|---|
committer | Antony N. Pavlov" <antony@niisi.msk.ru> | 2011-07-17 16:53:40 +0200 |
commit | c009897aeec4ac3265498664937b2b86870b9984 (patch) | |
tree | 046538459cc0fffed04c7483331db2bd0a76ab35 /kconfig | |
parent | 30ad622618504b5801ae06a4f28ebd0d10655648 (diff) | |
download | crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.gz crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.bz2 crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.zip |
misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/kconfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index a191eaf5..7a6af5e3 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -129,7 +129,7 @@ ALL_DEPS = $(sort $(COMMON_DEP) $(LX_DEP) $(conf_DEP) $(mconf_DEP) $(nconf_DEP)) # Cheesy auto-dependencies # Only parse the following if a configurator was called, to avoid building # dependencies when not needed (eg. list-steps, list-samples...) -# We must be carefull what we enclose, because we need some of the variable +# We must be careful what we enclose, because we need some of the variable # definitions for clean (and distclean) at least. # Just protecting the "-include $(DEPS)" line should be sufficient. # And in case we want menuconfig, we have to check that lxdialog @@ -159,7 +159,7 @@ endif # MAKECMDGOALS != "" # Each .o or .dep *can not* directly depend on kconfig/, because kconfig can # be touched during the build (who's touching it, btw?) so each .o or .dep -# would be re-built when it sould not be. +# would be re-built when it should not be. # So manually check for presence of $(obj) (ie. kconfig), and only mkdir # if needed. After all, that's not so bad... # mkdir $(obj)/lxdialog, because we need it, and incidentally, that |