Changeset 6863


Ignore:
Timestamp:
Sep 29, 2001, 10:19:10 PM (24 years ago)
Author:
bird
Message:

Added nothing rule.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/makefile

    r4909 r6863  
    1 # $Id: makefile,v 1.6 2001-01-09 19:14:07 bird Exp $
     1# $Id: makefile,v 1.7 2001-09-29 20:19:10 bird Exp $
    22
    33#
     
    7171dep lib:
    7272
     73
     74#
     75# Nothing rule used for makefile debugging.
     76#
     77nothing:
     78    @echo Did nothing with makefile $(MAKEDIR)\$(MAKEFILE)
     79
  • trunk/tools/common/makefile

    r5053 r6863  
    1 # $Id: makefile,v 1.12 2001-02-02 08:45:42 bird Exp $
     1# $Id: makefile,v 1.13 2001-09-29 20:18:34 bird Exp $
    22
    33#
     
    9898lib:    $(SYMBOLIC)
    9999
     100
     101#
     102# Nothing rule used for makefile debugging.
     103#
     104nothing:
     105    @echo Did nothing with makefile $(MAKEDIR)\$(MAKEFILE)
     106
     107
Note: See TracChangeset for help on using the changeset viewer.