Changeset 1145 for trunk/Makefile


Ignore:
Timestamp:
Feb 2, 2004, 4:51:20 PM (22 years ago)
Author:
bird
Message:

default is quick.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.66 to 1.67
    r1144 r1145  
    120120###############################################################################
    121121###############################################################################
    122 all:   
     122
     123all: quick
     124
     125bootstrap all-boostrap:
    123126        mkdir -p $(PATH_OBJ)
    124127        $(NICE) $(MAKE) $(MAKEOPT) -j 1 -C . all-logged 2>&1 | $(UNIXROOT)/usr/bin/tee $(PATH_OBJ)/build-`date +"%Y%m%d-%H%M%S"`.log
Note: See TracChangeset for help on using the changeset viewer.