From: Glenn L McGrath Date: Fri, 29 Aug 2003 12:23:09 +0000 (-0000) Subject: Substitute busybox for uClibc, patch by Hideki IWAMOTO X-Git-Tag: 1_00_pre3~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3bff66617ae1c39fbdccd7776ca0e4d6af80935c;p=oweals%2Fbusybox.git Substitute busybox for uClibc, patch by Hideki IWAMOTO --- diff --git a/Rules.mak b/Rules.mak index 80d6a3d15..dfc2777ef 100644 --- 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