intel / ixpdimm_sw

BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

there are more than 2 linux distributions in the world, including Intel's own linux distribution (Clear Linux) #6

Closed fenrus75 closed 6 years ago

fenrus75 commented 7 years ago
            ifneq ("$(wildcard /etc/redhat-release)","")
                    LINUX_DIST := rel
            else ifneq ("$(wildcard /etc/SuSE-release)","")
                    LINUX_DIST := sle
            else
                    LINUX_DIST := $(warning Unrecognized Linux distribution)
            endif
juston-li commented 6 years ago

Recent CMake changes should support compiling and installing regardless of user distribution.

Some defines still remain for generating RPM's for specific distros.