+2007-06-23 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
+ Don't let the 'mostlyclean' target fail if the last subdirectory could
+ not be removed.
+ Reported by Karl Berry.
+
2007-06-23 Bruno Haible <bruno@clisp.org>
* gnulib-tool (echo): Add a speedier workaround for ksh.
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2007-06-23 12:37:29 $'
+cvsdatestamp='$Date: 2007-06-23 19:21:30 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
nl='
echo " if test -n \"\$\$dir\" && test -d \$\$dir; then \\"
echo " echo \"rmdir \$\$dir\"; rmdir \$\$dir; \\"
echo " fi; \\"
- echo " done"
+ echo " done; \\"
+ echo " :"
rm -f allsnippets.tmp
}
echo " if test -n \"\$\$dir\" && test -d \$\$dir; then \\"
echo " echo \"rmdir \$\$dir\"; rmdir \$\$dir; \\"
echo " fi; \\"
- echo " done"
+ echo " done; \\"
+ echo " :"
rm -f allsnippets.tmp
}