1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

make sure a predefined CFLAGS variable does not get in the way (fix for #4038)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-09-25 14:10:04 +00:00
parent 863ffbda1f
commit d20c210d75

View File

@ -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