File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# # Identify drafts, types and versions
22
3+
4+
5+
6+
7+
8+
9+
310$(warning **************************************************************)
411$(warning *** ***)
512$(warning *** You are on the 'master' branch of i-d-template. ***)
613$(warning *** This branch is not supported. ***)
714$(warning *** Please update to use 'main'. ***)
815$(warning *** ***)
916ifneq (,$(shell git submodule status $(LIBDIR ) 2>/dev/null) )
10- $(warning *** git -C $(LIBDIR) fetch origin ***)
11- $(warning *** git -C $(LIBDIR) checkout main ***)
17+ $(warning *** git -C $(LIBDIR) fetch origin ***)
18+ $(warning *** git -C $(LIBDIR) checkout main ***)
1219else
1320$(warning *** sed -i~ s/master/main/ Makefile ***)
14- $(warning *** rm -rf $(LIBDIR) ***)
21+ $(warning *** rm -rf $(LIBDIR) ***)
1522endif
1623$(warning *** ***)
1724$(warning **************************************************************)
You can’t perform that action at this time.
0 commit comments