Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
common
common
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • commoncommon
  • Merge Requests
  • !4

Merged
Opened Mar 12, 2020 by Debarshi Ray@debarshirContributor

build: Adapt to backwards incompatible change in GNU Make 4.3

  • Overview 4
  • Commits 1
  • Changes 1

GNU Make 4.3 has a backwards incompatible change affecting the use of number signs or hashes (ie., #) inside function invocations. See: https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html

In this case, it would expand the '#' in the '\n#include "$(h)"' argument to the foreach call to '#', not '#'. This would lead to spurious backslashes in front of the '#include' directives in the generated fs-enumtypes.c file.

Spotted by Ernestas Kulik.

Assignee
Assign to
Reviewer
Request review from
1.16.3
Milestone
1.16.3 (Past due)
Assign milestone
Time tracking
Reference: gstreamer/common!4
Source branch: wip/rishi/make-4.3