Changes in boot/Makefile [cc1a727:5203e256] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rcc1a727 r5203e256 50 50 $(MKFAT) 1048576 $(DIST_PATH) $@ 51 51 endif 52 ifeq ($(RDFMT),ext2fs)53 $(MKEXT2) 1048576 $(DIST_PATH) $@54 endif55 52 56 53 build_dist: clean_dist … … 79 76 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \ 80 77 done 81 78 82 79 clean: clean_dist 83 80 $(MAKE) -f $(BUILD) clean PRECHECK=$(PRECHECK)
Note:
See TracChangeset
for help on using the changeset viewer.