mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:54:44 +08:00
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
|
||||
|
||||
@@ -117,7 +117,7 @@ ARCH__V = $(ARCH_OPTIMIZE_V)
|
||||
ARCH = $(ARCH_$(VARIANT_V)_V)
|
||||
|
||||
${ARCH}/$(dirstamp):
|
||||
@$(mkinstalldirs) $(ARCH)
|
||||
@$(mkdir_p) $(ARCH)
|
||||
@: > $(ARCH)/$(dirstamp)
|
||||
|
||||
## Setup the library suffix
|
||||
|
||||
Reference in New Issue
Block a user