> From: sumit Raokhande
> Date: Tue, 18 Jul 2017 16:13:09 +0530
>
> How to resolve this error as follow
>
>
> gmake.exe[1]: Entering directory `C:/optv_sdk32_gnu_cd'
> perl utils/check_dir.pl portable/win32 gmake.exe --no-print-directory -C
> portabl
> e WIN32
> perl utils/check_dir.pl copyrite
>
I don't know why.
Sounds like
a bug I hit too - https://savannah.gnu.org/bugs/?func=detailitem&item_id=1516
- which is fixed in make-3.81.
>
2. some compare funcitons like
compare of numbers maybe usefull
Yeah, using
the Peano numbers gets tedious after the initial
thrill
On Sat, Jun 26, 2004 at 05:17:55PM -0500, Boris Kolpackov wrote:
> Sam Ravnborg <[EMAIL PROTECTED]> writes:
>
> > >From info make:
> > >
> > Rule Definition
> > ---
> >
> >A rule is always expanded the same way, regardless of the form:
> >
> > IMMEDIATE : I
Sam Ravnborg <[EMAIL PROTECTED]> writes:
> >From info make:
> >
> Rule Definition
> ---
>
>A rule is always expanded the same way, regardless of the form:
>
> IMMEDIATE : IMMEDIATE ; DEFERRED
> DEFERRED
>
>That is, the target and prerequisite se
On Sat, Jun 26, 2004 at 04:18:06PM -0500, Boris Kolpackov wrote:
>
> Another patch, which I think you may be interested in, is
> pattern-specific-expansion.patch. Here is the description:
>
> The following makefile prints 'B' instead of 'A'.
>
> a := A
>
> %bar : arg := $a
>
%% Wirawan Purwanto <[EMAIL PROTECTED]> writes:
wp> * build.sh.in:33: The definition @REMOTE@ is no longer properly
wp> maintained. Why is this?
This is a known bug in 3.80 which has already been fixed in the source.
wp> * build.sh.in:32: The definition of @LIBOBJS@ here was replaced by