mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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)
|
||||
$(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
|
||||
cd ${PROJECT_RELEASE}/build-tools/diskboot.exe ; \
|
||||
uudecode < $(srcdir)/diskboot.uue
|
||||
uudecode -p < $(srcdir)/diskboot.uue \
|
||||
> $(PROJECT_RELEASE)/build-tools/diskboot.exe
|
||||
|
||||
Reference in New Issue
Block a user