Displaying 1 result from an estimated 1 matches for "distcheck_flag".
Did you mean:
distcheck_flags
2008 Jul 17
0
r1515 - branches/trunk-make-package: anybody interested in taking over?
...kefile.am
>
> ==============================================================================
> --- /trunk/Makefile.am (original)
> +++ branches/trunk-make-package/Makefile.am Thu Jul 17 14:27:24 2008
> @@ -26,6 +26,10 @@
> distcheck-light:
> $(MAKE) $(AM_MAKEFLAGS) DISTCHECK_FLAGS="$(DISTCHECK_LIGHT_FLAGS)"
> distcheck
>
> +package:
> + @echo "Creating package(s) for $(OS_NAME)"
> + cd packaging; $(MAKE) $(AM_MAKEFLAGS) $(OS_NAME)
> +
> # ----------------------------------------------------------------------
> # targ...