Changeset f3f4149 in mainline


Ignore:
Timestamp:
2019-06-05T12:14:49Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a18da67
Parents:
dabaa83
Message:

Rename entry.[cS] files to match their export names

Location:
uspace/lib/c
Files:
1 edited
11 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rdabaa83 rf3f4149  
    217217include $(USPACE_PREFIX)/Makefile.common
    218218
    219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/entry.o
     219$(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/crt0.o
    220220        cp $< $@
    221221
    222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/entry.o
     222$(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/crt1.o
    223223        cp $< $@
    224224
Note: See TracChangeset for help on using the changeset viewer.