Makefile enhancement to make it AL9-compatible #466
Labels
enhancement
New feature or request
future
Feature requests we will not address now, but at some point in the future.
Milestone
Add a:
OSR=$(shell /bin/sh -c ' . /etc/os-release; echo $$VERSION_ID | sed -e s/\..*//')
and some:
ifeq ($OSR,7) ... endif
Originally posted by @marcmengel in #464 (review)
This is to make sure we don't try to build the Tracing RPM on AL9 when we run
make
.The text was updated successfully, but these errors were encountered: