Skip to content

Commit

Permalink
Exporting an environment variable has no effect on a single makefile …
Browse files Browse the repository at this point in the history
…line.
  • Loading branch information
david committed Oct 31, 2012
1 parent edd6506 commit 43fc9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mswin32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43fc9c6

Please sign in to comment.