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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/ksh/Makefile

    r407 r427  
    2121       $(LIBS)/build/stdlib.o   \
    2222       $(LIBS)/build/stdio.o    \
    23        $(LIBS)/build/nostdio.o  \
    2423       $(LIBS)/build/string.o   \
    2524       $(LIBS)/build/malloc.o   \
     
    5049        $(DU) -D $@ > $@.txt
    5150
    52 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h
    53         $(CC) $(INCLUDES) $(CFLAGS) -c -o  $@ $<
    54         $(DU) -D $@ > $@.txt
    55 
    5651$(LIBS)/build/string.o : $(LIBS)/string.c $(LIBS)/string.h
    5752        $(CC) $(INCLUDES) $(CFLAGS) -c -o  $@ $<
Note: See TracChangeset for help on using the changeset viewer.