[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes in mkdir definition cause problems
- Date: Mon, 12 Jul 1999 09:13:46 -0500 (CDT)
- From: joel at OARcorp.com (joel at OARcorp.com)
- Subject: Changes in mkdir definition cause problems
On Mon, 12 Jul 1999, VALETTE Eric wrote:
> >>>>> "joel" == joel <joel at OARcorp.com> writes:
>
>
> joel> The only usage of the MKDIR command was in the mcp750 BSP. I think it can
> joel> safely be removed.
>
> I have nothing again suppressing it provided I have something equivalent
> because having only flat BSP specific include files is bad...
>
>
> joel> And if it is not supported, then what?
>
> then use a default sell script ...
How about this minor change to make/host.cfg.in:
MKDIR=mkdir
Replace with:
MKDIR=$(SHELL) $(RTEMS_ROOT)/mkinstalldirs
This is VERY simple (if it works :), completely portable, and maintains
the MKDIR macro in a useful state.
--joel