OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 25... Line 25...
25   25  
26 override OPENWRT_BUILD=1 26 override OPENWRT_BUILD=1
27 export OPENWRT_BUILD 27 export OPENWRT_BUILD
28 GREP_OPTIONS= 28 GREP_OPTIONS=
29 export GREP_OPTIONS -  
30 CDPATH= -  
31 export CDPATH 29 export GREP_OPTIONS
32 include $(TOPDIR)/include/debug.mk 30 include $(TOPDIR)/include/debug.mk
33 include $(TOPDIR)/include/depends.mk 31 include $(TOPDIR)/include/depends.mk
34 include $(TOPDIR)/include/toplevel.mk 32 include $(TOPDIR)/include/toplevel.mk
35 else 33 else
Line 85... Line 83...
85 echo ' Please provide a "$(INCLUDE_DIR)/site/$(ARCH)" file and restart the build.'; \ 83 echo ' Please provide a "$(INCLUDE_DIR)/site/$(ARCH)" file and restart the build.'; \
86 exit 1; \ 84 exit 1; \
87 fi 85 fi
Line 88... Line 86...
88   86  
89 checksum: FORCE 87 checksum: FORCE
Line 90... Line 88...
90 $(call sha256sums,$(BIN_DIR),$(CONFIG_BUILDBOT)) 88 $(call sha256sums,$(BIN_DIR))
91   89  
92 diffconfig: FORCE 90 diffconfig: FORCE