https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3024
--- Comment #2 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2008-11-04 23:23:32 PDT ---
We cannot use $(DISSECTOR_FILES) to copy files under Windows as xcopy can take
only one file at a time:
xcopy packet-gsm_map.c packet-gsm_map.h ..\..\epan\dissectors /d /y
Invalid number of parameters
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\xcopy.EXE' : code retour '0x4'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : code retour '0x2'
Stop.
Could you explain me why the attached patch will fail under Linux? After a
quick look at Makefile.inc, I do not see the issue.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.