gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Changing build systems


From: Paul Fertser
Subject: Re: [gpsd-dev] Changing build systems
Date: Thu, 26 Mar 2015 13:48:51 +0300
User-agent: Mutt/1.5.23 (2014-03-12)

Hey Bernd,

On Thu, Mar 26, 2015 at 09:46:01AM +0100, Bernd Ocklin wrote:
> However, only a complete clean & compile cycle is supported on OpenWRT. This
> requires you to tar your sources into the OpenWRT local download repository
> and recompile it from scratch for every minor code change in the
> package.

I like OpenWrt (that's the only correct spelling BTW) too much to
refrain from commenting here. In fact, doing what you describe is
usually very easy.

$ make package/<packagename>/{clean,prepare} V=s
$ cd build_dir/target-*/<packagename>-*
$ <do whatever mods you want to try>
$ cd -
$ make package/<packagename>/compile V=s
$ <repeat as needed>

When one needs to add or modify additional OpenWrt-specific patches,
it's easy too, the procedure is described in details at [1].

[1] http://wiki.openwrt.org/doc/devel/patches
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]