mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 08:56:34 +00:00
Exporting an environment variable has no effect on a single makefile line.
This commit is contained in:
@@ -14,9 +14,9 @@ winbuild: nmap.rc nsis/Nmap.nsi
|
||||
|
||||
# MSBUILDDISABLENODEREUSE prevents zombie msbuild.exe processes that
|
||||
# break subsequent builds.
|
||||
@export MSBUILDDISABLENODEREUSE=1
|
||||
"$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC)
|
||||
"$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC)
|
||||
MSBUILDDISABLENODEREUSE=1 \
|
||||
&& "$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC) \
|
||||
&& "$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC)
|
||||
$(MAKENSIS) winpcap/winpcap-nmap.nsi
|
||||
rm -rf nmap-$(NMAP_VERSION)
|
||||
rm -f nmap-$(NMAP_VERSION)-win32.zip
|
||||
|
||||
Reference in New Issue
Block a user