[llvm-commits] CVS: llvm/Makefile.rules configure

Misha Brukman brukman at uiuc.edu
Tue Nov 25 12:06:02 PST 2003


On Tue, Nov 25, 2003 at 11:49:32AM -0600, John Criswell wrote:
> Changes in directory llvm:
> 
> Makefile.rules updated: 1.159 -> 1.160
> configure updated: 1.57 -> 1.58
> 
> ---
> Log message:
> 
> Added a pseudo-hack: The Makefile now copies Makefiles from source tree to
> object tree if it is missing.  This means that new Makefiles should get
> picked up automagically, requiring less bothersome re-configuring after
> updates.

Uhm... I've already added a pseudo-hack for that:

[snip from bottom of Makefile.rules]

# If the Makefile in the source tree has been updated, copy it over into the
# build tree.
Makefile :: $(BUILD_SRC_DIR)/Makefile
  @${ECHO} "===== Updating Makefile from source dir: `dirname $<` ====="
  cp -f $< $@

-- 
Misha Brukman :: http://misha.brukman.net



More information about the llvm-commits mailing list