Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Axelsson, Andreas" To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Commandline clipping Date: Tue, 1 Aug 2000 19:19:07 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" I've got a very long variable in make that I need to feed as parameter to a program, but the program doesn't receive the whole line, and thus produces the incorrect output. The command is echoed completely though. The result is the same in both Win2k and Win95. # Example makefile: BIGVAR := lots of text going on forever target: tool.exe ${BIGVAR} # The commandline is properly echoed when run, but the arguments are not sent. target2: echo a; tool.exe ${BIGVAR}; echo b # The whole line is echoed, up to the 'b', but the command 'echo b' is never executed. Does anyone know? (I'm running the latest version of cygwin, bash and make, but it's been like this in all older versions I've tried aswell) /axl -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com