X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Rules.mak;h=dfc2777efdb605c7a54aa82d8f3141270d3914bc;hb=586d86cc8ce2847c598bd8a211ff770fb50bac3a;hp=55e9b5ce6eded870dc3855b8c8bd346261d322bb;hpb=e5272074c9bf554fa9f24a97899de584b1c127c2;p=oweals%2Fbusybox.git diff --git a/Rules.mak b/Rules.mak index 55e9b5ce6..dfc2777ef 100644 --- a/Rules.mak +++ b/Rules.mak @@ -19,7 +19,7 @@ #-------------------------------------------------------- PROG := busybox -VERSION := 1.00-pre1 +VERSION := 1.00-pre3 BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") @@ -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