From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 26 Aug 2013 00:37:48 +0200 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2013-08-24 In-Reply-To: <5219F107.2030208@zacarias.com.ar> (Gustavo Zacarias's message of "Sun, 25 Aug 2013 08:56:55 -0300") References: <20130825063005.DE08A52C1CB@lolut.humanoidz.org> <5219F107.2030208@zacarias.com.ar> Message-ID: <87fvtxl7lv.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Gustavo" == Gustavo Zacarias writes: Gustavo> On 08/25/2013 04:32 AM, Thomas De Schampheleire wrote: >>> Classification of failures by reason >>> ==================================== >>> >>> make: *** [target-finalize]... | 96 >> >> Oops, what happened here? Gustavo> Commit fde2605765fd99565ebcde48c5411a69646c2cce Gustavo> test -d will always return 1 if the directory doesn't exist, which is Gustavo> the case when kernel/modules aren't built. Gustavo> The construct should be something like: Gustavo> if test -d $(TARGET_DIR)/lib/modules; then ....; fi Correct. Fixed, thanks. -- Bye, Peter Korsgaard