Have RPM Require an Environmental Variable
$(warning RHEL4 is no longer supported!) $(warning The driver RPMs no longer support RHEL4 and the RPM that is generated will not properly require them.) ifeq ($(TARGET_RHEL_OVERRIDE),) $(warning If you are OK with that, then you can re-run with TARGET_RHEL_OVERRIDE=1) $(error RHEL4 is no longer supported!) endif
Comments
No comments.