mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Don't silence nmap.rc and nsis/Nmap.nsi commands.
They won't be run as often now.
This commit is contained in:
parent
d2a44acb91
commit
13fe0f6d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,13 +57,13 @@ winbuild: nmap.rc nsis/Nmap.nsi LICENSE
|
|||
mv nmap-$(NMAP_VERSION)/NmapInstaller.exe nmap-$(NMAP_VERSION)-setup.exe
|
||||
|
||||
nmap.rc: nmap.rc.in
|
||||
@sed -e '1i// Automatically generated from $<.' \
|
||||
sed -e '1i// Automatically generated from $<.' \
|
||||
-e 's/@@FILEVERSION@@/"$(NMAP_VERSION)\\0"/' \
|
||||
-e 's/@@COMMAVERSION@@/$(COMMA_VERSION)/' \
|
||||
"$<" > "$@"
|
||||
|
||||
nsis/Nmap.nsi: nsis/Nmap.nsi.in
|
||||
@sed -e '1i; Automatically generated from $<.' \
|
||||
sed -e '1i; Automatically generated from $<.' \
|
||||
-e 's/@@VIPRODUCTVERSION@@/"$(NMAP_NUM_VERSION)"/' \
|
||||
-e 's/@@VERSION@@/"$(NMAP_VERSION)"/' \
|
||||
"$<" > "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue