Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:Factory
intel-cmt-cat
remove_gcc_check
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove_gcc_check of Package intel-cmt-cat
Index: intel-cmt-cat-24.05.12.git+c5f4492/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include pre-build.mk - # XXX: modify as desired PREFIX ?= /usr/local export PREFIX Index: intel-cmt-cat-24.05.12.git+c5f4492/examples/c/CAT_MBA/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/examples/c/CAT_MBA/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/examples/c/CAT_MBA/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../../../pre-build.mk - LIBDIR ?= ../../../lib CFLAGS =-I$(LIBDIR) \ -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \ Index: intel-cmt-cat-24.05.12.git+c5f4492/examples/c/CMT_MBM/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/examples/c/CMT_MBM/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/examples/c/CMT_MBM/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../../../pre-build.mk - LIBDIR ?= ../../../lib CFLAGS =-I$(LIBDIR) -pthread \ -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \ Index: intel-cmt-cat-24.05.12.git+c5f4492/examples/c/PSEUDO_LOCK/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/examples/c/PSEUDO_LOCK/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/examples/c/PSEUDO_LOCK/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../../../pre-build.mk - LIBDIR ?= ../../../lib LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now LDLIBS = -lpqos -lrt -lpthread Index: intel-cmt-cat-24.05.12.git+c5f4492/lib/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/lib/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/lib/Makefile @@ -33,8 +33,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ############################################################################### -include ../pre-build.mk - LIB = libpqos VERSION = 6.0.0 SO_VERSION = 6 Index: intel-cmt-cat-24.05.12.git+c5f4492/pqos/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/pqos/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/pqos/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../pre-build.mk - OBJDIR = obj LIBDIR ?= ../lib LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now Index: intel-cmt-cat-24.05.12.git+c5f4492/rdtset/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/rdtset/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/rdtset/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../pre-build.mk - LIBDIR ?= ../lib LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now LDLIBS = -lpqos -lpthread Index: intel-cmt-cat-24.05.12.git+c5f4492/tools/membw/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/tools/membw/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/tools/membw/Makefile @@ -34,8 +34,6 @@ # ############################################################################### -include ../../pre-build.mk - APP = membw MAN = membw.8 Index: intel-cmt-cat-24.05.12.git+c5f4492/unit-test/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/unit-test/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/unit-test/Makefile @@ -1,5 +1,3 @@ -include ../pre-build.mk - LIB_DIR=$(CURDIR)/../lib .PHONY: run style clean Index: intel-cmt-cat-24.05.12.git+c5f4492/unit-test/lib/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/unit-test/lib/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/unit-test/lib/Makefile @@ -1,5 +1,3 @@ -include ../../pre-build.mk - LIB_DIR = ../../lib OBJ_DIR = ./obj BIN_DIR = ./bin Index: intel-cmt-cat-24.05.12.git+c5f4492/unit-test/mock/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/unit-test/mock/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/unit-test/mock/Makefile @@ -34,8 +34,6 @@ ############################################################################### -include ../../pre-build.mk - LIB_DIR = ../../lib LIB = libpqosmock Index: intel-cmt-cat-24.05.12.git+c5f4492/unit-test/output/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/unit-test/output/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/unit-test/output/Makefile @@ -33,8 +33,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ############################################################################### -include ../../pre-build.mk - LIB = libgraboutput SHARED ?= y LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now Index: intel-cmt-cat-24.05.12.git+c5f4492/unit-test/pqos/Makefile =================================================================== --- intel-cmt-cat-24.05.12.git+c5f4492.orig/unit-test/pqos/Makefile +++ intel-cmt-cat-24.05.12.git+c5f4492/unit-test/pqos/Makefile @@ -33,8 +33,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ############################################################################### -include ../../pre-build.mk - PQOS_DIR = ../../pqos LIB_DIR = ../../lib OBJ_DIR = ./obj
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor