Modify Makefile to behave in the expected way; 'make install' uploads to cobolworx.com
Showing
- CblGdbExt/CblGdb/Makefile 16 additions, 34 deletionsCblGdbExt/CblGdb/Makefile
- CblGdbExt/Makefile 0 additions, 12 deletionsCblGdbExt/Makefile
- Makefile 0 additions, 10 deletionsMakefile
- package-lock.json 0 additions, 3 deletionspackage-lock.json
- vsdistrib/Makefile 0 additions, 9 deletionsvsdistrib/Makefile
- vsdistrib/cbl-gdb-3.2.1.vsix 0 additions, 0 deletionsvsdistrib/cbl-gdb-3.2.1.vsix
- vsdistrib/cbl-gdb-4.1.1.vsix 0 additions, 0 deletionsvsdistrib/cbl-gdb-4.1.1.vsix
- vsdistrib/install_vsix 0 additions, 47 deletionsvsdistrib/install_vsix
- vsdistrib/package-lock.json 0 additions, 3 deletionsvsdistrib/package-lock.json
Loading
-
Can you please partially revert this change? Most of this is most reasonable but
make install
is also something that is "expected to install locally". I therefore suggest the following changes:- rename current
install
target toupload
- possibly use a make variable for the scp target (defaulting to the current version)
- re-add the
install
target (maybe renamed to local-install) to install the previously created extension (which it depends on and therefore will create if missing) - use a make variable for
CODE
, defaulting tocode
(allowing people to specify a path to it and/or change it to codium)
- rename current
Please register or sign in to comment