Skip to content

Commit

Permalink
buildsys,mingw: Remove git-submodule commands
Browse files Browse the repository at this point in the history
They are not needed anymore.

Also update the `clean` target.
  • Loading branch information
k-takata committed Jul 18, 2019
1 parent ff18000 commit 6385ca8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mk_mingw.mak
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ all: $(PACKCC) ctags.exe readtags.exe

ctags: ctags.exe

$(PACKCC_SRCS):
git submodule init
git submodule update

$(PACKCC_OBJS): $(PACKCC_SRCS)
$(V_CC) $(CC_FOR_PACKCC) -c $(OPT) $(CFLAGS) $(COMMON_DEFINES) -DSIZE_T_FMT_CHAR=$(SIZE_T_FMT_CHAR) -o $@ $<

Expand All @@ -94,6 +90,6 @@ readtags.exe: $(READTAGS_OBJS) $(READTAGS_HEADS)

clean:
$(SILENT) echo Cleaning
$(SILENT) rm -f ctags.exe readtags.exe
$(SILENT) rm -f ctags.exe readtags.exe $(PACKCC)
$(SILENT) rm -f tags
$(SILENT) rm -f main/*.o optlib/*.o parsers/*.o parsers/cxx/*.o gnu_regex/*.o fnmatch/*.o read/*.o win32/mkstemp/*.o
$(SILENT) rm -f main/*.o optlib/*.o parsers/*.o parsers/cxx/*.o gnu_regex/*.o fnmatch/*.o misc/packcc/*.o peg/*.o read/*.o win32/mkstemp/*.o

0 comments on commit 6385ca8

Please sign in to comment.