Skip to content

Commit

Permalink
fix some rebase mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Begyn <[email protected]>
  • Loading branch information
fbegyn committed Aug 9, 2024
1 parent 3c0694c commit 130f5f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -367,22 +367,16 @@ $(MIBDIR)/readynas:
@curl $(CURL_OPTS) -o $(MIBDIR)/readynas "$(READYNAS_URL)"

$(MIBDIR)/readydataos:
<<<<<<< HEAD
$(eval TMP := $(shell mktemp))
@echo ">> Downloading readydataos to $(TMP)"
@curl $(CURL_OPTS) -o $(TMP) "$(READYDATAOS_URL)"
@unzip -j -d $(MIBDIR) $(TMP) READYDATAOS-MIB.txt
@mv -v $(MIBDIR)/READYDATAOS-MIB.txt $(MIBDIR)/readydataos
@rm -v $(TMP)

=======
@echo ">> Downloading readydataos"
@curl $(CURL_OPTS) -o $(MIBDIR)/readydataos "$(READYDATAOS_URL)"

$(MIBDIR)/SchneiderPM55xx_V01_13.mib:
$(eval TMP := $(shell mktemp))
@echo ">> Downloading SchneiderPM55xx_V01_13.mib to $(TMP)"
@curl $(CURL_OPTS) -o $(TMP) $(SCHNEIDER_PM55XX_URL)
@unzip -j -d $(MIBDIR) $(TMP) PM5560_PM5563_v2.1.0/SchneiderPM55xx_V01_13.mib
@rm -v $(TMP)
>>>>>>> e6b4ed7 (add Schneider_PM55XX MIB to downloads for SNMP generator)

0 comments on commit 130f5f6

Please sign in to comment.