Changeset 49ff5f3 in mainline for boot/Makefile


Ignore:
Timestamp:
2012-04-18T20:55:21Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
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.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    re895352 r49ff5f3  
    4040        $(PACK) $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) arch/$(KARCH) $(COMPONENTS)
    4141
    42 $(INITRD).img: $(INITRD).fs
    43         $(MKHORD) $(PAGE_SIZE) $< $@
    44 
    45 $(INITRD).fs: build_dist
     42$(INITRD).img: build_dist
    4643ifeq ($(RDFMT),tmpfs)
    4744        $(MKTMPFS) $(DIST_PATH) $@
     
    6966                cp "$$file" "$(DIST_PATH)/app/" ; \
    7067        done
    71         for file in $(NET_CFG) ; do \
    72                 cp "$$file" "$(DIST_PATH)/cfg/net/" ; \
    73         done
    7468        for drv in $(RD_DRVS) ; do \
    7569                drv_dir="`dirname "$$drv"`" ; \
     
    9589
    9690clean_dist:
    97         rm -f $(INITRD).fs $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co
     91        rm -f $(INITRD).img $(COMPS_H) $(COMPS_C) $(LINK) $(LINK).comp *.co
    9892        rm -f $(USPACE_PATH)/dist/srv/*
    9993        rm -rf $(USPACE_PATH)/dist/drv/*
Note: See TracChangeset for help on using the changeset viewer.