File tree Expand file tree Collapse file tree 3 files changed +0
-70
lines changed
Expand file tree Collapse file tree 3 files changed +0
-70
lines changed Original file line number Diff line number Diff line change @@ -64,19 +64,6 @@ install-hook::
6464all-hook install-hook ::
6565 $(Q ) $(MAKE ) -C dotnet shutdown-build-server
6666
67- .PHONY : package release
68- package release :
69- $(Q ) $(MAKE ) -C $(TOP ) /release release
70- # copy .pkg, .zip and *updateinfo to the packages directory to be uploaded to storage
71- $(Q ) mkdir -p ../package
72- $(Q ) echo " Output from 'make release':"
73- $(Q ) ls -la $(TOP ) /release | sed ' s/^/ /'
74- $(Q ) if test -n " $$ (shopt -s nullglob; echo $( TOP) /release/*.pkg)" ; then $( CP) $( TOP) /release/* .pkg ../package; fi
75- $(Q ) if test -n " $$ (shopt -s nullglob; echo $( TOP) /release/*.zip)" ; then $( CP) $( TOP) /release/* .zip ../package; fi
76- $(Q ) if test -n " $$ (shopt -s nullglob; echo $( TOP) /release/*updateinfo)" ; then $( CP) $( TOP) /release/* updateinfo ../package; fi
77- $(Q ) echo " Packages:"
78- $(Q ) ls -la ../package | sed ' s/^/ /'
79-
8067dotnet-install-system :
8168 $(Q ) $(MAKE ) -C dotnet install-system
8269
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments