To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80465 Issue #|80465 Summary|IFEXIST macro fails on directories Component|tools Version|OOo 2.2.1 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|solenv Assigned to|hjs Reported by|xlastovi
------- Additional comments from [EMAIL PROTECTED] Wed Aug 8 09:50:49 +0000 2007 ------- The IFEXIST makefile macro with bash makes test -f which is false on directories. Patch changes the condition to -e, which is used with tcsh. The error leads e.g. to the following build problem, where the build process is interrupted waiting for user input: ============= Building project hsqldb ============= /home/pavel/602Office/trunk/build/current/hsqldb ------------- if test -f ./unxlngi6.pro/misc/build/hsqldb ; then mv ./unxlngi6.pro/misc/build/hsqldb ./unxlngi6.pro/misc/build/hsqldb_removeme ; fi rm -rf ./unxlngi6.pro/misc/build/hsqldb_removeme mkdir: cannot create directory `./unxlngi6.pro/misc/': File exists mkdir: cannot create directory `./unxlngi6.pro/misc/build': File exists dmake: Executing shell macro: +$(TYPE) $(PRJ)$/$(ROUT)$/misc$/$(TARFILE_NAME).unpack cd ./unxlngi6.pro/misc/build && ( unzip ../../../download/hsqldb_1_8_0.zip) && touch so_unpacked_so_hsqldb Archive: ../../../download/hsqldb_1_8_0.zip replace hsqldb/bin/hsqldb? [y]es, [n]o, [A]ll, [N]one, [r]ename: --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
