Changeset 2105


Ignore:
Timestamp:
Nov 6, 2009, 5:57:29 PM (14 years ago)
Author:
Peter
Message:

new convenience target that is similar to 'make install' but does not update header files that haven't changed. Can be useful to avoid extra compilation. Note, will not work if you bootstrapped with automake 1.10, but you need a newer install-sh. The distributed tarball should have been bootstrapped with automake 1.11+, so then you should have no problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2063 r2105  
    3636doxygen_mk:; @(cd yat; $(MAKE) $(AM_MAKEFLAGS) $@)
    3737
     38#
     39install-modified:
     40  $(MAKE) install $(AM_MAKEFLAGS) INSTALL_HEADER="$(install_sh_DATA) -C"
     41
    3842if ENABLE_SVN_SUPPORT
    3943include build_support/svn_support.am
Note: See TracChangeset for help on using the changeset viewer.