mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Changed the uuencode line to work better with VPATH setups.
This commit is contained in:
@@ -59,5 +59,5 @@ CLOBBER_ADDITIONS +=
|
|||||||
|
|
||||||
all: $(ARCH) $(SRCS) $(PGMS)
|
all: $(ARCH) $(SRCS) $(PGMS)
|
||||||
$(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
|
$(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
|
||||||
cd ${PROJECT_RELEASE}/build-tools/diskboot.exe ; \
|
uudecode -p < $(srcdir)/diskboot.uue \
|
||||||
uudecode < $(srcdir)/diskboot.uue
|
> $(PROJECT_RELEASE)/build-tools/diskboot.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user