mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add some rules to update config.guess and config.sub from the latest
This commit is contained in:
parent
2c8b68d46f
commit
d826971495
1 changed files with 14 additions and 0 deletions
14
Makefile.in
14
Makefile.in
|
|
@ -429,6 +429,20 @@ Makefile: Makefile.in config.status
|
|||
config.status: configure
|
||||
./config.status --recheck
|
||||
|
||||
config.guess:
|
||||
wget -O $@ 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
|
||||
|
||||
%/config.guess: config.guess
|
||||
cp $^ $@
|
||||
|
||||
config.sub:
|
||||
wget -O $@ 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
|
||||
|
||||
%/config.sub: config.sub
|
||||
cp $^ $@
|
||||
|
||||
configfiles-update: config.guess config.sub nping/config.guess nping/config.sub ncat/config.guess ncat/config.sub
|
||||
|
||||
# Run the lua-format program to fix formatting of NSE files.
|
||||
lua-format:
|
||||
./docs/style/lua-format -i scripts/*.nse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue