mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
o Fixed a Makefile problem (race condition) which could lead to build
failures when launching make in parallel mode (e.g. -j4). [Michal Januszewski]
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Fixed a Makefile problem (race condition) which could lead to build
|
||||
failures when launching make in parallel mode (e.g. -j4). [Michal
|
||||
Januszewski]
|
||||
|
||||
o Added new addrow() function to NSE tab library. It allows
|
||||
developers to add a whole row at once rather than doing a separate
|
||||
add() call for each column in a row. [Sven Klemm]
|
||||
|
||||
@@ -100,7 +100,7 @@ nbase_build: $(NBASEDIR)/Makefile
|
||||
@echo Compiling libnbase;
|
||||
cd $(NBASEDIR) && $(MAKE)
|
||||
|
||||
nsock_build: $(NSOCKDIR)/src/Makefile
|
||||
nsock_build: $(NSOCKDIR)/src/Makefile nbase_build
|
||||
@echo Compiling libnsock;
|
||||
cd $(NSOCKDIR)/src && $(MAKE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user