X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Ftoplevel.mk;h=9d0eb2593356c80d1cd45a455fef2cb96bda4325;hp=06b005568ee7058204c5918abeff1243d6b3fe67;hb=d20c210d75d4423fc8de2dc99bc3bb1de9a3b77e;hpb=863ffbda1faafaa27b4ad4733710856b2ced09a2 diff --git a/include/toplevel.mk b/include/toplevel.mk index 06b005568..9d0eb2593 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -24,6 +24,9 @@ export REVISION export OPENWRTVERSION export IS_TTY=$(shell tty -s && echo 1 || echo 0) +# make sure that a predefined CFLAGS variable does not disturb packages +export CFLAGS= + ifeq ($(FORCE),) .config scripts/config/conf scripts/config/mconf: tmp/.prereq-build endif