On Tuesday 27 November 2012 15:28:50 Roman Yeryomin wrote:
> On 20 November 2012 21:45, Roman Yeryomin <leroi.li...@gmail.com> wrote:
> 
> > When developing/debugging a package I would like to make
> > change/compile/try cycle to be shorter.
> > Of cause you can do something like:
> > - edit/save the code
> > - cd build_dir/target_something/package
> > - make clean
> > - rm -f .built*
> > - cd -
> > - make package/name/compile
> >
> > but this looks and feels much nicer and shorter:
> > - edit/save the code
> > - make package/name/cleansrc
> > - make package/name/compile
> 
> 
> Use $(STAMP_BUILT) variable. Cleans some trailing spaces.

I also had the need for such a thing a couple of months ago, this looks like 
an useful target to me.
--
Florian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to