]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 May 2013 09:20:24 +0000 (11:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 May 2013 09:31:51 +0000 (11:31 +0200)
* maint:
  am: prefer a shorter idiom where possible
  cosmetics: fix few typos, grammaros and missing whitespace
  fixup: remove an obsolete comment
  docs: we still don't have the promised better Java interface
  maint: re-run "make update-copyright" ...
  tests: avoid spurious failure with older flex (2.5.4)
  announcement: cater to more flexible NEWS format

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
doc/automake-ng.texi
lib/am/library.am
lib/am/ltlibrary.am
lib/am/program.am
maintainer/maint.mk

Simple merge
index c7eae862c07c4a1b9e4d0bea53e7bc01cab45a7b,c01d221ef63c387eaa81fd8a4c9dfe87c553b1af..bf260efdfed2b32d6ffc5ea11d2d6aebdedd0285
  
  ## You should have received a copy of the GNU General Public License
  ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -%LIBRARY%: $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_DEPENDENCIES) $(EXTRA_%XLIBRARY%_DEPENDENCIES) %DIRSTAMP%
 -      %SILENT%-rm -f %LIBRARY%
 -      %VERBOSE%$(%XLIBRARY%_AR) %LIBRARY% $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_LIBADD)
 -      %SILENT%$(RANLIB) %LIBRARY%
 +%LIBRARY%: $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_DEPENDENCIES) \
 +           $(EXTRA_%XLIBRARY%_DEPENDENCIES)
 +      %SILENT%rm -f $@
 +      %SILENT%$(am.cmd.ensure-target-dir-exists)
 +      %VERBOSE%$(%XLIBRARY%_AR) $@ $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_LIBADD)
 +      %SILENT%$(RANLIB) $@
index 49c646a171e71ce9f9bcaec5f69ee29372b4c9b5,642d032ba8f988341f30335793e9c3e0ece9ed7e..e036779f1e22f9eb749d370a7844d859dfa16be0
@@@ -13,7 -13,6 +13,8 @@@
  
  ## You should have received a copy of the GNU General Public License
  ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -%LTLIBRARY%: $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_DEPENDENCIES) $(EXTRA_%XLTLIBRARY%_DEPENDENCIES) %DIRSTAMP%
 +%LTLIBRARY%: $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_DEPENDENCIES) \
 +             $(EXTRA_%XLTLIBRARY%_DEPENDENCIES)
 +      %SILENT%$(am.cmd.ensure-target-dir-exists)
        %VERBOSE%$(%XLINK%) %RPATH% $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_LIBADD) $(LIBS)
index de4ca2068809e77c54ace7c0bcd260566138fd77,131c4a9c60e03ee3ac150ea08417bcad221094db..446fbce83ddc6db1c1f6ae9edfacd1805b6e9ba0
@@@ -13,8 -13,8 +13,9 @@@
  
  ## You should have received a copy of the GNU General Public License
  ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -%PROGRAM%%EXEEXT%: $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_DEPENDENCIES) $(EXTRA_%XPROGRAM%_DEPENDENCIES) %DIRSTAMP%
 +%PROGRAM%%EXEEXT%: $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_DEPENDENCIES) \
 +                   $(EXTRA_%XPROGRAM%_DEPENDENCIES)
  ## Remove program before linking.  Otherwise the link will fail if the
  ## program is running somewhere.  FIXME: this could be a loss if
  ## you're using an incremental linker.  Maybe we should think twice?
Simple merge