Ignore:
File:
1 edited

Legend:

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

    r9dcadb0 rcc1f8d4  
    2929
    3030include Makefile.common
    31 include ../../../../Makefile.config
    3231
    3332.PHONY: all clean
     
    3534all: ../../../../version ../../../../Makefile.config ../../../../config.h ../../../../config.defs
    3635        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
    37         $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
     36        $(MAKE) -f Makefile.build
    3837
    3938clean:
     
    4645                rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \
    4746        done
    48         rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(OUTPUT) $(HELLO) $(COMPS).h $(COMPS).c $(LINK) $(INITRD).img $(INITRD).fs
     47        rm -f $(DEPEND) $(DEPEND_PREV) $(OUTPUT) $(HELLO) $(COMPS).h $(COMPS).c $(LINK) $(INITRD).img $(INITRD).fs
    4948        find . -name '*.o' -follow -exec rm \{\} \;
    5049        find . -name '*.co' -follow -exec rm \{\} \;
Note: See TracChangeset for help on using the changeset viewer.