All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problems building ./tools
Date: Wed, 13 Aug 2003 15:53:17 +0200	[thread overview]
Message-ID: <3F3A42CD.2030800@imc-berlin.de> (raw)

Hi there,

I just pulled U-Boot CVS and tried to build a standard target:

~ # make TQM860L_config
rm -f include/config.h include/config.mk
Configuring for TQM860L board...
~ #  CROSS_COMPILE=ppc_8xx- LANG=en make all

But I do get

make[1]: Entering directory `/home/denx/CVSDENX/u-boot/tools'
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for dir in  ; do  make  HOSTOS=linux  HOSTARCH=i386  HOST_CFLAGS="-Wall -pedantic"  HOST_LDFLAGS=""  -C $dir || exit 1 ;  done'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/home/denx/CVSDENX/u-boot/tools'
make: *** [subdirs] Error 1

Troublemakers are the lines in tools/Makefile:

subdirs:
                 @for dir in $(TOOLSUBDIRS) ; do \
                     $(MAKE) \
                         HOSTOS=$(HOSTOS) \
                         HOSTARCH=$(HOSTARCH) \
                         HOST_CFLAGS="$(HOST_CFLAGS)" \
                         HOST_LDFLAGS="$(HOST_LDFLAGS)" \
                         -C $$dir || exit 1 ; \
                 done

since TOOLSUBDIRS is explicitly set emtpy in tools/Makefile!

???

Steven

             reply	other threads:[~2003-08-13 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-13 13:53 Steven Scholz [this message]
2003-08-13 14:45 ` [U-Boot-Users] Problems building ./tools Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F3A42CD.2030800@imc-berlin.de \
    --to=steven.scholz@imc-berlin.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.