Ignore:
Timestamp:
Sep 12, 2002, 5:22:37 AM (23 years ago)
Author:
bird
Message:

Added pass[1-6] and quick shortcuts for lazy programmers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r9225 r9228  
    1 # $Id: process.mak,v 1.29 2002-09-12 03:11:34 bird Exp $
     1# $Id: process.mak,v 1.30 2002-09-12 03:22:37 bird Exp $
    22
    33#
     
    707707        _build_banner_publish       publish
    708708
     709
    709710# Banners for rebuild and build.
    710711_build_banner_clean:
     
    743744    @$(ECHO)$(CLRMAK)[Rebuilt Everything! (Ignore option specified)] $(CLRRST)
    744745!endif
     746
     747
     748
     749# -----------------------------------------------------------------------------
     750# A number of shortcuts for lazy programmers.
     751# -----------------------------------------------------------------------------
     752pass1:  build
     753
     754pass2:  _build_new_dependencies_
     755
     756pass3:  _build_banner_lib           lib \
     757        _build_banner_executable    executable \
     758        _build_banner_miscellaneous miscellaneous \
     759        _build_banner_publish       publish
     760
     761pass4:  _build_banner_executable    executable \
     762        _build_banner_miscellaneous miscellaneous \
     763        _build_banner_publish       publish
     764
     765pass5:  _build_banner_miscellaneous miscellaneous \
     766        _build_banner_publish       publish
     767
     768pass6:  _build_banner_publish       publish
     769
     770quick:  _build_banner_lib           lib \
     771        _build_banner_executable    executable \
     772        _build_banner_publish       publish
    745773
    746774
Note: See TracChangeset for help on using the changeset viewer.