File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
install : dist-install-dir-$(CFG_BUILD )
13
13
$(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --prefix=" $( CFG_PREFIX) " --libdir=" $( CFG_LIBDIR) " --mandir=" $( CFG_MANDIR) "
14
14
# 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)
16
16
17
17
uninstall : dist-install-dir-$(CFG_BUILD )
18
18
$(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)) \
215
215
BUILDTYPE=Release \
216
216
NO_LOAD=" $$ (LIBUV_NO_LOAD)" \
217
217
V=$$(VERBOSE )
218
+ $$(Q ) touch $$@
218
219
219
220
endif
220
221
You can’t perform that action at this time.
0 commit comments