File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212install : dist-install-dir-$(CFG_BUILD )
1313 $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --prefix=" $( CFG_PREFIX) " --libdir=" $( CFG_LIBDIR) " --mandir=" $( CFG_MANDIR) "
1414# Remove tmp files while we can because they may have been created under sudo
15- $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD/
15+ $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
1616
1717uninstall : dist-install-dir-$(CFG_BUILD )
1818 $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --uninstall --prefix=" $( CFG_PREFIX) " --libdir=" $( CFG_LIBDIR) " --mandir=" $( CFG_MANDIR) "
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ $$(LIBUV_DIR_$(1))/Release/libuv.a: $$(LIBUV_DEPS) $$(LIBUV_MAKEFILE_$(1)) \
215215 BUILDTYPE=Release \
216216 NO_LOAD=" $$ (LIBUV_NO_LOAD)" \
217217 V=$$(VERBOSE )
218+ $$(Q ) touch $$@
218219
219220endif
220221
You can’t perform that action at this time.
0 commit comments