Changeset 98d051f in rtems for c/src/lib/libbsp/i386/i386ex

Timestamp:
04/16/99 18:15:08 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c00fa38
Parents:
4a22e7a
Message:

Patch from Ralf Corsepius <corsepiu@…>:

1) ./c/src/lib/libbsp/i386/i386ex/startup/Makefile.in

preinstall:

$(INSTALL_CHANGE) ${IMPORT_SRC} .

# ${CP} ${IMPORT_SRC} .

This fragment is broken, because IMPORT_SRC is always empty.

IMO, the fix would be to remove this fragment or to replace it with

test -z "${IMPORT_SRC}"
cp ${IMPORT_SRC} .

if an external shell variable IMPORT_SRC shall be supported by this
Makefile, which IMO should not be done.

(No files)

Note: See TracChangeset for help on using the changeset viewer.