~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/arch/sparc64/loader/Makefile.build

  • Committer: Pavel Rimsky
  • Date: 2010-02-20 20:54:53 UTC
  • mfrom: (292 head)
  • mto: This revision was merged to the branch mainline in revision 296.
  • Revision ID: pavel@pavel-laptop-20100220205453-70sim280j709dgp3
Synchronize with head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
endif
88
88
 
89
89
$(DEPEND):
 
90
        rm -f $(USPACEDIR)/dist/srv/*
 
91
        rm -f $(USPACEDIR)/dist/app/*
 
92
        rm -f $(USPACEDIR)/dist/cfg/net/*
 
93
 
90
94
        for file in $(RD_SRVS) ; do \
91
95
                cp $$file $(USPACEDIR)/dist/srv/ ; \
92
96
        done
93
97
        for file in $(RD_APPS) ; do \
94
98
                cp $$file $(USPACEDIR)/dist/app/ ; \
95
99
        done
 
100
        for file in $(NET_CFG) ; do \
 
101
                cp $$file $(USPACEDIR)/dist/cfg/net/ ; \
 
102
        done
96
103
ifeq ($(RDFMT),tmpfs)
97
104
        ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ $(INITRD).fs
98
105
endif