Changeset 427 for trunk/user/sort


Ignore:
Timestamp:
Jan 29, 2018, 6:06:11 PM (6 years ago)
Author:
alain
Message:

Several processes KSH[i] can be launched by the INIT process.

Location:
trunk/user/sort
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/sort/Makefile

    r417 r427  
    2323       $(LIBS)/build/pthread.o  \
    2424       $(LIBS)/build/malloc.o   \
    25        $(LIBS)/build/nostdio.o  \
    2625       $(LIBS)/build/hal_user.o
    2726
     
    5655        $(DU) -D $@ > $@.txt
    5756
    58 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h
    59         $(CC) $(INCLUDES) $(CFLAGS) -c -o  $@ $<
    60         $(DU) -D $@ > $@.txt
    61 
    6257clean:
    6358        rm -f *.o *.elf *.txt core $(LIBS)/build/*.o $(LIBS)/build/*.txt
  • trunk/user/sort/sort.c

    r417 r427  
    2222///////////////////////////////////////////////////////////////////////////////
    2323
    24 #include <nostdio.h>
    2524#include <stdio.h>
    2625#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.