From: Paul H. Hargrove (PHHargrove_at_lbl_dot_gov)
Date: Mon Aug 04 2008 - 11:40:49 PDT
Thanks, Neal.
I've made this change in my CVS and when there is critical mass to make a
0.7.3 release it will be included.
-Paul
Neal Becker wrote:
> I needed this patch, otherwise mkdir fails with 'file already exists'
>
> diff -u blcr-0.7.2.1/config/kbuild.mak.in{~,}
> --- blcr-0.7.2.1/config/kbuild.mak.in~ 2008-07-25 21:01:02.000000000 -0400
> +++ blcr-0.7.2.1/config/kbuild.mak.in 2008-08-03 16:49:45.000000000 -0400
> @@ -43,7 +43,7 @@
> install: all install-exec
> @: # Empty
> install-exec:
> - $(mkinstalldirs) $(installdir)
> + -$(mkinstalldirs) $(installdir)
> $(INSTALL_data) $(TARGET)$(TARGET_SUFFIX)
> $(installdir)/$(TARGET)$(TARGET_SUFFIX)
> uninstall:
> [ -z "$(TARGET)$(TARGET_SUFFIX)" ] || rm -f
> $(installdir)/$(TARGET)$(TARGET_SUFFIX)
>
--
Paul H. Hargrove PHHargrove_at_lbl_dot_gov
Future Technologies Group
HPC Research Department Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory Fax: +1-510-486-6900