Home | History | Annotate | Download | only in linux
      1 # Use the "prereq" command to copy manuel1 to a filename containing a space.
      2 # This used to not work properly, because the debug info would not be read
      3 # correctly for filenames containing spaces (bug #88678).
      4 #
      5 # Nb: we only run this test on Linux.  This is because on Darwin you can't
      6 # easily rename an executable with a .dSYM -- the original executable name
      7 # gets baked into the .dSYM, so renaming the .dSYM as well isn't enough, you
      8 # have to modify the contents of the .dSYM.  Another idea would be to avoid
      9 # the renaming in the first place by just using 'with space' as the
     10 # filename, but automake doesn't seem to like files containing spaces.
     11 prereq: cp ../manuel1 'with space'
     12 prog: 'with space'
     13 vgopts: -q
     14 cleanup: rm 'with space'
     15