[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21956: subdir-objecs dies with "rm: cannot remove 'emxp_cm_bl': Is a
From: |
Peter Johansson |
Subject: |
bug#21956: subdir-objecs dies with "rm: cannot remove 'emxp_cm_bl': Is a directory", even git version |
Date: |
Thu, 19 Nov 2015 15:54:58 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi Joakim,
On 11/19/2015 11:15 AM, Joakim Tjernlund wrote:
automake>= 1.13 (did not test lower than that) dies during make with:
CCLD emxp_cm_bl_shell
rm: cannot remove 'emxp_cm_bl': Is a directory
Makefile:1070: recipe for target 'emxp_cm_bl' failed
This happens if you have the same name on the containing directory and
in bin_PROGRAMS, like so
bin_PROGRAMS = emxp_hw_bl
You try to create a program named 'emxp_hw_bl'.
emxp_hw_bl_SOURCES = emxp_hw_bl/emxp_hw_bl.c
But that name is already taken by the directory (in which the source
files resides).
If you think this is a bug, what do you think is the preferable behaviour?
Cheers,
Peter