From 86244410b5946df7cc9c9da4185c307d5f6584e0 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 17 Mar 2014 16:19:58 +0100 Subject: [PATCH] remove unnecessary comments from Makefile remove leftovers from the example Makefile, they are unnededly printed during the build --- pkg/oonf_api/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/oonf_api/Makefile b/pkg/oonf_api/Makefile index aa27fce085..42944c5642 100644 --- a/pkg/oonf_api/Makefile +++ b/pkg/oonf_api/Makefile @@ -20,13 +20,8 @@ all: patch make $(BINDIR)$(MODULE).a patch: $(CURDIR)/$(PKG_NAME)/Makefile - # Dependancy might be changed accordingly though we think the Makefile - # will be the first thing you want to change - # - # Here might not happen anything besides dependancy checks $(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME) - # Here you apply your patch. $(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)";) $(CURDIR)/$(PKG_NAME)/: