Skip to content

Commit

Permalink
fix bin2o rule for parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute authored and fincs committed May 21, 2018
1 parent 5d8ef1c commit 13000df
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion account/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion app_controldata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion audio/echo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion audio/playtone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion fs/romfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion fs/save/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion fs/sdmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion graphics/printing/hello-world/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion graphics/printing/vt52-demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion graphics/simplegfx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion hid/irsensor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion hid/read-controls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion hid/touch-screen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion hid/vibration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion network/nxlink_stdio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion settings/get_system_language/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion templates/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion time/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down
2 changes: 1 addition & 1 deletion usb/usbds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------
%.bin.o : %.bin
%.bin.o %_bin.h : %.bin
#---------------------------------------------------------------------------------
@echo $(notdir $<)
@$(bin2o)
Expand Down

0 comments on commit 13000df

Please sign in to comment.