Skip to content

Commit

Permalink
Remove sunwait patch AllskyTeam#2738
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Jun 3, 2023
1 parent 05d8b8c commit af7cbde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
10 changes: 1 addition & 9 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,7 @@ ifeq (,$(OPENCV))
endif
.PHONY : check_deps

patchsunwait:
@echo `date +%F\ %R:%S` Initializing sunwait submodule...
@git submodule init
@git submodule update
@echo `date +%F\ %R:%s` Patching sunwait compile warnings...
@patch -p1 -d sunwait-src/ < sunwait.patch
@touch patchsunwait

sunwait: ##################### patchsunwait
sunwait:
@echo `date +%F\ %R:%S` Building sunwait...
@$(MAKE) -C sunwait-src
@cp sunwait-src/sunwait .
Expand Down
34 changes: 0 additions & 34 deletions src/sunwait.patch

This file was deleted.

0 comments on commit af7cbde

Please sign in to comment.