summaryrefslogtreecommitdiff
path: root/qpb/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-28 14:40:39 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-31 23:03:30 +0200
commit0f8b5fd5a05c1261061a94270218b701c1298719 (patch)
tree56f77d1193b5334247fc91e7d98e163a83c2347a /qpb/Makefile
parentddfeb48652f8318acc8b18c2c377515de2bf1b31 (diff)
build: non-recursive qpb & fpm
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'qpb/Makefile')
-rw-r--r--qpb/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpb/Makefile b/qpb/Makefile
new file mode 100644
index 0000000000..2237def02c
--- /dev/null
+++ b/qpb/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. fpm/libfrr_pb.la
+%: ALWAYS
+ @$(MAKE) -s -C .. fpm/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: