OSDN Git Service

config: Fix passing defconfig args
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 14 Jun 2011 16:48:19 +0000 (18:48 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 14 Jun 2011 16:48:19 +0000 (18:48 +0200)
commit97c3c5f634379ff7b16dcaeff34b7f3eeea2b3f1
tree270faf8a9f63b88dcb9868fbb2ac2dd1a4fe2e50
parent4cf580dfcc5846b89a4cf688ecca431d5a5e5647
config: Fix passing defconfig args

Don't rely on argument-shuffling but use correct arguments in
the first place.

In bug#3589 Thomas Suckow writes:

The modified kconfig defines -D to be the same function as -d. In
addition -d does not take an argument and Config.in should be passed as
a non-option argument. The existing argument order appears to work on
distributions such as Fedora but chokes on Cygwin (newlib?).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makefile.in