OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: "make release" question for a non developer

From: Miod Vallat (miodonline.fr)
Date: Fri Mar 16 2007 - 05:12:51 CDT


> "etc.i386/Makefile.inc", line 24: Need an operator

You need an empty line before each target... (here, bsd.acpi)

> "etc.i386/Makefile.inc", line 26: Need an operator
> "etc.i386/Makefile.inc", line 29: Need an operator
> "etc.i386/Makefile.inc", line 31: Need an operator

And commands used to build them should be on lines starting with a tab.
Copy and paste in a good editor should have preserved the tabs, unless
perhaps if pasting has been done with the mouse.

> 1) Can I do this that way, what is the actual problem?

The actual problem is that you don't know Makefile syntax requirements.

> 2) Do I have to modify another file?

No.

Miod