Skip to content

Commit

Permalink
Makefile: set default BRANCH variable to master
Browse files Browse the repository at this point in the history
(cherry picked from commit f7fe2eb)
  • Loading branch information
fepitre committed Mar 7, 2020
1 parent 56dbda2 commit 21828df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ NAME := kernel
SPECFILE := kernel.spec

WORKDIR := $(shell pwd)
BRANCH ?= master

ifndef NAME
$(error "You can not run this Makefile without having NAME defined")
Expand Down

0 comments on commit 21828df

Please sign in to comment.