X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=b09bfcca8d89d91aedfd02ca17a19b30bc548e55;hb=968294bd7b9b540f53c1fb3c809da464623a4362;hp=1c9dc7a7a0118a0a482d42096b3f582950da3d8f;hpb=1bce2aeb6f31043caa0509387d85b786c1d2e147;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index 1c9dc7a..b09bfcc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc4 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else @@ -838,7 +838,7 @@ unconfig: sinclude $(obj).boards.depend $(obj).boards.depend: boards.cfg - @awk '(NF && $$1 !~ /^#/) { print $$7 ": " $$7 "_config; $$(MAKE) -d" }' $< > $@ + @awk '(NF && $$1 !~ /^#/) { print $$7 ": " $$7 "_config; $$(MAKE)" }' $< > $@ # # Functions to generate common board directory names