Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile.build

    r8786aa5 rcc1f8d4  
    5050        generic/as.c \
    5151        generic/cap.c \
    52         generic/clipboard.c \
    5352        generic/devmap.c \
    5453        generic/event.c \
     
    5756        generic/string.c \
    5857        generic/fibril.c \
    59         generic/fibril_synch.c \
     58        generic/fibril_sync.c \
    6059        generic/pcb.c \
    6160        generic/smc.c \
     
    8786        generic/udebug.c \
    8887        generic/vfs/vfs.c \
    89         generic/vfs/canonify.c \
    90         generic/stacktrace.c
     88        generic/vfs/canonify.c
    9189
    9290ARCH_SOURCES += \
     
    112110%.o: %.S $(DEPEND)
    113111        $(CC) $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__ -c $< -o $@
    114 ifeq ($(PRECHECK),y)
    115         $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__
    116 endif
    117112
    118113%.o: %.s $(DEPEND)
    119114        $(AS) $(AFLAGS) $< -o $@
    120 ifeq ($(PRECHECK),y)
    121         $(JOBFILE) $(JOB) $< $@ as asm $(AFLAGS)
    122 endif
    123115
    124116%.o: %.c $(DEPEND)
    125117        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    126 ifeq ($(PRECHECK),y)
    127         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    128 endif
    129118
    130119$(DEPEND): $(INCLUDE_KERNEL) $(INCLUDE_ARCH) $(INCLUDE_LIBARCH)
Note: See TracChangeset for help on using the changeset viewer.