Changelog for
make-3.82-160.3.1.i586.rpm :
Sun Sep 29 14:00:00 2013 meissnerAATTsuse.com
- fixed a make target issue with .a (x y) targets (bnc#841457)
Tue Jun 18 14:00:00 2013 cooloAATTsuse.com
- remove gpg verification from bootstrap packages
Thu Mar 21 13:00:00 2013 meissnerAATTsuse.com
- use source urls
- gpg verification
Fri Feb 15 13:00:00 2013 schwabAATTsuse.de
- Fix missing definition of PAGE_SIZE
Sat Feb 2 13:00:00 2013 dmuellerAATTsuse.com
- Add config-guess-update.diff:
update config.guess/sub to handle aarch64
Wed Aug 8 14:00:00 2012 dimstarAATTopensuse.org
- Add make-arglength.patch: fix the argument list limit of GNU make
- Add make-parallel-build.patch: Fix parallel build issues present
in GNU make 3.82
- Both patches taken from http://trac.webkit.org/browser/trunk/Tools/gtk/patches/
are known by upstream and are mandatory to be able to build
libwebkit 1.9.6+.
Tue Apr 10 14:00:00 2012 meissnerAATTsuse.de
- Faster globbing support from upstream to speed up
some large make projects like libreoffice. bnc#753323
Tue Oct 11 14:00:00 2011 mhruseckyAATTsuse.cz
- reverting previous change (qemu binfmt was fixed)
Fri Sep 30 14:00:00 2011 mhruseckyAATTsuse.cz
- using full ar path in tests on arm (fixes build)
Tue Apr 19 14:00:00 2011 mhopfAATTnovell.com
- make-fix_whitespace_tokenization.diff
Fix Savannah bug #33125 (bnc #681108):
Memory corruption during build of android build system.
Tue Sep 7 14:00:00 2010 mhopfAATTnovell.com
- make-savannah-bug30612-handling_of_archives.diff
Fix Savannah bug #30612: handling of archive references with >1 object..
Add oneshell to $(.FEATURES).
Fix the NEWS file to be accurate.
- make-savannah-bug30723-expand_makeflags_before_reexec.diff
Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec after rebuilding
makefiles.
Mon Aug 30 14:00:00 2010 mhopfAATTnovell.com
- Disable some inherrently broken test cases.
Mon Aug 23 14:00:00 2010 mhopfAATTnovell.com
- Update to 3.82
- Bug fixes
- Backwards Incompatibilities:
- Makefiles with .POSIX target: shells called with -e
- $? contains prerequisites even if not existent
- Prerequisite with \'=\' cannot be backslash escaped any more
(use variable with \'=\' instead)
- Variable names may not contain whitespaces any more
- Mixture of explicit and pattern targets didn\'t always fail
- Pattern specific rules application order changed
- Library search behavior now compatible with standard linker
- New features
- --eval=STRING: Evaluate makefile syntax string before makefile
- Variable .RECIPEPREFIX: Exchange TAB character
- Variable .SHELLFLAGS: Options passed to shells
- Target .ONESHELL: Single instance of shell for recipe
- Modifier private: Suppresses inheritance of variables
- Directive undefine: Undefine variable
- Changed features
- Multiple modifiers for variables allowed now.
- Directive define: Allow variable assignment operator.
- Nuke memory-hog-2.diff which didn\'t apply since 3.81
- Addapt make-slowdown-parallelism.diff to new parallelization tests
- Separate make checks into %checks section
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Mon May 24 14:00:00 2010 cooloAATTnovell.com
- fix test case
Fri Jan 8 13:00:00 2010 roAATTsuse.de
- enable parallel build