Dominique Leuenberger
f7a88ec17f
Accepting request 568520 from Base:System
...
- test-driver.patch: let perl find test_driver.pl
- glob-interface.patch: Support GLIBC glob interface version 2 (forwarded request 568519 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/568520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=41
2018-01-29 13:54:34 +00:00
294e777977
Accepting request 568519 from home:Andreas_Schwab:Factory
...
- test-driver.patch: let perl find test_driver.pl
- glob-interface.patch: Support GLIBC glob interface version 2
OBS-URL: https://build.opensuse.org/request/show/568519
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=59
2018-01-23 10:09:55 +00:00
Dominique Leuenberger
444949f7ee
Accepting request 539477 from Base:System
...
- glob-lstat.patch: Do not assume glibc glob internals (forwarded request 539476 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/539477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=40
2017-11-15 15:48:30 +00:00
89741dae72
Accepting request 539476 from home:Andreas_Schwab:Factory
...
- glob-lstat.patch: Do not assume glibc glob internals
OBS-URL: https://build.opensuse.org/request/show/539476
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=57
2017-11-07 10:03:35 +00:00
Dominique Leuenberger
589623dfd7
Accepting request 534916 from Base:System
...
Add make-sorted-glob.patch to make many other packages like dpdk build reproducibly without patching them individually (boo#1041090)
now with changed patch tag, even though the patch might be accepted by upstream later (forwarded request 534913 from bmwiedemann)
OBS-URL: https://build.opensuse.org/request/show/534916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=39
2017-10-25 15:43:40 +00:00
54a17f44a5
Accepting request 534913 from home:bmwiedemann:reproducible
...
Add make-sorted-glob.patch to make many other packages like dpdk build reproducibly without patching them individually (boo#1041090)
now with changed patch tag, even though the patch might be accepted by upstream later
OBS-URL: https://build.opensuse.org/request/show/534913
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=55
2017-10-18 10:19:00 +00:00
Dominique Leuenberger
056fd117c1
Accepting request 523602 from Base:System
...
- Print out testsuite results after failure (forwarded request 523601 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/523602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=38
2017-09-20 15:05:04 +00:00
829060473c
Accepting request 523601 from home:Andreas_Schwab:Factory
...
- Print out testsuite results after failure
OBS-URL: https://build.opensuse.org/request/show/523601
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=53
2017-09-12 08:33:36 +00:00
Dominique Leuenberger
8f678a8000
Accepting request 401555 from Base:System
...
- Update to version 4.2.1:
* bug-fix release
- Drop upstream patches:
* 0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch
* 0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch
- Small spec file cleanup
* man and info pages are implicitly marked as documentation (forwarded request 401382 from pluskalm)
OBS-URL: https://build.opensuse.org/request/show/401555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=37
2016-07-03 10:17:17 +00:00
b2a7a76b77
Accepting request 401382 from home:pluskalm:branches:Base:System
...
- Update to version 4.2.1:
* bug-fix release
- Drop upstream patches:
* 0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch
* 0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch
- Small spec file cleanup
* man and info pages are implicitly marked as documentation
OBS-URL: https://build.opensuse.org/request/show/401382
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=51
2016-06-13 07:04:12 +00:00
Dominique Leuenberger
87109817ac
Accepting request 399681 from Base:System
...
- Update to make 4.2
* New variable: $(.SHELLSTATUS) is set to the exit status of the last != or
$(shell ...) function invoked in this instance of make.
* The $(file ...) function can now read from a file with $(file <FILE).
* The makefile line numbers shown by GNU make now point directly to the
specific line in the recipe where the failure or warning occurred.
* The interface to GNU make's "jobserver" is stable as documented in the
manual, for tools which may want to access it.
* The amount of parallelism can be determined by querying MAKEFLAGS
- undefine-variables.patch: Removed
- make-4.1-fix_null_returns_from_ttyname.patch: Removed
- 0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch: Added
- 0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch: Added
- Move %install_info_delete to %preun (forwarded request 399680 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/399681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=36
2016-06-07 21:42:57 +00:00
86c43e19e5
Accepting request 399680 from home:Andreas_Schwab:Factory
...
- Update to make 4.2
* New variable: $(.SHELLSTATUS) is set to the exit status of the last != or
$(shell ...) function invoked in this instance of make.
* The $(file ...) function can now read from a file with $(file <FILE).
* The makefile line numbers shown by GNU make now point directly to the
specific line in the recipe where the failure or warning occurred.
* The interface to GNU make's "jobserver" is stable as documented in the
manual, for tools which may want to access it.
* The amount of parallelism can be determined by querying MAKEFLAGS
- undefine-variables.patch: Removed
- make-4.1-fix_null_returns_from_ttyname.patch: Removed
- 0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch: Added
- 0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch: Added
- Move %install_info_delete to %preun
OBS-URL: https://build.opensuse.org/request/show/399680
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=49
2016-06-02 14:14:26 +00:00
Dominique Leuenberger
3cd7cd0068
Accepting request 331638 from Base:System
...
- undefine-variables.patch: Force recomputing .VARIABLES when a variable
was made undefined (bsc#934131) (forwarded request 331637 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/331638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=35
2015-10-02 07:22:48 +00:00
dfa2d9af7a
Accepting request 331637 from home:Andreas_Schwab:Factory
...
- undefine-variables.patch: Force recomputing .VARIABLES when a variable
was made undefined (bsc#934131)
OBS-URL: https://build.opensuse.org/request/show/331637
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=47
2015-09-17 08:16:18 +00:00
Dominique Leuenberger
c6035147b0
Accepting request 262063 from Base:System
...
1
OBS-URL: https://build.opensuse.org/request/show/262063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=34
2014-11-24 10:08:01 +00:00
416a8d5d48
Accepting request 262034 from home:scarabeus_iv:branches:Base:System
...
- Cleanup a bit with spec-cleaner
- Split lang stuff into subpackage and add recommends
- Add patch to work with non-mounted pts:
* make-4.1-fix_null_returns_from_ttyname.patch
OBS-URL: https://build.opensuse.org/request/show/262034
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=45
2014-11-17 17:03:44 +00:00
Stephan Kulow
000d992c6d
Accepting request 256806 from Base:System
...
1
OBS-URL: https://build.opensuse.org/request/show/256806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=33
2014-11-04 16:27:18 +00:00
Stephan Kulow
80d93f4b55
Accepting request 256791 from home:AndreasStieger:branches:Base:System
...
make 4.1
OBS-URL: https://build.opensuse.org/request/show/256791
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=43
2014-10-16 05:59:51 +00:00
Stephan Kulow
a403ff5e4f
Accepting request 247481 from Base:System
...
1
OBS-URL: https://build.opensuse.org/request/show/247481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=32
2014-09-07 09:11:42 +00:00
c48f717693
Accepting request 247260 from home:mlschroe:branches:Base:System
...
->
OBS-URL: https://build.opensuse.org/request/show/247260
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=41
2014-09-04 08:41:09 +00:00
Stephan Kulow
6ebe42ac1d
Accepting request 213959 from Base:System
...
- Update to 4.0
* see details in NEWS and ChangeLog files
* Bugfixes, a complete list of bugs fixed in this version is
available here
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set=custom
* WARNING: Backward-incompatibility! backslash/newline handling
* New feature: GNU Guile integration
* New command line option: --output-sync (-O) enables grouping of
output by target or by recursive make.
* New command line option: --trace enables tracing of targets.
* New command line option argument: --debug now accepts a "n"
(none) flag which disables all debugging settings that are
currently enabled.
* New feature: The "job server" capability is now supported on
Windows.
* New feature: The .ONESHELL capability is now supported on
Windows.
* New feature: "!=" shell assignment operator as an alternative
to the $(shell ...) function. Implemented for compatibility
with BSD makefiles.
* New feature: "::=" simple assignment operator as defined by
POSIX in 2012.
* New feature: Loadable objects
* New function: $(file ...) writes to a file.
* New variable: $(GNUMAKEFLAGS) will be parsed for make flags,
just like MAKEFLAGS is. It can be set in the environment or
the makefile, containing GNU make-specific flags to allow your
makefile to be portable to other versions of make.
* New variable: `MAKE_HOST' gives the name of the host
architecture make was compiled for.
OBS-URL: https://build.opensuse.org/request/show/213959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=30
2014-01-17 10:04:36 +00:00
cd4304ce46
Accepting request 207934 from home:rudi_m:branches:Base:System
...
- Update to 4.0
* see details in NEWS and ChangeLog files
* Bugfixes, a complete list of bugs fixed in this version is
available here
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set=custom
OBS-URL: https://build.opensuse.org/request/show/207934
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=39
2013-11-22 14:22:00 +00:00
Stephan Kulow
a58d4160dc
Accepting request 201406 from Base:System
...
- fixed a make target issue with .a (x y) targets (bnc#841457) (forwarded request 201405 from msmeissn)
OBS-URL: https://build.opensuse.org/request/show/201406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=29
2013-10-01 06:17:53 +00:00
e1bae0d7e9
Accepting request 201405 from home:msmeissn:branches:Base:System
...
- fixed a make target issue with .a (x y) targets (bnc#841457)
OBS-URL: https://build.opensuse.org/request/show/201405
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=37
2013-09-29 18:10:40 +00:00
Stephan Kulow
7807695b5d
Accepting request 179393 from Base:System
...
- remove gpg verification from bootstrap packages
OBS-URL: https://build.opensuse.org/request/show/179393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=27
2013-06-18 20:10:49 +00:00
Stephan Kulow
243090f4d8
- remove gpg verification from bootstrap packages
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=35
2013-06-18 08:45:47 +00:00
Stephan Kulow
24243c6029
Accepting request 160420 from Base:System
...
- use source urls
- gpg verification
OBS-URL: https://build.opensuse.org/request/show/160420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=26
2013-03-22 11:01:32 +00:00
3049657a7f
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=33
2013-03-21 10:15:25 +00:00
98ef306b92
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=32
2013-03-21 10:15:10 +00:00
a00c11e262
- use source urls
...
- gpg verification
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=31
2013-03-21 10:14:45 +00:00
Stephan Kulow
90a9463881
Accepting request 156218 from Base:System
...
- Fix missing definition of PAGE_SIZE (forwarded request 155704 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/156218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=25
2013-02-26 14:22:19 +00:00
Andreas Jaeger
a33802c993
Accepting request 155704 from home:Andreas_Schwab:Factory
...
- Fix missing definition of PAGE_SIZE
OBS-URL: https://build.opensuse.org/request/show/155704
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=29
2013-02-23 19:28:12 +00:00
Stephan Kulow
1ad6378e13
Accepting request 150874 from Base:System
...
- Add config-guess-update.diff:
update config.guess/sub to handle aarch64
OBS-URL: https://build.opensuse.org/request/show/150874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=24
2013-02-04 17:00:35 +00:00
d5f6ae3ff4
- Add config-guess-update.diff:
...
update config.guess/sub to handle aarch64
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=27
2013-02-03 13:46:07 +00:00
fdc70f55be
- update config.guess/sub to handle aarch64
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=26
2013-02-03 13:43:32 +00:00
Stephan Kulow
aeed459522
Accepting request 132019 from Base:System
...
Add some patches to help fix building webkit 1.9.6+ (forwarded request 132013 from dimstar)
OBS-URL: https://build.opensuse.org/request/show/132019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=22
2012-08-31 07:42:14 +00:00
eee27fe6a0
Accepting request 132013 from GNOME:Next
...
Add some patches to help fix building webkit 1.9.6+
OBS-URL: https://build.opensuse.org/request/show/132013
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=24
2012-08-30 07:56:40 +00:00
Stephan Kulow
a29c3ad576
Accepting request 113914 from Base:System
...
speed up make globbing, eg for libreoffice
OBS-URL: https://build.opensuse.org/request/show/113914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=20
2012-04-17 19:59:43 +00:00
52294d8c3f
fix
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=22
2012-04-10 12:27:28 +00:00
5aec30e742
- Faster globbing support from upstream to speed up
...
some large make projects like libreoffice. bnc#753323
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=21
2012-04-10 12:27:12 +00:00
Stephan Kulow
367ba90686
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=19
2011-12-06 17:28:09 +00:00
Lars Vogdt
d4f0ace821
Accepting request 87452 from Base:System
...
refixing arm build (forwarded request 87451 from -miska-)
OBS-URL: https://build.opensuse.org/request/show/87452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=17
2011-10-12 14:12:53 +00:00
10f51bb941
Accepting request 87451 from home:-miska-
...
refixing arm build
OBS-URL: https://build.opensuse.org/request/show/87451
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=19
2011-10-11 21:22:49 +00:00
Lars Vogdt
f038c3d867
Accepting request 85863 from Base:System
...
fixed arm build
OBS-URL: https://build.opensuse.org/request/show/85863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=16
2011-10-02 08:18:15 +00:00
Cristian Rodríguez
7911366a63
Accepting request 85789 from home:-miska-
...
fixed build on arm
OBS-URL: https://build.opensuse.org/request/show/85789
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=17
2011-09-30 22:46:15 +00:00
Sascha Peilicke
dcb7cf7c30
Autobuild autoformatter for 67908
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=15
2011-04-21 09:50:00 +00:00
OBS User buildservice-autocommit
ab883200e0
Updating link to change in openSUSE:Factory/make revision 15.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=3335d783e365aee705b96d71c1ca9355
2011-04-21 09:50:00 +00:00
Sascha Peilicke
84ad24bebf
Accepting request 67908 from Base:System
...
Accepted submit request 67908 from user licensedigger
OBS-URL: https://build.opensuse.org/request/show/67908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=14
2011-04-21 09:49:50 +00:00
Matthias Hopf
28dc1ff7e8
- make-fix_whitespace_tokenization.diff
...
Fix Savannah bug #33125 (bnc #681108 ):
Memory corruption during build of android build system.
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=15
2011-04-19 15:24:31 +00:00
OBS User autobuild
bcbf00e3bf
Accepting request 47702 from Base:System
...
Copy from Base:System/make based on submit request 47702 from user coolo
OBS-URL: https://build.opensuse.org/request/show/47702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=12
2010-09-10 13:08:38 +00:00