apfeltee / pforth

Automatically exported from code.google.com/p/pforth
0 stars 0 forks source link

Makefile doesn't comply to Unix standards (SUS), it heavily relies on GNU extensions #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

cd build/unix && make && echo $?

What is the expected output?

0

What do you see instead?

make: Unknown modifier '/'
make: Unknown modifier '/'
make: Unknown modifier '/'
make: Unknown modifier '/'
make: Unknown modifier '/'
mkdir -p /tempobjects/posix
mkdir: /tempobjects: Permission denied
*** Error code 1

What version of the product are you using?

Subversion HEAD, but it is the same for distributed v. 24.

On what operating system?

NetBSD
FreeBSD

Please provide any additional information below.

http://www.opengroup.org/onlinepubs/009695399/utilities/make.html

Original issue reported on code.google.com by a...@netbsd.org on 20 Aug 2010 at 10:58

GoogleCodeExporter commented 9 years ago
This was fixed in rev. 45.

Original comment by a...@netbsd.org on 29 Aug 2010 at 11:54

GoogleCodeExporter commented 9 years ago
Fixed and verified by reporter.

Original comment by burkp...@gmail.com on 30 Aug 2010 at 12:28