Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/Makefile.custom

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 2  Line 2 
2  # Build system  # Build system
3  # ==========================================================================  # ==========================================================================
4    
5  busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h  busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h include/applets.h
6   $(Q)-$(SHELL) $^ >$@   $(Q)-$(SHELL) $^ >$@
7    
8  .PHONY: install  .PHONY: install
# Line 64  release: distclean Line 64  release: distclean
64   -name .svn \   -name .svn \
65   -print \   -print \
66   -exec rm -r -f {} \; ; \   -exec rm -r -f {} \; ; \
67     find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type d \
68     -name .git \
69     -print \
70     -exec rm -r -f {} \; ; \
71   find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \   find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
72   -name .\#* \   -name .\#* \
73   -print \   -print \
# Line 114  disp_doc       = $($(quiet)cmd_doc) Line 118  disp_doc       = $($(quiet)cmd_doc)
118  # sed adds newlines after "Options:" etc,  # sed adds newlines after "Options:" etc,
119  # this is needed in order to get good BusyBox.{1,txt,html}  # this is needed in order to get good BusyBox.{1,txt,html}
120  docs/busybox.pod: $(srctree)/docs/busybox_header.pod \  docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
121   $(srctree)/include/usage.h \   include/usage.h \
122   $(srctree)/docs/busybox_footer.pod \   $(srctree)/docs/busybox_footer.pod \
123   applets/usage_pod   applets/usage_pod
124   $(disp_doc)   $(disp_doc)

Legend:
Removed from v.1122  
changed lines
  Added in v.1123