Changeset 49ff5f3 in mainline for boot/Makefile
- Timestamp:
- 2012-04-18T20:55:21Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7769ec9
- Parents:
- e895352 (diff), 63920b0 (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
re895352 r49ff5f3 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) $@ … … 69 66 cp "$$file" "$(DIST_PATH)/app/" ; \ 70 67 done 71 for file in $(NET_CFG) ; do \72 cp "$$file" "$(DIST_PATH)/cfg/net/" ; \73 done74 68 for drv in $(RD_DRVS) ; do \ 75 69 drv_dir="`dirname "$$drv"`" ; \ … … 95 89 96 90 clean_dist: 97 rm -f $(INITRD). fs $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co91 rm -f $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co 98 92 rm -f $(USPACE_PATH)/dist/srv/* 99 93 rm -rf $(USPACE_PATH)/dist/drv/*
Note:
See TracChangeset
for help on using the changeset viewer.