1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

Add README and makefile warning for SVN migration.

This commit is contained in:
david
2011-12-12 23:10:03 +00:00
parent cc4812bac3
commit 8bb38333d5
2 changed files with 17 additions and 1 deletions

View File

@@ -110,7 +110,12 @@ OBJS = main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o
# large for field of 2 bytes". Disable debugging for this one file.
FPModel.o: CXXFLAGS += -g0
all: @LUA_BUILD@ @LIBLINEAR_BUILD@ @PCAP_BUILD@ @PCRE_BUILD@ @DNET_BUILD@ @NBASE_BUILD@ @NSOCK_BUILD@ @NCAT_BUILD@ netutil_build
warn-svn-move:
@echo "Nmap's Subversion repository has moved. Run this command:"
@echo "svn switch --relocate svn://svn.insecure.org/nmap https://svn.nmap.org/nmap"
false
all: warn-svn-move @LUA_BUILD@ @LIBLINEAR_BUILD@ @PCAP_BUILD@ @PCRE_BUILD@ @DNET_BUILD@ @NBASE_BUILD@ @NSOCK_BUILD@ @NCAT_BUILD@ netutil_build
$(MAKE) $(TARGET) $(BUILDZENMAP) $(BUILDNDIFF) $(BUILDNPING)
$(TARGET): @LUA_DEPENDS@ @LIBLINEAR_DEPENDS@ @PCAP_DEPENDS@ @PCRE_DEPENDS@ @DNET_DEPENDS@ $(NBASEDIR)/libnbase.a $(NSOCKDIR)/src/libnsock.a libnetutil/libnetutil.a $(OBJS)

11
README-SVN Normal file
View File

@@ -0,0 +1,11 @@
After r27443 the Nmap Subversion repository was moved. To update your
working directory, run this command:
~/nmap$ svn switch --relocate svn://svn.insecure.org/nmap https://svn.nmap.org/nmap
If you get errors in the nbase, ncat, nping, nsock, and zenmap
directories after updating, then delete those directories and update
again.
~/nmap$ rm -rf nbase ncat nping nsock zenmap
~/nmap$ svn update