google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

"mkdir --parents" is not portable #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The file data/Makefile.am use "mkdir --parents", with a comment "This sucks".

You can use "install -d" to do the same thing. Downstream patch from
FreeBSD (on Makefile.in however):
http://www.freebsd.org/cgi/cvsweb.cgi/ports/deskutils/labyrinth/files/patch-data
_Makefile.in?rev=1.1;content-type=text%2Fplain

Original issue reported on code.google.com by romain.t...@gmail.com on 20 Dec 2008 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by sinfr...@gmail.com on 26 Feb 2009 at 9:44

GoogleCodeExporter commented 9 years ago
Changes added to Makefile.am. Thank you.

Original comment by matthias...@gmail.com on 27 Feb 2009 at 5:50