File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,17 @@ clean:
124124 rm -rf ./deps
125125
126126downloads/$(MQ_ARCHIVE_DEV ) :
127- $(info $(SPACER )$(shell printf $(TITLE ) "Downloading IBM MQ Advanced for Developers" $(END ) ) )
127+ $(info $(SPACER )$(shell printf $(TITLE ) "Downloading IBM MQ Advanced for Developers " $( MQ_VERSION ) $(END ) ) )
128128 mkdir -p downloads
129129 cd downloads; curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/$(MQ_ARCHIVE_DEV )
130130
131+ downloads/$(MQ_SDK_ARCHIVE ) :
132+ $(info $(SPACER )$(shell printf $(TITLE ) "Downloading IBM MQ Advanced for Developers "$(MQ_SDK_VERSION )$(END ) ) )
133+ mkdir -p downloads
134+ cd downloads; curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/$(MQ_SDK_ARCHIVE )
135+
131136.PHONY : downloads
132- downloads : downloads/$(MQ_ARCHIVE_DEV )
137+ downloads : downloads/$(MQ_ARCHIVE_DEV ) downloads/ $( MQ_SDK_ARCHIVE )
133138
134139.PHONY : deps
135140deps :
You can’t perform that action at this time.
0 commit comments