File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,15 @@ uninstall:
102
102
103
103
clean :
104
104
$(RM ) -r out/Makefile $(NODE_EXE ) $(NODE_G_EXE ) out/$(BUILDTYPE ) /$(NODE_EXE ) \
105
- out/$(BUILDTYPE)/node.exp
105
+ out/$(BUILDTYPE ) /node.exp
106
106
@if [ -d out ]; then find out/ -name ' *.o' -o -name ' *.a' -o -name ' *.d' | xargs $(RM ) -r; fi
107
107
$(RM ) -r node_modules
108
108
@if [ -d deps/icu ]; then echo deleting deps/icu; $(RM ) -r deps/icu; fi
109
109
$(RM ) test.tap
110
+ # Next one is legacy remove this at some point
111
+ $(RM ) -r test/tmp*
112
+ $(RM ) -r test/.tmp*
113
+ $(MAKE ) test-addons-clean
110
114
111
115
distclean :
112
116
$(RM ) -r out
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ echo Failed to create vc project files.
541
541
goto exit
542
542
543
543
:help
544
- echo vcbuild.bat [debug/release] [msi] [test/test-ci/test-all/test-uv/test-internet/test-pummel/test-simple/test-message/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [clean] [ noprojgen] [small-icu/full-icu/without-intl] [nobuild] [sign] [x86/x64] [vs2015/vs2017] [download-all] [enable-vtune] [lint/lint-ci] [no-NODE-OPTIONS] [link-module path-to-module]
544
+ echo vcbuild.bat [debug/release] [msi] [test/test-ci/test-all/test-uv/test-internet/test-pummel/test-simple/test-message/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [sign] [x86/x64] [vs2015/vs2017] [download-all] [enable-vtune] [lint/lint-ci] [no-NODE-OPTIONS] [link-module path-to-module]
545
545
echo Examples:
546
546
echo vcbuild.bat : builds release build
547
547
echo vcbuild.bat debug : builds debug build
You can’t perform that action at this time.
0 commit comments