mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Modification to properly support BSP aliases (pc[456]86).
This commit is contained in:
@@ -12,15 +12,15 @@ bin2boot
|
|||||||
|
|
||||||
bin2boot_SOURCES = bin2boot.c
|
bin2boot_SOURCES = bin2boot.c
|
||||||
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools:
|
@PROJECT_RELEASE@/build-tools:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
|
@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES = \
|
PREINSTALL_FILES = \
|
||||||
$(PROJECT_ROOT)/pc386/build-tools \
|
@PROJECT_RELEASE@/build-tools \
|
||||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
|
@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)
|
||||||
|
|
||||||
## HACK: install into build-tree
|
## HACK: install into build-tree
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user