bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17825] $? is not filled in if make --always-make is used


From: Mike Hanafey
Subject: [bug #17825] $? is not filled in if make --always-make is used
Date: Fri, 22 Sep 2006 17:49:45 +0000
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20060627

URL:
  <http://savannah.gnu.org/bugs/?17825>

                 Summary: $? is not filled in if make --always-make is used
                 Project: make
            Submitted by: hanafey
            Submitted on: Friday 09/22/2006 at 17:49
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None

    _______________________________________________________

Details:

Example:

# Tiny example makefile.
#
% cat Makefile
ArabidopsisMPSS.ind: arabidopsis.fasta
        cp $? ArabidopsisMPSS.ind

# This works, target is not there, so it is really out of date
#
% make --always-make
cp arabidopsis.fasta ArabidopsisMPSS.ind

# This fails, the target is not really out of date, but the 
# option is supposed to force it to be made again.
#
% make --always-make
cp  ArabidopsisMPSS.ind
cp: missing destination file operand after `ArabidopsisMPSS.ind'
Try `cp --help' for more information.
make: *** [ArabidopsisMPSS.ind] Error 1







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17825>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]