[rtems-libbsd commit] mghttpd: Add services directory with mghttpd as first

Ralf Corsepius ralf.corsepius at rtems.org
Sun Aug 5 04:57:53 UTC 2012


On 08/03/2012 03:36 PM, Joel Sherrill wrote:
> Module:    rtems-libbsd
> Branch:    master
> Commit:    2cbf1af59dd3f15bbcfa554b903f1f473f2b3be8
> Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=2cbf1af59dd3f15bbcfa554b903f1f473f2b3be8
>
> Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
> Date:      Fri Jul 27 08:03:55 2012 -0500
>
> mghttpd: Add services directory with mghttpd as first

> diff --git a/services/mghttpd/Makefile b/services/mghttpd/Makefile
> new file mode 100644
> index 0000000..72363a4
> --- /dev/null
> +++ b/services/mghttpd/Makefile
> @@ -0,0 +1,39 @@
> +include ../../config.inc
> +
> +include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
> +include $(RTEMS_CUSTOM)
> +include $(PROJECT_ROOT)/make/leaf.cfg
> +
> +CFLAGS += -I $(INSTALL_BASE)/include

-I<blank><dir> is non-portable (i.e.: invalid) syntax.

It needs to be -I<dir>

Ralf





More information about the devel mailing list