uclibc: rename uclibc-update to uclibc-update-config

The original name uclibc-update is confusing as it only updates a
configuration file.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas De Schampheleire 2011-10-14 16:56:58 +02:00 committed by Peter Korsgaard
parent 96474df156
commit 2af8cace6f

View File

@ -500,7 +500,7 @@ uclibc-config: $(UCLIBC_DIR)/.config
uclibc-oldconfig: $(UCLIBC_DIR)/.oldconfig
uclibc-update: uclibc-config
uclibc-update-config: uclibc-config
cp -f $(UCLIBC_DIR)/.config $(UCLIBC_CONFIG_FILE)
uclibc-configured: gcc_initial kernel-headers $(UCLIBC_DIR)/.configured