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



On 20 November 2012 15:48, John Crispin <[email protected]> wrote:

> On 20/11/12 14:35, Roman Yeryomin wrote:
>
>> Allow to call clean target from source makefile with
>> package/<name>/cleansrc.
>> Useful when developing a package on-site.
>>
>> Signed-off-by: Roman Yeryomin <[email protected] <mailto:[email protected]>>
>>
>
> Hi,
>
> what do you need this for ? a more elaborate description would be welcome
>
>         John
> ______________________________**_________________
> openwrt-devel mailing list
> [email protected].**org <[email protected]>
> https://lists.openwrt.org/**mailman/listinfo/openwrt-devel<https://lists.openwrt.org/mailman/listinfo/openwrt-devel>
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to