~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Scott Moser
  • Date: 2012-01-23 21:33:44 UTC
  • Revision ID: smoser@ubuntu.com-20120123213344-n1c40pxlqbm4kgt0
support make br-source for downloading sources

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        $(BR_MAKE) $* busybox-menuconfig
68
68
        cp $(BR_OUT_D)/build/busybox-1.18.5/.config $(CONF_D)/busybox.config
69
69
 
70
 
br-%:
 
70
br-%: $(BR_OUT_D)/.config $(BR_OUT_D)/busybox.config
71
71
        $(BR_MAKE) $*
72
72
 
73
73
%/.dir: