Changes in boot/Makefile [cc1a727:5203e256] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rcc1a727 r5203e256  
    5050        $(MKFAT) 1048576 $(DIST_PATH) $@
    5151endif
    52 ifeq ($(RDFMT),ext2fs)
    53         $(MKEXT2) 1048576 $(DIST_PATH) $@
    54 endif
    5552
    5653build_dist: clean_dist
     
    7976                cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \
    8077        done
    81 
     78       
    8279clean: clean_dist
    8380        $(MAKE) -f $(BUILD) clean PRECHECK=$(PRECHECK)
Note: See TracChangeset for help on using the changeset viewer.