Changeset e035612 in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2009-10-14T15:00:02Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68834d85, 7c7a3209, 81342f7
Parents:
c088fd4
Message:

make parallel build (with -j n) possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rc088fd4 re035612  
    7878        $(LD) -T $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
    7979
    80 disasm: $(OUTPUT).disasm
    81 
    8280$(OUTPUT).disasm: $(OUTPUT)
    8381        $(OBJDUMP) -d $< > $@
Note: See TracChangeset for help on using the changeset viewer.