]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
replace " ./" by " " at line begininig for BR_V223_portmdk102
authoradam <adam>
Tue, 7 Jun 2005 14:07:06 +0000 (14:07 +0000)
committeradam <adam>
Tue, 7 Jun 2005 14:07:06 +0000 (14:07 +0000)
commitbcaf1aab647a1e5b6eb07da378a5bd0b5872a717
treecf4d01f956b53ac624488979eb18f36bdbe9edef
parentfbeb7b45f28ef7e948aacd1c05ef37fc4e66b6d3
replace "  ./" by "  " at line begininig for
the dependance computation 'cause when a line
begin with
"  ./toto.hxx" (it's now the case with gcc3.4)
and $(top_builddir) is "..", the command

sed 's% $(top_builddir)/% $$(top_builddir)/%g'
becomes
sed 's% ../% $$(top_builddir)/%g'

and the "  ./" before toto.hxx is replaced by " ../"
by mystery of sed.
salome_adm/unix/depend.in