Changeset 7aaed09 in mainline for boot/Makefile
- Timestamp:
- 2011-12-18T14:02:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c868e2d
- Parents:
- 3b71e84d (diff), 1761268 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r3b71e84d r7aaed09 40 40 $(PACK) $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) arch/$(KARCH) $(COMPONENTS) 41 41 42 $(INITRD).img: $(INITRD).fs 43 $(MKHORD) $(PAGE_SIZE) $< $@ 44 45 $(INITRD).fs: build_dist 42 $(INITRD).img: build_dist 46 43 ifeq ($(RDFMT),tmpfs) 47 44 $(MKTMPFS) $(DIST_PATH) $@ … … 95 92 96 93 clean_dist: 97 rm -f $(INITRD). fs $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co94 rm -f $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co 98 95 rm -f $(USPACE_PATH)/dist/srv/* 99 96 rm -rf $(USPACE_PATH)/dist/drv/*
Note:
See TracChangeset
for help on using the changeset viewer.