[dpdk-dev] [PATCH] mk: fix command-line dependency check for quoted strings

2013-11-15 Thread Thomas Monjalon
15/11/2013 15:38, Adrien Mazarguil : > Before recompiling a file, rte.compile-pre.mk checks whether the command > line is different from the previous one. > > This is done by storing for each object file the entire command line in a > kind of dependency file with a .cmd extension (see obj2cmd). If

[dpdk-dev] [PATCH] mk: fix command-line dependency check for quoted strings

2013-11-15 Thread Adrien Mazarguil
Before recompiling a file, rte.compile-pre.mk checks whether the command line is different from the previous one. This is done by storing for each object file the entire command line in a kind of dependency file with a .cmd extension (see obj2cmd). If that file exists, the line is retrieved first