From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 27 Jun 2001 15:03:27 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: bash 2.04 build failure? Message-ID: <3B39F5BF.260.BC98FD@localhost> In-reply-to: <20010627195728.A204@lauras.lt> References: <3B3890D8 DOT 12023 DOT 1A6E91 AT localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 1) make check after building bash: The problem I see is the colon after $$PATH in the 'check' rule below: test tests check: force $(Program) $(TESTS_SUPPORT) @-test -d tests || mkdir tests @cp $(TESTS_SUPPORT) tests @( cd $(srcdir)/tests && \ PATH=$$PATH:$(BUILD_DIR)/tests THIS_SH=$(THIS_SH) $(SHELL) ${TESTSCRIPT} ) set PATH_SEPARTOR=: Setting PATH_SEPARATOR=: before running 'make check' is one fix. But then the next I find is the scripts all assume '/tmp' as the temporary directory. I don't use emacs so I can't answer #2.