From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fred 1 Date: Thu, 25 Feb 2021 12:50:47 +1100 Subject: make O=directory parameter Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de like in the linux kernel build make O=builds/arm builds the result to the specified output directory is this supposed to work for uboot also ? doesn't seem to work for me, i've fetched older tar files and same problem maybe my environment? ??? fedora32 ??? 5.10.13-100.fc32.x86_64 ??? GNU Make 4.2.1 the O=? does mostly work on older uboot like from ~2010 though.... thought i'd ask as debugging the make process is,well umm...horrible, (i've inserted some extra debug print codes in gnu make (it self no code to be praised about! esp when so much open source depends on it!!) so atm, a bit of a rabbit hole........should I persist?