From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- qa/src/versiondefs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qa/src/versiondefs (limited to 'qa/src/versiondefs') diff --git a/qa/src/versiondefs b/qa/src/versiondefs new file mode 100644 index 0000000..d90074d --- /dev/null +++ b/qa/src/versiondefs @@ -0,0 +1,18 @@ +# From the system on which the test is being run +# + +#if !defined(RELEASE_MAJOR) +include $(ROOT)/usr/include/make/releasedefs +#endif +OS_REL = $(RELEASE_MAJOR).$(RELEASE_MINOR) +IRIX = IRIX$(OS_REL:S/./_/g) + +# IMPORTANT +# set this to match the style of the IRIX kernel you are +# testing on locally +# +IRIX_OBJECT != ../src/get-irix-object + +# Stuff that varies ... +HAVE_DEV_IN_LIBPCP != sed -n '/^\#ifdef HAVE_DEV_IN_LIBPCP/s/\#ifdef /-D/p' /usr/include/pcp/impl.h + -- cgit v1.2.3