[phobos] [D-Programming-Language/phobos] 226f5c: Tabulation in line 48 causes make to fail.

GitHub noreply at github.com
Tue Jun 25 21:22:28 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 226f5c1e2a8126aeeac1cae187771f657ba38830
      https://github.com/D-Programming-Language/phobos/commit/226f5c1e2a8126aeeac1cae187771f657ba38830
  Author: Geod24 <mathias.lang at epitech.eu>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  Tabulation in line 48 causes make to fail.
Some version of make (ie: cygwin) will evaluate it to ^\t$, hence issuing an error.
Tabs replaced by 4 spaces.


  Commit: ff1a7eb3048ff58924d7e87f32f3388e26b3ef87
      https://github.com/D-Programming-Language/phobos/commit/ff1a7eb3048ff58924d7e87f32f3388e26b3ef87
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  Merge pull request #1375 from Geod24/master

Fix simple makefile error


Compare: https://github.com/D-Programming-Language/phobos/compare/515f43e741ea...ff1a7eb3048f


More information about the phobos mailing list