3 Commits

Author SHA256 Message Date
Dmitriy Perlow
87831dafa5 Accepting request 1100935 from home:mcepl:branches:Education
- Update to 20230723:
  - There were many changes, like really many. See ChangeLog
    which has been packaged for the list of them.
- Refresh patches, remove %patchN construct.

OBS-URL: https://build.opensuse.org/request/show/1100935
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bmake?expand=0&rev=46
2023-07-30 13:17:01 +00:00
Dmitriy Perlow
24b5b0cde9 Accepting request 900297 from home:StevenK:branches:devel:tools:building
- Update bmake-env-script-interpreter.diff to switch to interpreter
  to python3.

OBS-URL: https://build.opensuse.org/request/show/900297
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bmake?expand=0&rev=44
2021-06-16 05:20:25 +00:00
Ismail Dönmez
360468d2b6 Accepting request 627519 from home:DarkSS:branches:devel:tools:building
- Removed already upstreamed bmake-strlcpy-explicit.patch.
- Added bmake-env-script-interpreter.diff.
- Update to version 20180512:
  * job.c: skip polling job token pipe
  * parse.c: be more cautious about detecting depenency line
    rather than sysV style include.
  * parse.c: avoid calling sysconf for every call to loadfile
  * var.c: Var_Set handle NULL value anytime.
  * parse.c: do not treat .info as warning with -W
  * var.c: Var_Append use Var_Set if var not previously set
    so that VAR_CMD is handled correctly.
    Add a suitable unit-test.
  * var.c: do not append to variable set on command line
    add unit-test to catch this.
  * main.c: ignore empty MAKEOBJDIR
  * meta.c: if target is in subdir we only need subdir name in
    meta_name.
  * compat.c: pass SIGINT etc onto child and wait for it to exit
     before we self-terminate.
  * aclocal.m4: use AC_LINK_IFELSE for AC_C___ATTRIBUTE__
    since AC_TRY_COMPILE puts input inside main()
    which upsets modern compilers.
  * Makefile.config.in:
    make @prefix@ @machine*@ and @default_sys_path@ defaults.
  * unit-tests/dotwait.mk: redirect stderr through pipe for more
    consistent result on some platforms.
  * machine.sh: entry for AIX
  * VERSION (_MAKE_VERSION): Move the setting of _MAKE_VERSION
    to a file that can be included by configure as well as make.
    This allows configure to set set _MAKE_VERSION in make-bootstrap.sh

OBS-URL: https://build.opensuse.org/request/show/627519
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bmake?expand=0&rev=38
2018-08-06 11:47:01 +00:00