Skip to content
Snippets Groups Projects
Commit 59c2a085 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Disables the (expensive) catch-all SCCS/RCS rules

parent 94348b9b
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -57,6 +57,8 @@ GENSTUB = $(GENSTUB_V$(V)) ...@@ -57,6 +57,8 @@ GENSTUB = $(GENSTUB_V$(V))
CLEANFILES = $(shim_files) $(shim_srcs) CLEANFILES = $(shim_files) $(shim_srcs)
BUILT_SOURCES = $(shim_srcs) BUILT_SOURCES = $(shim_srcs)
include disabled.mk
shim/lib%.so.c: generate-stublib.sh print-libstubs capsule-shim.h shim/lib%.so.c.excluded shim/lib%.so.c.shared shim/lib%.so.c: generate-stublib.sh print-libstubs capsule-shim.h shim/lib%.so.c.excluded shim/lib%.so.c.shared
$(GENSTUB)$(top_srcdir)/$< $$(basename $@ .c) $@.excluded $@.shared $@ $(GENSTUB)$(top_srcdir)/$< $$(basename $@ .c) $@.excluded $@.shared $@
......
# all these catch-all rules do is slow things down
%:: %,v
%:: RCS/%
%:: RCS/%,v
%:: SCCS/s.%
%:: s.%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment