Skip to content

Commit

Permalink
remove unnecessary comments from Makefile
Browse files Browse the repository at this point in the history
remove leftovers from the example Makefile, they are unnededly printed during the build
  • Loading branch information
benpicco committed Mar 17, 2014
1 parent 068b474 commit 8624441
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/oonf_api/Makefile
Expand Up @@ -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)/:
Expand Down

0 comments on commit 8624441

Please sign in to comment.