Changeset b8b1e631 in mainline for boot/Makefile
- Timestamp:
- 2011-12-03T11:10:06Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30413b31
- Parents:
- 07fd4cd1 (diff), 1f5c9c96 (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
r07fd4cd1 rb8b1e631 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.