Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/Makefile

    r1ea99cc r2a18193c  
    112112        $(USPACEDIR)/app/tetris/tetris \
    113113        $(USPACEDIR)/app/tester/tester \
    114         $(USPACEDIR)/app/dload/dload \
    115         $(USPACEDIR)/app/dltest/dltest \
    116         $(USPACEDIR)/app/dltest2/dltest2 \
    117114        $(USPACEDIR)/app/trace/trace \
    118115        $(USPACEDIR)/app/bdsh/bdsh \
    119116        $(USPACEDIR)/app/klog/klog
    120 
    121 RD_LIBS = \
    122         $(USPACEDIR)/lib/libc/shared/libc.so.0 \
    123         $(USPACEDIR)/lib/libtest/libtest.so.0
    124117
    125118OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
     
    150143        -rm -f _components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o $(OBJECTS) initrd.img image.raw image.boot Makefile.depend
    151144
    152 _components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_SRVS) $(RD_LIBS) $(RD_APPS) _link.ld.in
     145_components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_SRVS) $(RD_APPS) _link.ld.in
    153146        for file in $(RD_SRVS) ; do \
    154147                cp $$file $(USPACEDIR)/dist/srv/ ; \
    155         done
    156         for lib in $(RD_LIBS) ; do \
    157                 cp $$lib $(USPACEDIR)/dist/lib/ ; \
    158148        done
    159149        for file in $(RD_APPS) ; do \
Note: See TracChangeset for help on using the changeset viewer.