Changeset ccb806c in rtems


Ignore:
Timestamp:
12/06/97 15:12:07 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
af231b4
Parents:
01a5f6b2
Message:

Changed the uuencode line to work better with VPATH setups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/tools/Makefile.in

    r01a5f6b2 rccb806c  
    6060all:    $(ARCH) $(SRCS) $(PGMS)
    6161        $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
    62         cd ${PROJECT_RELEASE}/build-tools/diskboot.exe ; \
    63           uudecode < $(srcdir)/diskboot.uue
     62        uudecode -p < $(srcdir)/diskboot.uue \
     63            > $(PROJECT_RELEASE)/build-tools/diskboot.exe
Note: See TracChangeset for help on using the changeset viewer.